Package-level declarations

Classes for working with JAR manifests.

Types

Link copied to clipboard
interface Attributes : Map<K, V>
Represent the attributes of a manifest section.
Link copied to clipboard
interface Manifest
Represents the manifest file of a JAR file.
Link copied to clipboard
Is thrown in the case an operation is applied against a org.gradle.api.java.archives.Manifest that violates the Manifest specification.
Link copied to clipboard
Details of a value being merged from two different manifests.
Link copied to clipboard
Specifies how the entries of multiple manifests should be merged together.