public static interface ManifestMerger2.AutoAddingProperty
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(ActionRecorder actionRecorder,
XmlDocument document,
java.lang.String value)
Add itself (possibly just override the current value) with the passed value
|
void addTo(@NonNull
ActionRecorder actionRecorder,
@NonNull
XmlDocument document,
@NonNull
java.lang.String value)
actionRecorder - to record actions.document - the xml document to add itself to.value - the value to set of this property.