|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.AbstractFileSet
org.apache.tools.ant.types.FileSet
proguard.ant.ClassPathElement
This FileSet represents a class path entry (or a set of class path entries) in Ant.
| Field Summary |
| Fields inherited from class org.apache.tools.ant.types.DataType |
checked, description, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
ClassPathElement()
|
|
| Method Summary | |
void |
appendClassPathEntriesTo(ClassPath classPath,
boolean output)
Adds the contents of this class path element to the given class path. |
void |
setEarFilter(String earFilter)
|
void |
setFilter(String filter)
|
void |
setJarFilter(String jarFilter)
|
void |
setName(String name)
Deprecated. Use AbstractFileSet.setFile(File) instead. |
void |
setWarFilter(String warFilter)
|
void |
setZipFilter(String zipFilter)
|
| Methods inherited from class org.apache.tools.ant.types.FileSet |
clone |
| Methods inherited from class org.apache.tools.ant.types.AbstractFileSet |
addAnd, addContains, addCustom, addDate, addDepend, addDepth, addFilename, addMajority, addNone, addNot, addOr, addPresent, addSelector, addSize, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDataTypeName, getDir, getDirectoryScanner, getRef, getSelectors, hasPatterns, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setRefid, setupDirectoryScanner |
| Methods inherited from class org.apache.tools.ant.types.DataType |
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, tooManyAttributes |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassPathElement()
| Method Detail |
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 setName(String name)
AbstractFileSet.setFile(File) instead.
public void setFilter(String filter)
public void setJarFilter(String jarFilter)
public void setWarFilter(String warFilter)
public void setEarFilter(String earFilter)
public void setZipFilter(String zipFilter)
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||