Package org.apache.tools.ant.types
Class Path.PathElement
java.lang.Object
org.apache.tools.ant.types.Path.PathElement
- All Implemented Interfaces:
- Iterable<Resource>,- ResourceCollection
- Enclosing class:
- Path
Helper class, holds the nested 
<pathelement> values.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface org.apache.tools.ant.types.ResourceCollectionisEmpty, stream
- 
Constructor Details- 
PathElementpublic PathElement()
 
- 
- 
Method Details- 
setLocation
- 
setPath
- 
getParts
- 
iterator
- 
isFilesystemOnlypublic boolean isFilesystemOnly()Check if this resource is only for filesystems.- Specified by:
- isFilesystemOnlyin interface- ResourceCollection
- Returns:
- true.
 
- 
sizepublic int size()Get the number of resources.- Specified by:
- sizein interface- ResourceCollection
- Returns:
- the number of parts.
 
 
-