Class RAR
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployablewithSettableName
-
- org.codehaus.cargo.container.deployable.RAR
-
- All Implemented Interfaces:
Deployable
,Loggable
public class RAR extends AbstractDeployablewithSettableName
Wraps a RAR file that will be deployed in the container.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployableType
getType()
-
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployablewithSettableName
getFilename, getName, setName
-
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
equals, getFile, getFileHandler, getVersion, hashCode, isExpanded, setFileHandler, setLogger, setVersion, toString
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger
-
-
-
-
Constructor Detail
-
RAR
public RAR(String rar)
- Parameters:
rar
- the location of the RAR being wrapped.
-
-
Method Detail
-
getType
public DeployableType getType()
- Returns:
- the deployable's type (war, ear, etc)
-
-