In bundle: saker.jar
Represents a configuration of Java Archive Manifest entry attributes.
Summary
EntryAttributes | Specifies attributes for a given entry in the Manifest. |
MainAttributes | Specifies attributes for the main section of the Manifest. |
Fields
Map of ManifestEntry : Map
Specifies attributes for a given entry in the Manifest.
The option keys should be the entry names while the values are a map of attributes for the given entry.
Specifies attributes for the main section of the Manifest.
Main-Class and similar attributes should be defined here.