public class DDCreator extends MatchingTask
filesetdescription, location, project| Constructor and Description |
|---|
DDCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Do the work.
|
void |
setClasspath(java.lang.String s)
Set the classpath to be used for this compilation.
|
void |
setDescriptors(java.lang.String dirName)
Set the directory from where the text descriptions of the deployment descriptors are
to be read.
|
void |
setDest(java.lang.String dirName)
Set the directory into which the serialized deployment descriptors are to
be written.
|
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, XsetItemsbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocationpublic void execute()
throws BuildException
execute in class TaskBuildException - if something goes wrong with the buildpublic void setDescriptors(java.lang.String dirName)
dirName - the name of the directory containing the text deployment descriptor files.public void setDest(java.lang.String dirName)
dirName - the name of the directory into which the serialised deployment
descriptors are written.public void setClasspath(java.lang.String s)
s - the classpath to use for the ddcreator tool.