org.apache.ivy.ant
public class AddPathTask extends Task
Method Summary | |
---|---|
void | add(Path path) |
void | addDirset(DirSet dset) |
void | addFilelist(FileList fl) |
void | addFileset(FileSet fs) |
Path | createPath() |
PathElement | createPathElement() |
void | execute() |
String | getTopath() |
boolean | isFirst() |
void | setFirst(boolean first) |
void | setProject(Project project) |
void | setTopath(String toPath) |