public class DDCreator extends MatchingTask
fileset
description, 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, XsetItems
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation
public void execute() throws BuildException
execute
in class Task
BuildException
- 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.