Class Bundle
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployable.AbstractDeployable
-
- org.codehaus.cargo.container.deployable.Bundle
-
- All Implemented Interfaces:
Deployable
,Loggable
public class Bundle extends AbstractDeployable
Wraps an OSGi Bundle 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
-
Bundle
public Bundle(String location)
- Parameters:
location
- the location of the OSGi Bundle being wrapped. This must point to an OSGi Bundle JAR file.
-
-
Method Detail
-
getType
public DeployableType getType()
- Returns:
- the deployable's type (war, ear, etc)
-
-