Manifest
interface Manifest
Represents the manifest file of a JAR file.
Functions
Link copied to clipboard
Adds content to the main attributes of the manifest.
Adds content to the given section of the manifest.
Link copied to clipboard
Link copied to clipboard
abstract fun from(mergePath: Any, @DelegatesTo(value = ManifestMergeSpec::class ) closure: Closure<out Any>): Manifest
Specifies other manifests to be merged into this manifest.
Link copied to clipboard
Returns the main attributes of the manifest.
Link copied to clipboard
Returns a new manifest instance where all the attribute values are expanded (e.g.
Link copied to clipboard
Returns the sections of the manifest (excluding the main section).