org.apache.tools.ant.taskdefs
public class DefaultExcludes extends Task
Since: Ant 1.6
UNKNOWN: category="utility"
Method Summary | |
---|---|
void | execute()
Does the work.
|
void | setAdd(String add)
Pattern to add to the default excludes
|
void | setDefault(boolean def)
go back to standard default patterns
|
void | setEcho(boolean echo)
If true, echo the default excludes.
|
void | setRemove(String remove)
Pattern to remove from the default excludes.
|
Throws: BuildException if something goes wrong with the build
Parameters: add Sets the value for the pattern to exclude.
Parameters: def if true go back to default patterns
Parameters: echo whether or not to echo the contents of the default excludes.
Parameters: remove Sets the value for the pattern that should no longer be excluded.