ManifestMergeDetails

Details of a value being merged from two different manifests.

Functions

Link copied to clipboard
abstract fun exclude()
Excludes this key from being in the manifest after the merge.
Link copied to clipboard
abstract fun getBaseValue(): String
Returns the value for the key of the manifest that is the target of the merge.
Link copied to clipboard
abstract fun getKey(): String
Returns the key that is to be merged.
Link copied to clipboard
abstract fun getMergeValue(): String
Returns the value for the key of the manifest that is the source for the merge.
Link copied to clipboard
abstract fun getSection(): String
Returns the section this merge details belongs to.
Link copied to clipboard
abstract fun getValue(): String
Returns the value for the key of the manifest after the merge takes place.
Link copied to clipboard
abstract fun setValue(value: String)
Set's the value for the key of the manifest after the merge takes place.