org.mule.tools.cargo.deployable
Class ZipApplicationDeployable

java.lang.Object
  extended by org.codehaus.cargo.util.log.LoggedObject
      extended by org.codehaus.cargo.container.spi.deployable.AbstractDeployable
          extended by org.mule.tools.cargo.deployable.AbstractMuleDeployable
              extended by org.mule.tools.cargo.deployable.ZipApplicationDeployable
All Implemented Interfaces:
org.codehaus.cargo.container.deployable.Deployable, org.codehaus.cargo.util.log.Loggable

public class ZipApplicationDeployable
extends AbstractMuleDeployable

A mule application deployable. Matches http://www.mulesoft.org/documentation/display/MMP/Home packaging type.


Field Summary
static org.codehaus.cargo.container.deployable.DeployableType TYPE
           
 
Constructor Summary
ZipApplicationDeployable(String file)
           
 
Method Summary
 org.codehaus.cargo.container.deployable.DeployableType getType()
           
 
Methods inherited from class org.mule.tools.cargo.deployable.AbstractMuleDeployable
getApplicationName
 
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
getFile, getFileHandler, isExpanded, setFileHandler, toString
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Field Detail

TYPE

public static final org.codehaus.cargo.container.deployable.DeployableType TYPE
Constructor Detail

ZipApplicationDeployable

public ZipApplicationDeployable(String file)
Method Detail

getType

public org.codehaus.cargo.container.deployable.DeployableType getType()


Copyright © 2011. All Rights Reserved.