| Constructor and Description | 
|---|
| DefaultExcludes() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
bindToOwner, 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, setLocation, setProjectpublic void execute()
             throws BuildException
execute in class TaskBuildException - if something goes wrong with the buildpublic void setAdd(String add)
add - Sets the value for the pattern to exclude.public void setDefault(boolean def)
def - if true go back to default patternspublic void setEcho(boolean echo)
echo - whether or not to echo the contents of
             the default excludes.public void setRemove(String remove)
remove - Sets the value for the pattern that
            should no longer be excluded.