gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.java.archives
/
ManifestMergeDetails
Manifest
Merge
Details
API
interface
ManifestMergeDetails
(
source
)
Details of a value being merged from two different manifests.
Members
Functions
exclude
Link copied to clipboard
API
abstract
fun
exclude
(
)
Excludes this key from being in the manifest after the merge.
get
Base
Value
Link copied to clipboard
API
abstract
fun
getBaseValue
(
)
:
String
Returns the value for the key of the manifest that is the target of the merge.
get
Key
Link copied to clipboard
API
abstract
fun
getKey
(
)
:
String
Returns the key that is to be merged.
get
Merge
Value
Link copied to clipboard
API
abstract
fun
getMergeValue
(
)
:
String
Returns the value for the key of the manifest that is the source for the merge.
get
Section
Link copied to clipboard
API
abstract
fun
getSection
(
)
:
String
Returns the section this merge details belongs to.
get
Value
Link copied to clipboard
API
abstract
fun
getValue
(
)
:
String
Returns the value for the key of the manifest after the merge takes place.
set
Value
Link copied to clipboard
API
abstract
fun
setValue
(
value
:
String
)
Set's the value for the key of the manifest after the merge takes place.