public interface ManifestMergeDetails
| Modifier and Type | Method | Description | 
|---|---|---|
| void | exclude() | Excludes this key from being in the manifest after the merge. | 
| java.lang.String | getBaseValue() | Returns the value for the key of the manifest that is the target of the merge. | 
| java.lang.String | getKey() | Returns the key that is to be merged. | 
| java.lang.String | getMergeValue() | Returns the value for the key of the manifest that is the source for the merge. | 
| java.lang.String | getSection() | Returns the section this merge details belongs to. | 
| java.lang.String | getValue() | Returns the value for the key of the manifest after the merge takes place. | 
| void | setValue(java.lang.String value) | Set's the value for the key of the manifest after the merge takes place. | 
java.lang.String getSection()
java.lang.String getKey()
java.lang.String getBaseValue()
java.lang.String getMergeValue()
java.lang.String getValue()
void setValue(java.lang.String value)
void exclude()