org.codehaus.cargo.container.deployable
Interface Deployable
- All Superinterfaces:
- Loggable
- All Known Implementing Classes:
- AbstractDeployable, EAR, EJB, WAR
public interface Deployable
- extends 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 $
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-2011 Codehaus. All Rights Reserved.