|
|||||||||
| 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 |
|---|
description, location, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
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. |
void |
setBasedir(File basedir)
The base directory for the source files. |
void |
setBuildDir(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 |
setCompileDir(File compileDir)
The compile directory. |
void |
setConfigFile(File config)
The enunciate config file. |
void |
setDebug(boolean debug)
Whether to print debugging information. |
void |
setDir(File basedir)
The base directory for the source files. |
void |
setFlexHome(File flexHome)
The path to flex home. |
void |
setGenerateDir(File generateDir)
The generate directory. |
void |
setGwtHome(File gwtHome)
The path to gwt home. |
void |
setPackageDir(File packageDir)
The package directory. |
void |
setTarget(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 |
|---|
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 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(File basedir)
basedir - The base directory for the source files.public void setDir(File basedir)
basedir - The base directory for the source files.public void setGenerateDir(File generateDir)
generateDir - The generate directory.public void setCompileDir(File compileDir)
compileDir - The compile directory.public void setBuildDir(File buildDir)
buildDir - The build directory.public void setPackageDir(File packageDir)
packageDir - The package directory.public void setVerbose(boolean verbose)
verbose - Whether to be verbose.public void setDebug(boolean debug)
debug - Whether to print debugging information.public void setConfigFile(File config)
config - The enunciate config file.public void setTarget(String target)
target - The target.public void setGwtHome(File gwtHome)
gwtHome - The path to gwt home.public void setFlexHome(File flexHome)
flexHome - The path to flex home.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 | ||||||||