Uses of Class
java.util.jar.Attributes.Name
| Package | Description |
|---|---|
| java.util.jar |
-
Uses of Attributes.Name in java.util.jar
Fields in java.util.jar declared as Attributes.Name Modifier and Type Field Description static Attributes.NameAttributes.Name. CLASS_PATHThe class path (a main attribute).static Attributes.NameAttributes.Name. CONTENT_TYPETheContent-Typemanifest attribute.static Attributes.NameAttributes.Name. EXTENSION_INSTALLATIONTheExtension-Installationattribute.static Attributes.NameAttributes.Name. EXTENSION_LISTTheExtension-Listattribute defining the extensions that are needed by the applet.static Attributes.NameAttributes.Name. EXTENSION_NAMETheExtension-Nameattribute which defines the unique name of the extension.static Attributes.NameAttributes.Name. IMPLEMENTATION_TITLETheImplementation-Titleattribute whose value is a string that defines the title of the extension implementation.static Attributes.NameAttributes.Name. IMPLEMENTATION_URLTheImplementation-URLattribute specifying a URL that can be used to obtain the most recent version of the extension if the required version is not already installed.static Attributes.NameAttributes.Name. IMPLEMENTATION_VENDORTheImplementation-Vendorattribute defining the organization that maintains the extension implementation.static Attributes.NameAttributes.Name. IMPLEMENTATION_VENDOR_IDTheImplementation-Vendor-Idattribute specifies the vendor of an extension implementation if the applet requires an implementation from a specific vendor.static Attributes.NameAttributes.Name. IMPLEMENTATION_VERSIONTheImplementation-Versionattribute defining the version of the extension implementation.static Attributes.NameAttributes.Name. MAIN_CLASSThe main class's name (for stand-alone applications).static Attributes.NameAttributes.Name. MANIFEST_VERSIONThe version of the manifest file (a main attribute).static Attributes.NameAttributes.Name. NAMEstatic Attributes.NameAttributes.Name. SEALEDTheSealedmanifest attribute which may have the valuetruefor sealed archives.static Attributes.NameAttributes.Name. SIGNATURE_VERSIONDefines the signature version of the JAR file.static Attributes.NameAttributes.Name. SPECIFICATION_TITLETheSpecification-Titleattribute defining the title of the extension specification.static Attributes.NameAttributes.Name. SPECIFICATION_VENDORTheSpecification-Vendorattribute defining the organization that maintains the extension specification.static Attributes.NameAttributes.Name. SPECIFICATION_VERSIONTheSpecification-Versionattribute defining the version of the extension specification.Methods in java.util.jar with parameters of type Attributes.Name Modifier and Type Method Description StringAttributes. getValue(Attributes.Name name)Returns the value associated with the parameterAttributes.Namekey.