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 class
AOP
Wraps a AOP (JBoss AOP Archive) file that will be deployed in the container.class
Bundle
Wraps an OSGi Bundle file that will be deployed in the container.class
EAR
Wraps an EAR file that will be deployed in the container.class
EJB
Wraps an EJB JAR file that will be deployed in the container.class
File
Wraps a file that will be deployed into the container.class
HAR
Wraps a HAR (Hibernate Archive) file that will be deployed in the container.class
RAR
Wraps a RAR file that will be deployed in the container.class
SAR
Wraps a SAR file that will be deployed in the container.class
WAR
Wraps 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 class
GeronimoEAR
Geronimo EAR deployable.class
GeronimoEJB
Geronimo EJB deployable.class
GeronimoWAR
Geronimo 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 class
JBossWAR
Extension that supports custom JBoss descriptor files such as thejboss-web.xml
one. -
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 class
AbstractDeployablewithSettableName
Common 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 class
TomcatWAR
Extension that supports custom Tomcatcontext.xml
files located in theMETA-INF/
directory of your WAR.
-