程序包 proguard.util

类 SimpleFeatureNamedProcessable

    • 字段详细资料

      • featureName

        public java.lang.String featureName
      • extraFeatureNames

        public java.util.Set<java.lang.String> extraFeatureNames
    • 构造器详细资料

      • SimpleFeatureNamedProcessable

        public SimpleFeatureNamedProcessable()
        Creates an uninitialized SimpleFeatureNamedProcessable.
      • SimpleFeatureNamedProcessable

        public SimpleFeatureNamedProcessable​(java.lang.String featureName,
                                             int processingFlags,
                                             java.lang.Object processingInfo)
        Creates an initialized SimpleFeatureNamedProcessable.
    • 方法详细资料

      • getFeatureName

        public java.lang.String getFeatureName()
        从接口复制的说明: FeatureNamed
        Returns the feature name for this entity.
        指定者:
        getFeatureName 在接口中 FeatureNamed
      • setFeatureName

        public void setFeatureName​(java.lang.String featureName)
        从接口复制的说明: FeatureNamed
        Sets the feature name for this entity.
        指定者:
        setFeatureName 在接口中 FeatureNamed
        参数:
        featureName - the feature Name to be set.
      • addExtraFeatureName

        public void addExtraFeatureName​(java.lang.String featureName)
        从接口复制的说明: FeatureNamed
        Adds the feature name to the set of features this entity is part of.
        指定者:
        addExtraFeatureName 在接口中 FeatureNamed
        参数:
        featureName - the feature name to add.
      • getExtraFeatureNames

        public java.util.Set<java.lang.String> getExtraFeatureNames()
        从接口复制的说明: FeatureNamed
        Returns the set of feature names for this entity.
        指定者:
        getExtraFeatureNames 在接口中 FeatureNamed
      • isInFeature

        public boolean isInFeature​(java.lang.String featureName)
        从接口复制的说明: FeatureNamed
        Returns whether the entity is part of the given feature.
        指定者:
        isInFeature 在接口中 FeatureNamed
        参数:
        featureName - the name of the feature to check.