Manifest (Gradle API 8.14) (original) (raw)


public interface Manifest

Represents the manifest file of a JAR file.

Adds content to the main attributes of the manifest.
Adds content to the given section of the manifest.
Specifies other manifests to be merged into this manifest.
Specifies other manifests to be merged into this manifest.
Specifies other manifests to be merged into this manifest.
Returns the main attributes of the manifest.
Returns a new manifest instance where all the attribute values are expanded (e.g.
Returns the sections of the manifest (excluding the main section).
Writes the manifest into a file.