public class DefaultExcludes extends Task
description, location, project| Constructor and Description | 
|---|
| DefaultExcludes() | 
| Modifier and Type | Method and 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. | 
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 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.