org.apache.tools.ant.types
Class Path.PathElement
java.lang.Object
|
+--org.apache.tools.ant.types.Path.PathElement
- Enclosing class:
- Path
- public class Path.PathElement
- extends java.lang.Object
Helper class, holds the nested <pathelement>
values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Path.PathElement
public Path.PathElement()
setLocation
public void setLocation(java.io.File loc)
setPath
public void setPath(java.lang.String path)
getParts
public java.lang.String[] getParts()
Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.