public abstract class GlobMatchingTask
extends org.apache.tools.ant.taskdefs.MatchingTask
Constructor and Description |
---|
GlobMatchingTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
File |
getDestdir()
Gets the destination directory into which the java source files should be compiled.
|
org.apache.tools.ant.types.Path |
getSrcdir()
Gets the source dirs to find the class files to be exposed.
|
void |
setDestdir(File destDir)
Set the destination directory into which the Java source files should be compiled.
|
void |
setSrcdir(org.apache.tools.ant.types.Path srcDir)
Set the source directories to find the class files to be exposed.
|
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, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setSrcdir(org.apache.tools.ant.types.Path srcDir)
public org.apache.tools.ant.types.Path getSrcdir()
public void setDestdir(File destDir)
destDir
- the destination directorpublic File getDestdir()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException