InheritManifest

interface InheritManifest : Manifest

Properties

Link copied to clipboard
abstract val attributes: Attributes?
Link copied to clipboard
abstract val effectiveManifest: Manifest?
Link copied to clipboard
abstract val sections: Map<String?, Attributes?>?

Functions

Link copied to clipboard
abstract fun attributes(attributes: Map<String?, *>?): Manifest?
abstract fun attributes(attributes: Map<String?, *>?, sectionName: String?): Manifest?
Link copied to clipboard
abstract fun from(vararg mergePath: Any?): Manifest?
abstract fun from(mergePath: Any?, @DelegatesTo(value = ManifestMergeSpec::class) closure: Closure<*>?): Manifest?
abstract fun from(mergePath: Any?, action: Action<ManifestMergeSpec?>?): Manifest?
Link copied to clipboard
open fun inheritFrom(vararg inheritPaths: Any)
abstract fun inheritFrom(vararg inheritPaths: Any, action: Action<*>?)
Link copied to clipboard
abstract fun writeTo(path: Any?): Manifest?