org.mule.tools.cargo.deployable
Class AbstractMuleDeployable

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

public abstract class AbstractMuleDeployable
extends org.codehaus.cargo.container.spi.deployable.AbstractDeployable


Constructor Summary
AbstractMuleDeployable(String file)
           
 
Method Summary
 String 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.container.deployable.Deployable
getType
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

AbstractMuleDeployable

public AbstractMuleDeployable(String file)
Method Detail

getApplicationName

public final String getApplicationName()
Returns:
name of this application extracted from file name


Copyright © 2011. All Rights Reserved.