org.codehaus.cargo.container.deployable
Interface Deployable

All Superinterfaces:
org.codehaus.cargo.util.log.Loggable
All Known Implementing Classes:
AbstractDeployable, EAR, EJB, WAR

public interface Deployable
extends org.codehaus.cargo.util.log.Loggable

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

Version:
$Id: Deployable.java 1160 2006-07-30 20:15:34Z vmassol $

Method Summary
 java.lang.String getFile()
           
 DeployableType getType()
           
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Method Detail

getFile

java.lang.String getFile()
Returns:
the file representing the archive to deploy

getType

DeployableType getType()
Returns:
the deployable's type (war, ear, etc)


Copyright © 2004-2010 Codehaus. All Rights Reserved.