org.mule.tools.cargo.deployable
Class AbstractMuleDeployable
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployable.AbstractDeployable
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
| 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 interface org.codehaus.cargo.container.deployable.Deployable |
getType |
| Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
getLogger, setLogger |
AbstractMuleDeployable
public AbstractMuleDeployable(String file)
getApplicationName
public final String getApplicationName()
- Returns:
- name of this application extracted from file name
Copyright © 2011. All Rights Reserved.