com.android.manifmerger
Interface ManifestMerger2.AutoAddingProperty

All Known Implementing Classes:
ManifestMerger2.SystemProperty
Enclosing class:
ManifestMerger2

public static interface ManifestMerger2.AutoAddingProperty

Defines a property that can add or override itself into an XML document.


Method Summary
 void addTo(ActionRecorder actionRecorder, XmlDocument document, java.lang.String value)
          Add itself (possibly just override the current value) with the passed value
 

Method Detail

addTo

void addTo(@NonNull
           ActionRecorder actionRecorder,
           @NonNull
           XmlDocument document,
           @NonNull
           java.lang.String value)
Add itself (possibly just override the current value) with the passed value

Parameters:
actionRecorder - to record actions.
document - the xml document to add itself to.
value - the value to set of this property.