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,
java.lang.String path)
Invoked by IntrospectionHelper for
setXXX(Path p)
attribute setters. |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
list()
Returns the list of path elements after removing the duplicate files from the
original Path
|
java.lang.String |
toString()
Returns a textual representation of the path after removing the duplicate files from the
original Path.
|
add, add, addDirset, addExisting, addExisting, addExtdirs, addFilelist, addFileset, addJavaRuntime, append, assertFilesystemOnly, clone, concatSystemBootClasspath, concatSystemClasspath, concatSystemClasspath, createPath, createPathElement, delegateIteratorToList, dieOnCircularReference, isFilesystemOnly, iterator, setCache, setLocation, setPath, setRefid, size, translateFile, translateFileSep, translatePath
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public DistinctElementsClassPath(org.apache.tools.ant.Project p, java.lang.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 java.lang.String[] list()
list
in class org.apache.tools.ant.types.Path
public java.lang.String toString()
toString
in class org.apache.tools.ant.types.Path
Copyright © 2012 The Apache Software Foundation