public class AddPathTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
AddPathTask() |
Modifier and Type | Method and Description |
---|---|
void |
add(org.apache.tools.ant.types.Path path) |
void |
addDirset(org.apache.tools.ant.types.DirSet dset) |
void |
addFilelist(org.apache.tools.ant.types.FileList fl) |
void |
addFileset(org.apache.tools.ant.types.FileSet fs) |
org.apache.tools.ant.types.Path |
createPath() |
org.apache.tools.ant.types.Path.PathElement |
createPathElement() |
void |
execute() |
java.lang.String |
getTopath() |
boolean |
isFirst() |
void |
setFirst(boolean first) |
void |
setProject(org.apache.tools.ant.Project project) |
void |
setTopath(java.lang.String toPath) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public java.lang.String getTopath()
public void setTopath(java.lang.String toPath)
public void setProject(org.apache.tools.ant.Project project)
setProject
in class org.apache.tools.ant.ProjectComponent
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void add(org.apache.tools.ant.types.Path path) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void addDirset(org.apache.tools.ant.types.DirSet dset) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void addFilelist(org.apache.tools.ant.types.FileList fl) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void addFileset(org.apache.tools.ant.types.FileSet fs) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public org.apache.tools.ant.types.Path createPath() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public org.apache.tools.ant.types.Path.PathElement createPathElement() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public boolean isFirst()
public void setFirst(boolean first)