|
|||||||||
| Home >> All >> org >> apache >> tools >> ant >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.tools.ant.types
Class Path.PathElement

java.lang.Objectorg.apache.tools.ant.types.Path.PathElement
- Enclosing class:
- Path
- public class Path.PathElement
- extends java.lang.Object
Helper class, holds the nested <pathelement> values.
| Field Summary | |
private java.lang.String[] |
parts
|
| Constructor Summary | |
Path.PathElement()
|
|
| Method Summary | |
java.lang.String[] |
getParts()
|
void |
setLocation(java.io.File loc)
|
void |
setPath(java.lang.String path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
parts
private java.lang.String[] parts
| Constructor Detail |
Path.PathElement
public Path.PathElement()
| Method Detail |
setLocation
public void setLocation(java.io.File loc)
setPath
public void setPath(java.lang.String path)
getParts
public java.lang.String[] getParts()
|
|||||||||
| Home >> All >> org >> apache >> tools >> ant >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.tools.ant.types.Path.PathElement