| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--org.apache.tools.ant.taskdefs.DefaultExcludes
Alters the default excludes for the entire build..
| Field Summary | 
| Fields inherited from class org.apache.tools.ant.Task | 
| description, location, target, taskName, taskType, wrapper | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
| project | 
| Constructor Summary | |
| DefaultExcludes() | |
| Method Summary | |
|  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. | 
| Methods inherited from class org.apache.tools.ant.Task | 
| getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
| getProject, setProject | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DefaultExcludes()
| Method Detail | 
public 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.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||