|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.Path.PathElement
public class Path.PathElement
Helper class, holds the nested <pathelement>
values.
Constructor Summary | |
---|---|
Path.PathElement()
|
Method Summary | |
---|---|
java.lang.String[] |
getParts()
Return the converted pathelements. |
boolean |
isFilesystemOnly()
Check if this resource is only for filesystems. |
java.util.Iterator |
iterator()
Create an iterator. |
void |
setLocation(java.io.File loc)
Set the location. |
void |
setPath(java.lang.String path)
Set the path. |
int |
size()
Get the number of resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Path.PathElement()
Method Detail |
---|
public void setLocation(java.io.File loc)
loc
- a File
valuepublic void setPath(java.lang.String path)
path
- a String
valuepublic java.lang.String[] getParts()
String[]
valuepublic java.util.Iterator iterator()
iterator
in interface ResourceCollection
public boolean isFilesystemOnly()
isFilesystemOnly
in interface ResourceCollection
public int size()
size
in interface ResourceCollection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |