org.eclipse.jetty.osgi.boot.warurl.internal
Class WarBundleManifestGenerator

java.lang.Object
  extended by org.eclipse.jetty.osgi.boot.warurl.internal.WarBundleManifestGenerator

public class WarBundleManifestGenerator
extends Object


Constructor Summary
WarBundleManifestGenerator()
           
 
Method Summary
static Manifest createBundleManifest(Manifest originalManifest, URL url, JarFile jarFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarBundleManifestGenerator

public WarBundleManifestGenerator()
Method Detail

createBundleManifest

public static Manifest createBundleManifest(Manifest originalManifest,
                                            URL url,
                                            JarFile jarFile)


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.