com.android.manifmerger
Class Actions.AttributeRecord

java.lang.Object
  extended by com.android.manifmerger.Actions.Record
      extended by com.android.manifmerger.Actions.AttributeRecord
Enclosing class:
Actions

public static class Actions.AttributeRecord
extends Actions.Record

Defines a merging tool action for an xml attribute


Field Summary
 
Fields inherited from class com.android.manifmerger.Actions.Record
mActionLocation, mActionType, mReason, mTargetId
 
Method Summary
protected  void addAttributes(org.w3c.dom.Element element)
           
 com.android.manifmerger.AttributeOperationType getOperationType()
           
 java.lang.String toString()
           
 
Methods inherited from class com.android.manifmerger.Actions.Record
getActionLocation, getActionType, getTargetId, print, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOperationType

@Nullable
public com.android.manifmerger.AttributeOperationType getOperationType()

addAttributes

protected void addAttributes(org.w3c.dom.Element element)
Specified by:
addAttributes in class Actions.Record

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object