|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.codehaus.enunciate.main.EnunciateTask
public class EnunciateTask
Ant task for enunciate.
| Nested Class Summary | |
|---|---|
static class |
EnunciateTask.Export
A nested export task. |
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
|---|
fileset |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
EnunciateTask()
|
|
| Method Summary | |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Adds a path to the classpath. |
EnunciateTask.Export |
createExport()
Creates a nested export task. |
void |
execute()
Executes the enunciate task. |
org.apache.tools.ant.types.Path |
getClasspath()
The classpath to use to enunciate. |
boolean |
isCompileDebugInfo()
Whether to compile with debug info. |
void |
setBasedir(java.io.File basedir)
The base directory for the source files. |
void |
setBuildDir(java.io.File buildDir)
The build directory. |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
The classpath to use to enunciate. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference ref)
Adds a reference to a classpath defined elsewhere. |
void |
setCompileDebugInfo(boolean compileDebugInfo)
Whether to compile with debug info. |
void |
setCompileDir(java.io.File compileDir)
The compile directory. |
void |
setConfigFile(java.io.File config)
The enunciate config file. |
void |
setDebug(boolean debug)
Whether to print debugging information. |
void |
setDir(java.io.File basedir)
The base directory for the source files. |
void |
setFlexHome(java.io.File flexHome)
The path to flex home. |
void |
setGenerateDir(java.io.File generateDir)
The generate directory. |
void |
setGwtHome(java.io.File gwtHome)
The path to gwt home. |
void |
setPackageDir(java.io.File packageDir)
The package directory. |
void |
setScratchDir(java.io.File scratchDir)
Enunciate scratch directory. |
void |
setTarget(java.lang.String target)
The target. |
void |
setVerbose(boolean verbose)
Whether to be 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 |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnunciateTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void setBasedir(java.io.File basedir)
basedir - The base directory for the source files.public void setDir(java.io.File basedir)
basedir - The base directory for the source files.public void setGenerateDir(java.io.File generateDir)
generateDir - The generate directory.public void setCompileDir(java.io.File compileDir)
compileDir - The compile directory.public void setBuildDir(java.io.File buildDir)
buildDir - The build directory.public void setPackageDir(java.io.File packageDir)
packageDir - The package directory.public void setScratchDir(java.io.File scratchDir)
scratchDir - The scratch directorypublic void setVerbose(boolean verbose)
verbose - Whether to be verbose.public void setDebug(boolean debug)
debug - Whether to print debugging information.public void setConfigFile(java.io.File config)
config - The enunciate config file.public void setTarget(java.lang.String target)
target - The target.public void setGwtHome(java.io.File gwtHome)
gwtHome - The path to gwt home.public void setFlexHome(java.io.File flexHome)
flexHome - The path to flex home.public boolean isCompileDebugInfo()
public void setCompileDebugInfo(boolean compileDebugInfo)
compileDebugInfo - Whether to compile with debug info.public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath - The classpath to use to enunciate.public org.apache.tools.ant.types.Path getClasspath()
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference ref)
ref - a reference to a classpath.public EnunciateTask.Export createExport()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||