Uses of Class
java.util.jar.Attributes

Packages that use Attributes
java.net   
java.util.jar   
org.apache.felix.deploymentadmin   
 

Uses of Attributes in java.net
 

Methods in java.net that return Attributes
 Attributes JarURLConnection.getAttributes()
           
 Attributes JarURLConnection.getMainAttributes()
           
 

Uses of Attributes in java.util.jar
 

Methods in java.util.jar that return Attributes
 Attributes JarEntry.getAttributes()
           
 Attributes Manifest.getAttributes(String var0)
           
 Attributes Manifest.getMainAttributes()
           
 

Constructors in java.util.jar with parameters of type Attributes
Attributes(Attributes var0)
           
 

Uses of Attributes in org.apache.felix.deploymentadmin
 

Methods in org.apache.felix.deploymentadmin with parameters of type Attributes
static boolean BundleInfoImpl.isBundleResource(Attributes attributes)
          Verify if the specified attributes describe a bundle resource.
protected  boolean AbstractInfo.parseBooleanHeader(Attributes attributes, String header)
          Parses a header that is allowed to have only boolean values.
 

Constructors in org.apache.felix.deploymentadmin with parameters of type Attributes
AbstractInfo(String path, Attributes attributes)
          Create an instance
BundleInfoImpl(String path, Attributes attributes)
          Creates an instance of this class.
ResourceInfoImpl(String path, Attributes attributes)
          Create an instance of this class.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.