|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ManifestMergeDetails
Details of a value being merged from two different manifests.
Method Summary | |
---|---|
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. |
void
|
setValue(String value)
Set's the value for the key of the manifest after the merge takes place. |
Method Detail |
---|
public void exclude()
public String getBaseValue()
public String getKey()
public String getMergeValue()
public String getSection()
public String getValue()
public void setValue(String value)
Gradle API 1.12