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

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

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

Subclasses of AbstractDeployable in org.objectweb.dolphin.resources.deploy.model
 class EarDeployable
          Used to handle Enterprise Application Archives (*.ear files) at deployment.
 class RarDeployable
          Used to handle Enterprise Application Archives (*.ear files) at deployment.
 class SimpleDeployable
          Used to handle all types of archives (except EAR) at deployment.