Package org.codehaus.cargo.container.deployable

Interface Summary
Deployable A deployable is a file archive to be deployed in a container (eg WAR, EAR, etc).
 

Class Summary
DeployableType Type of Depoyable.
EAR Wraps an EAR file that will be deployed in the container.
EJB Wraps an EJB JAR file that will be deployed in the container.
WAR Wraps a WAR file that will be deployed in the container.
 



Copyright © 2004-2008 Codehaus. All Rights Reserved.