程序包 proguard.ant
类 FilterElement
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- proguard.ant.FilterElement
-
- 所有已实现的接口:
java.lang.Cloneable
public class FilterElement extends org.apache.tools.ant.types.DataTypeThis DataType represents a name filter in Ant.
-
-
构造器概要
构造器 构造器 说明 FilterElement()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidappendTo(java.util.List filter, boolean internal)Adds the contents of this element to the given name filter.voidsetFilter(java.lang.String filter)voidsetName(java.lang.String name)-
从类继承的方法 org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
-
-
-
-
方法详细资料
-
appendTo
public void appendTo(java.util.List filter, boolean internal)Adds the contents of this element to the given name filter.- 参数:
filter- the list of attributes to be extended.internal- specifies whether the filter string should be converted to internal types.
-
setName
public void setName(java.lang.String name)
-
setFilter
public void setFilter(java.lang.String filter)
-
-