public class ClassPathElement
extends org.apache.tools.ant.types.Path
| Constructor and Description |
|---|
ClassPathElement(org.apache.tools.ant.Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendClassPathEntriesTo(ClassPath classPath,
boolean output)
Adds the contents of this class path element to the given class path.
|
void |
setAarfilter(String aarFilter) |
void |
setApkfilter(String apkFilter) |
void |
setDir(File file)
Deprecated.
Use
Path.setLocation(File) instead. |
void |
setEarfilter(String earFilter) |
void |
setFile(File file)
Deprecated.
Use
Path.setLocation(File) instead. |
void |
setFilter(String filter) |
void |
setJarfilter(String jarFilter) |
void |
setName(File file)
Deprecated.
Use
Path.setLocation(File) instead. |
void |
setWarfilter(String warFilter) |
void |
setZipfilter(String zipFilter) |
add, add, addDirset, addExisting, addExisting, addExtdirs, addFilelist, addFileset, addJavaRuntime, append, assertFilesystemOnly, clone, concatSystemBootClasspath, concatSystemClasspath, concatSystemClasspath, createPath, createPathElement, dieOnCircularReference, isFilesystemOnly, iterator, list, setLocation, setPath, setRefid, size, toString, translateFile, translateFileSep, translatePathcheckAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributespublic ClassPathElement(org.apache.tools.ant.Project project)
Path.Path(Project)public void appendClassPathEntriesTo(ClassPath classPath, boolean output)
classPath - the class path to be extended.output - specifies whether this is an output entry or not.public void setFile(File file)
Path.setLocation(File) instead.public void setDir(File file)
Path.setLocation(File) instead.public void setName(File file)
Path.setLocation(File) instead.public void setFilter(String filter)
public void setApkfilter(String apkFilter)
public void setJarfilter(String jarFilter)
public void setAarfilter(String aarFilter)
public void setWarfilter(String warFilter)
public void setEarfilter(String earFilter)
public void setZipfilter(String zipFilter)
Copyright © 2015. All Rights Reserved.