org.jboss.osgi.spi.util
Class BundleDeploymentFactory

java.lang.Object
  extended by org.jboss.osgi.spi.util.BundleDeploymentFactory

public abstract class BundleDeploymentFactory
extends java.lang.Object

A factory for bundle deployments.

Since:
08-Jul-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
BundleDeploymentFactory()
           
 
Method Summary
static BundleDeployment createBundleDeployment(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleDeploymentFactory

public BundleDeploymentFactory()
Method Detail

createBundleDeployment

public static BundleDeployment createBundleDeployment(java.net.URL url)
                                               throws org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException


Copyright © 2009. All Rights Reserved.