public class DefaultManifestMergeDetails extends Object implements ManifestMergeDetails
| Constructor and Description |
|---|
DefaultManifestMergeDetails(String section,
String key,
String baseValue,
String mergeValue,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
exclude()
Excludes this key from being in the manifest after the merge.
|
String |
getBaseValue()
Returns the value for the key of the manifest that is the target of the merge.
|
String |
getKey()
Returns the key that is to be merged.
|
String |
getMergeValue()
Returns the value for the key of the manifest that is the source for the merge.
|
String |
getSection()
Returns the section this merge details belongs to.
|
String |
getValue()
Returns the value for the key of the manifest after the merge takes place.
|
boolean |
isExcluded() |
void |
setValue(String value)
Set's the value for the key of the manifest after the merge takes place.
|
public String getSection()
ManifestMergeDetailsgetSection in interface ManifestMergeDetailspublic String getKey()
ManifestMergeDetailsgetKey in interface ManifestMergeDetailspublic String getBaseValue()
ManifestMergeDetailsgetBaseValue in interface ManifestMergeDetailspublic String getMergeValue()
ManifestMergeDetailsgetMergeValue in interface ManifestMergeDetailspublic String getValue()
ManifestMergeDetailsgetValue in interface ManifestMergeDetailspublic boolean isExcluded()
public void setValue(String value)
ManifestMergeDetailssetValue in interface ManifestMergeDetailspublic void exclude()
ManifestMergeDetailsexclude in interface ManifestMergeDetailsCopyright © 2013. All rights reserved