ProGuard

proguard.ant
Class KeepAttributeElement

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.types.DataType
          extended byproguard.ant.KeepAttributeElement

public class KeepAttributeElement
extends org.apache.tools.ant.types.DataType

This DataType represents a named attribute in Ant.


Field Summary
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
KeepAttributeElement()
           
 
Method Summary
 void appendTo(List keepAttributes)
          Adds the contents of this element to the given list of attributes.
 void setName(String name)
           
 
Methods inherited from class org.apache.tools.ant.types.DataType
circularReference, dieOnCircularReference, getCheckedRef, getDescription, isReference, noChildrenAllowed, setDescription, setRefid, tooManyAttributes
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeepAttributeElement

public KeepAttributeElement()
Method Detail

appendTo

public void appendTo(List keepAttributes)
Adds the contents of this element to the given list of attributes.

Parameters:
keepAttributes - the list of attributes to be extended.

setName

public void setName(String name)

ProGuard