org.jboss.osgi.deployment.deployer
Class DeploymentFactory

java.lang.Object
  extended by org.jboss.osgi.deployment.deployer.DeploymentFactory

public class DeploymentFactory
extends java.lang.Object

A deployment factory.

Since:
16-Oct-2009
Author:
thomas.diesler@jboss.com

Method Summary
static Deployment createDeployment(BundleInfo info)
           
static Deployment createDeployment(java.net.URL url)
           
static Deployment createDeployment(org.jboss.virtual.VirtualFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDeployment

public static Deployment createDeployment(java.net.URL url)

createDeployment

public static Deployment createDeployment(org.jboss.virtual.VirtualFile file)

createDeployment

public static Deployment createDeployment(BundleInfo info)


Copyright © 2009. All Rights Reserved.