Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tools.ant.types
Class Path.PathElement  view Path.PathElement download Path.PathElement.java

java.lang.Object
  extended byorg.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()