public class DistinctElementsClassPath
extends org.apache.tools.ant.types.Path
| Constructor and Description |
|---|
DistinctElementsClassPath(org.apache.tools.ant.Project project)
Construct an empty
Path. |
DistinctElementsClassPath(org.apache.tools.ant.Project p,
String path)
Invoked by IntrospectionHelper for
setXXX(Path p)
attribute setters. |
| Modifier and Type | Method and Description |
|---|---|
String[] |
list()
Returns the list of path elements after removing the duplicate files from the
original Path
|
String |
toString()
Returns a textual representation of the path after removing the duplicate files from the
original Path.
|
add, addDirset, addExisting, addExisting, addExtdirs, addFilelist, addFileset, addJavaRuntime, append, clone, concatSystemClasspath, concatSystemClasspath, createPath, createPathElement, dieOnCircularReference, setLocation, setPath, setRefid, size, translateFile, translateFileSep, translatePathpublic DistinctElementsClassPath(org.apache.tools.ant.Project p,
String path)
setXXX(Path p)
attribute setters.p - the Project for this path.path - the String path definition.public DistinctElementsClassPath(org.apache.tools.ant.Project project)
Path.project - the Project for this path.public String[] list()
list in class org.apache.tools.ant.types.Pathpublic String toString()
toString in class org.apache.tools.ant.types.PathCopyright © 2017 The Apache Software Foundation. All rights reserved.