Uses of Class
java.util.jar.Manifest

Packages that use Manifest
java.net   
java.util.jar   
org.apache.felix.deploymentadmin   
org.apache.felix.ipojo.manipulator   
 

Uses of Manifest in java.net
 

Methods in java.net that return Manifest
 Manifest JarURLConnection.getManifest()
           
 

Methods in java.net with parameters of type Manifest
protected  Package URLClassLoader.definePackage(String var0, Manifest var1, URL var2)
           
 

Uses of Manifest in java.util.jar
 

Methods in java.util.jar that return Manifest
 Manifest JarInputStream.getManifest()
           
 Manifest JarFile.getManifest()
           
 

Constructors in java.util.jar with parameters of type Manifest
JarOutputStream(OutputStream var0, Manifest var1)
           
Manifest(Manifest var0)
           
 

Uses of Manifest in org.apache.felix.deploymentadmin
 

Constructors in org.apache.felix.deploymentadmin with parameters of type Manifest
AbstractDeploymentPackage(Manifest manifest, BundleContext bundleContext)
          Creates an instance of this class.
DeploymentPackageManifest(Manifest manifest)
          Creates an instance of this class.
 

Uses of Manifest in org.apache.felix.ipojo.manipulator
 

Methods in org.apache.felix.ipojo.manipulator with parameters of type Manifest
protected  void Pojoization.writeManifest(Manifest mf)
          Retrieves an OutputStream to write in the Manifest.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.