org.apache.tools.ant.types
Class Path.PathElement
java.lang.Object
org.apache.tools.ant.types.Path.PathElement
- Path
- ResourceCollection
public class Path.PathElement
extends java.lang.Object
Helper class, holds the nested <pathelement>
values.
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.
|
getParts
public String[] getParts()
Return the converted pathelements.
setLocation
public void setLocation(File loc)
Set the location.
setPath
public void setPath(String path)
Set the path.