|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.MatchingTask org.japano.util.JapanoCompiler
public class JapanoCompiler
The japano JSP compiler ant task. If this class's logger is set to DEBUG, the JSPC compiler will run in verbose mode.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
---|
fileset |
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
JapanoCompiler()
|
Method Summary | |
---|---|
void |
execute()
Executes the task. |
void |
setClasspath(java.lang.String classpath)
Sets the classpath to invoke the JSP compiler with. |
void |
setDestdir(java.lang.String destination)
Setter for property destination. |
void |
setPackage(java.lang.String pkg)
Sets the package of the generated sources |
void |
setSrcdir(java.lang.String srcDir)
Setter for property srcDir. |
void |
setUribase(java.lang.String uriBase)
Setter for property uriBase. |
void |
setUriroot(java.lang.String uriRoot)
Setter for property uriRoot. |
void |
setVerbose(int verbose)
Setter for property verbose. |
Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
---|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JapanoCompiler()
Method Detail |
---|
public void setDestdir(java.lang.String destination)
destination
- New value of property destination.public void setPackage(java.lang.String pkg)
pkg
- java packagepublic void setVerbose(int verbose)
verbose
- New value of property verbose.public void setUriroot(java.lang.String uriRoot)
uriRoot
- New value of property uriRoot.public void setUribase(java.lang.String uriBase)
uriBase
- New value of property uriBase.public void setClasspath(java.lang.String classpath)
classpath
- classpathpublic void setSrcdir(java.lang.String srcDir)
srcDir
- New value of property srcDir.public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- on build failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |