Uses of Class
org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
-
Uses of AbstractDeployable in org.codehaus.cargo.container.deployable
Subclasses of AbstractDeployable in org.codehaus.cargo.container.deployable Modifier and Type Class Description classAOPWraps a AOP (JBoss AOP Archive) file that will be deployed in the container.classBundleWraps an OSGi Bundle file that will be deployed in the container.classEARWraps an EAR file that will be deployed in the container.classEJBWraps an EJB JAR file that will be deployed in the container.classFileWraps a file that will be deployed into the container.classHARWraps a HAR (Hibernate Archive) file that will be deployed in the container.classRARWraps a RAR file that will be deployed in the container.classSARWraps a SAR file that will be deployed in the container.classWARWraps a WAR file that will be deployed in the container. -
Uses of AbstractDeployable in org.codehaus.cargo.container.geronimo.deployable
Subclasses of AbstractDeployable in org.codehaus.cargo.container.geronimo.deployable Modifier and Type Class Description classGeronimoEARGeronimo EAR deployable.classGeronimoEJBGeronimo EJB deployable.classGeronimoWARGeronimo WAR deployable. -
Uses of AbstractDeployable in org.codehaus.cargo.container.jboss.deployable
Subclasses of AbstractDeployable in org.codehaus.cargo.container.jboss.deployable Modifier and Type Class Description classJBossWARExtension that supports custom JBoss descriptor files such as thejboss-web.xmlone. -
Uses of AbstractDeployable in org.codehaus.cargo.container.spi.deployable
Subclasses of AbstractDeployable in org.codehaus.cargo.container.spi.deployable Modifier and Type Class Description classAbstractDeployablewithSettableNameCommon class for easy Deployable implementations with settable names. -
Uses of AbstractDeployable in org.codehaus.cargo.container.tomcat
Subclasses of AbstractDeployable in org.codehaus.cargo.container.tomcat Modifier and Type Class Description classTomcatWARExtension that supports custom Tomcatcontext.xmlfiles located in theMETA-INF/directory of your WAR.
-