Package net.sf.antcontrib.property
Class PathToFileSet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sf.antcontrib.property.PathToFileSet
-
- All Implemented Interfaces:
java.lang.Cloneable
public class PathToFileSet extends org.apache.tools.ant.Task
-
-
Constructor Summary
Constructors Constructor Description PathToFileSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
void
setDir(java.io.File dir)
void
setIgnoreNonRelative(boolean ignoreNonRelative)
void
setName(java.lang.String name)
void
setPathRefId(java.lang.String pathRefId)
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
setDir
public void setDir(java.io.File dir)
-
setName
public void setName(java.lang.String name)
-
setPathRefId
public void setPathRefId(java.lang.String pathRefId)
-
setIgnoreNonRelative
public void setIgnoreNonRelative(boolean ignoreNonRelative)
-
execute
public void execute()
- Overrides:
execute
in classorg.apache.tools.ant.Task
-
-