api / org.gradle.api.java.archives

Package org.gradle.api.java.archives

Types

Attributes

interface Attributes : MutableMap<String, Any>

Represent the attributes of a manifest section.

Manifest

interface Manifest

Represents the manifest file of a JAR file.

ManifestMergeDetails

interface ManifestMergeDetails

Details of a value being merged from two different manifests.

ManifestMergeSpec

interface ManifestMergeSpec

Specifies how the entries of multiple manifests should be merged together.

Exceptions

ManifestException

open class ManifestException : GradleException

Is thrown in the case an operation is applied against a org.gradle.api.java.archives.Manifest that violates the Manifest specification.