org.mule.tools.cargo.deployable
Class MuleApplicationDeployable

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.MuleApplicationDeployable
All Implemented Interfaces:
org.codehaus.cargo.container.deployable.Deployable, org.codehaus.cargo.util.log.Loggable

public class MuleApplicationDeployable
extends org.codehaus.cargo.container.spi.deployable.AbstractDeployable

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


Constructor Summary
MuleApplicationDeployable(java.lang.String file)
           
 
Method Summary
static org.codehaus.cargo.container.deployable.DeployableType getDeployableType()
           
 org.codehaus.cargo.container.deployable.DeployableType getType()
           
 
Methods inherited from class org.codehaus.cargo.container.spi.deployable.AbstractDeployable
getFile, getFileHandler, isExpanded, setFileHandler
 
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, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

MuleApplicationDeployable

public MuleApplicationDeployable(java.lang.String file)
Method Detail

getType

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

getDeployableType

public static org.codehaus.cargo.container.deployable.DeployableType getDeployableType()


Copyright © 2011. All Rights Reserved.