Uses of Class
java.util.jar.Attributes
| Package | Description |
|---|---|
| java.net | |
| java.util.jar |
-
Uses of Attributes in java.net
Methods in java.net that return Attributes Modifier and Type Method Description AttributesJarURLConnection. getAttributes()Returns all attributes of theJarEntryreferenced by thisJarURLConnection.AttributesJarURLConnection. getMainAttributes()Gets all attributes of the manifest file referenced by thisJarURLConnection. -
Uses of Attributes in java.util.jar
Methods in java.util.jar that return Attributes Modifier and Type Method Description AttributesJarEntry. getAttributes()Returns theAttributesobject associated with this entry ornullif none exists.AttributesManifest. getAttributes(String name)Returns theAttributesassociated with the parameter entryname.AttributesManifest. getMainAttributes()Returns the mainAttributesof theJarFile.Methods in java.util.jar that return types with arguments of type Attributes Modifier and Type Method Description Map<String,Attributes>Manifest. getEntries()Returns a map containing theAttributesfor each entry in theManifest.Constructors in java.util.jar with parameters of type Attributes Constructor Description Attributes(Attributes attrib)Constructs anAttributesinstance obtaining keys and values from the parameterattrib.