java.lang.Cloneable
public class DefaultExcludes extends Task
description, location, project
Constructor | Description |
---|---|
DefaultExcludes() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Does the work.
|
void |
setAdd(java.lang.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(java.lang.String remove) |
Pattern to remove from the default excludes.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute() throws BuildException
execute
in class Task
BuildException
- if something goes wrong with the buildpublic void setDefault(boolean def)
def
- if true go back to default patternspublic void setAdd(java.lang.String add)
add
- Sets the value for the pattern to exclude.public void setRemove(java.lang.String remove)
remove
- Sets the value for the pattern that
should no longer be excluded.public void setEcho(boolean echo)
echo
- whether or not to echo the contents of
the default excludes.