程序包 proguard.util
类 SimpleFeatureNamedProcessable
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.util.SimpleFeatureNamedProcessable
-
- 所有已实现的接口:
java.io.Serializable,FeatureNamed,Processable
- 直接已知子类:
LibraryClass,ProgramClass,ResourceFile
public class SimpleFeatureNamedProcessable extends SimpleProcessable implements FeatureNamed
ASimpleProcessablethat additionally implementsFeatureNamed.- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 java.util.Set<java.lang.String>extraFeatureNamesjava.lang.StringfeatureName-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 SimpleFeatureNamedProcessable()Creates an uninitialized SimpleFeatureNamedProcessable.SimpleFeatureNamedProcessable(java.lang.String featureName, int processingFlags, java.lang.Object processingInfo)Creates an initialized SimpleFeatureNamedProcessable.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddExtraFeatureName(java.lang.String featureName)Adds the feature name to the set of features this entity is part of.java.util.Set<java.lang.String>getExtraFeatureNames()Returns the set of feature names for this entity.java.lang.StringgetFeatureName()Returns the feature name for this entity.booleanisInFeature(java.lang.String featureName)Returns whether the entity is part of the given feature.voidsetFeatureName(java.lang.String featureName)Sets the feature name for this entity.-
从类继承的方法 proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 proguard.util.Processable
accept
-
-
-
-
构造器详细资料
-
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()
从接口复制的说明:FeatureNamedReturns the feature name for this entity.- 指定者:
getFeatureName在接口中FeatureNamed
-
setFeatureName
public void setFeatureName(java.lang.String featureName)
从接口复制的说明:FeatureNamedSets the feature name for this entity.- 指定者:
setFeatureName在接口中FeatureNamed- 参数:
featureName- the feature Name to be set.
-
addExtraFeatureName
public void addExtraFeatureName(java.lang.String featureName)
从接口复制的说明:FeatureNamedAdds 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()
从接口复制的说明:FeatureNamedReturns the set of feature names for this entity.- 指定者:
getExtraFeatureNames在接口中FeatureNamed
-
isInFeature
public boolean isInFeature(java.lang.String featureName)
从接口复制的说明:FeatureNamedReturns whether the entity is part of the given feature.- 指定者:
isInFeature在接口中FeatureNamed- 参数:
featureName- the name of the feature to check.
-
-