程序包 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.Path
    This FileSet represents a class path entry (or a set of class path entries) in Ant.
    • 嵌套类概要

      • 从类继承的嵌套类/接口 org.apache.tools.ant.types.Path

        org.apache.tools.ant.types.Path.PathElement
    • 字段概要

      • 从类继承的字段 org.apache.tools.ant.types.Path

        systemBootClasspath, systemClasspath
      • 从类继承的字段 org.apache.tools.ant.types.DataType

        checked, ref
      • 从类继承的字段 org.apache.tools.ant.ProjectComponent

        description, location, project
    • 构造器概要

      构造器 
      构造器 说明
      ClassPathElement​(org.apache.tools.ant.Project project)  
    • 方法概要

      所有方法 实例方法 具体方法 已过时的方法 
      修饰符和类型 方法 说明
      void appendClassPathEntriesTo​(proguard.ClassPath classPath, boolean output)
      Adds the contents of this class path element to the given class path.
      void setAarfilter​(java.lang.String aarFilter)  
      void setApkfilter​(java.lang.String apkFilter)  
      void setDir​(java.io.File file)
      已过时。
      Use Path.setLocation(File) instead.
      void setEarfilter​(java.lang.String earFilter)  
      void setFile​(java.io.File file)
      已过时。
      Use Path.setLocation(File) instead.
      void setFilter​(java.lang.String filter)  
      void setJarfilter​(java.lang.String jarFilter)  
      void setName​(java.io.File file)
      已过时。
      Use Path.setLocation(File) instead.
      void setWarfilter​(java.lang.String warFilter)  
      void setZipfilter​(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
      • 从类继承的方法 org.apache.tools.ant.ProjectComponent

        getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
      • 从类继承的方法 java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • 从接口继承的方法 java.lang.Iterable

        forEach, spliterator
      • 从接口继承的方法 org.apache.tools.ant.types.ResourceCollection

        isEmpty, stream
    • 构造器详细资料

      • ClassPathElement

        public ClassPathElement​(org.apache.tools.ant.Project project)
        另请参阅:
        Path(Project)
    • 方法详细资料

      • 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)
        已过时。
        Use Path.setLocation(File) instead.
      • setDir

        public void setDir​(java.io.File file)
        已过时。
        Use Path.setLocation(File) instead.
      • setName

        public void setName​(java.io.File file)
        已过时。
        Use Path.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)