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.AbstractMuleDeployable
              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 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
MuleApplicationDeployable(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

MuleApplicationDeployable

public MuleApplicationDeployable(String file)
Method Detail

getType

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


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.