Uses of Class
org.objectweb.dolphin.resources.deploy.model.AbstractDeployable.UnknownModuleTypeException

Packages that use AbstractDeployable.UnknownModuleTypeException
org.objectweb.dolphin.resources.deploy.model   
 

Uses of AbstractDeployable.UnknownModuleTypeException in org.objectweb.dolphin.resources.deploy.model
 

Methods in org.objectweb.dolphin.resources.deploy.model that throw AbstractDeployable.UnknownModuleTypeException
static javax.enterprise.deploy.model.DeployableObject AbstractDeployable.createFromFile(java.io.File archive)
          Loads a DeployableObject from a file.
static javax.enterprise.deploy.model.DeployableObject AbstractDeployable.createFromUrl(java.net.URL url)
          Creates a deployable object from the module archive given as a URL.
 

Constructors in org.objectweb.dolphin.resources.deploy.model that throw AbstractDeployable.UnknownModuleTypeException
RarDeployable(java.util.jar.JarFile archive, java.lang.String deploymentDescriptorName)