Class AOP
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- org.codehaus.cargo.container.deployable.AOP
-
- All Implemented Interfaces:
Deployable
,Loggable
public class AOP extends AbstractDeployable
Wraps a AOP (JBoss AOP Archive) 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.AbstractDeployable
equals, getFile, getFileHandler, getFilename, getName, getVersion, hashCode, isExpanded, setFileHandler, setLogger, setVersion, toString
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger
-
-
-
-
Constructor Detail
-
AOP
public AOP(String aop)
- Parameters:
aop
- the location of the JBoss AOP Archive being wrapped.
-
-
Method Detail
-
getType
public DeployableType getType()
- Returns:
- the deployable's type (war, ear, etc)
-
-