org.apache.tools.ant.taskdefs
Class DefaultExcludes
public class DefaultExcludes
Alters the default excludes for the entire build..
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.
|
execute, 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 |
setAdd
public void setAdd(String add)
Pattern to add to the default excludes
add - Sets the value for the pattern to exclude.
setDefault
public void setDefault(boolean def)
go back to standard default patterns
def - if true go back to default patterns
setEcho
public void setEcho(boolean echo)
If true, echo the default excludes.
echo - whether or not to echo the contents of
the default excludes.
setRemove
public void setRemove(String remove)
Pattern to remove from the default excludes.
remove - Sets the value for the pattern that
should no longer be excluded.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.