org.apache.tools.ant.types
public class Path.PathElement extends Object implements ResourceCollection
<pathelement>
values.
Method Summary | |
---|---|
String[] | getParts()
Return the converted pathelements.
|
boolean | isFilesystemOnly()
Check if this resource is only for filesystems. |
Iterator | iterator()
Create an iterator. |
void | setLocation(File loc)
Set the location.
|
void | setPath(String path)
Set the path.
|
int | size()
Get the number of resources. |
Returns: a String[]
value
Returns: true.
Returns: an iterator.
Parameters: loc a File
value
Parameters: path a String
value
Returns: the number of parts.