程序包 proguard.ant
类 ClassPathElement
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- org.apache.tools.ant.types.Path
-
- proguard.ant.ClassPathElement
-
- 所有已实现的接口:
java.lang.Cloneable,java.lang.Iterable<org.apache.tools.ant.types.Resource>,org.apache.tools.ant.types.ResourceCollection
public class ClassPathElement extends org.apache.tools.ant.types.PathThis FileSet represents a class path entry (or a set of class path entries) in Ant.
-
-
构造器概要
构造器 构造器 说明 ClassPathElement(org.apache.tools.ant.Project project)
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidappendClassPathEntriesTo(proguard.ClassPath classPath, boolean output)Adds the contents of this class path element to the given class path.voidsetAarfilter(java.lang.String aarFilter)voidsetApkfilter(java.lang.String apkFilter)voidsetDir(java.io.File file)已过时。UsePath.setLocation(File)instead.voidsetEarfilter(java.lang.String earFilter)voidsetFile(java.io.File file)已过时。UsePath.setLocation(File)instead.voidsetFilter(java.lang.String filter)voidsetJarfilter(java.lang.String jarFilter)voidsetName(java.io.File file)已过时。UsePath.setLocation(File)instead.voidsetWarfilter(java.lang.String warFilter)voidsetZipfilter(java.lang.String zipFilter)-
从类继承的方法 org.apache.tools.ant.types.Path
add, add, addDirset, addExisting, addExisting, addExtdirs, addFilelist, addFileset, addJavaRuntime, append, assertFilesystemOnly, clone, concatSystemBootClasspath, concatSystemClasspath, concatSystemClasspath, createPath, createPathElement, delegateIteratorToList, dieOnCircularReference, isFilesystemOnly, iterator, list, setCache, setLocation, setPath, setRefid, size, toString, translateFile, translateFileSep, translatePath
-
从类继承的方法 org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
-
-
-
-
方法详细资料
-
appendClassPathEntriesTo
public void appendClassPathEntriesTo(proguard.ClassPath classPath, boolean output)Adds the contents of this class path element to the given class path.- 参数:
classPath- the class path to be extended.output- specifies whether this is an output entry or not.
-
setFile
public void setFile(java.io.File file)
已过时。UsePath.setLocation(File)instead.
-
setDir
public void setDir(java.io.File file)
已过时。UsePath.setLocation(File)instead.
-
setName
public void setName(java.io.File file)
已过时。UsePath.setLocation(File)instead.
-
setFilter
public void setFilter(java.lang.String filter)
-
setApkfilter
public void setApkfilter(java.lang.String apkFilter)
-
setJarfilter
public void setJarfilter(java.lang.String jarFilter)
-
setAarfilter
public void setAarfilter(java.lang.String aarFilter)
-
setWarfilter
public void setWarfilter(java.lang.String warFilter)
-
setEarfilter
public void setEarfilter(java.lang.String earFilter)
-
setZipfilter
public void setZipfilter(java.lang.String zipFilter)
-
-