程序包 proguard.ant

类 ConfigurationElement

  • 所有已实现的接口:
    java.lang.Cloneable, java.lang.Iterable<org.apache.tools.ant.types.Resource>, org.apache.tools.ant.types.ResourceCollection, org.apache.tools.ant.types.selectors.SelectorContainer

    public class ConfigurationElement
    extends org.apache.tools.ant.types.FileSet
    This DataType represents a reference to an XML-style ProGuard configuration in Ant, or a file set of ProGuard-style configuration files.
    • 字段概要

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

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

        description, location, project
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void appendTo​(proguard.Configuration configuration)
      Adds the contents of this configuration element to the given configuration.
      • 从类继承的方法 org.apache.tools.ant.types.FileSet

        clone, getRef, isFilesystemOnly, iterator, size
      • 从类继承的方法 org.apache.tools.ant.types.AbstractFileSet

        add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addExecutable, addFilename, addMajority, addModified, addNone, addNot, addOr, addOwnedBy, addPosixGroup, addPosixPermissions, addPresent, addReadable, addSelector, addSize, addSymlink, addType, addWritable, appendExcludes, appendIncludes, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, dieOnCircularReference, getDefaultexcludes, getDir, getDir, getDirectoryScanner, getDirectoryScanner, getErrorOnMissingDir, getMaxLevelsOfSymlinks, getSelectors, hasPatterns, hasSelectors, isCaseSensitive, isFollowSymlinks, mergeExcludes, mergeIncludes, mergePatterns, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setDir, setErrorOnMissingDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setMaxLevelsOfSymlinks, setRefid, setupDirectoryScanner, setupDirectoryScanner, toString
      • 从类继承的方法 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
    • 构造器详细资料

      • ConfigurationElement

        public ConfigurationElement()
    • 方法详细资料

      • appendTo

        public void appendTo​(proguard.Configuration configuration)
        Adds the contents of this configuration element to the given configuration.
        参数:
        configuration - the configuration to be extended.