public class ApplicationWrapper extends DeployableArtifactWrapper<Application,ApplicationDescriptor> implements Application
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationWrapper(Application delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
ConnectivityTestingService |
getConnectivityTestingService() |
Application |
getDelegate() |
Domain |
getDomain() |
File |
getLocation() |
org.mule.runtime.api.metadata.MetadataService |
getMetadataService() |
ApplicationStatus |
getStatus() |
String |
toString() |
dispose, getArtifactClassLoader, getArtifactId, getArtifactName, getDescriptor, getMuleContext, getResourceFiles, init, install, lazyInit, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMuleContextdispose, init, install, lazyInit, start, stopgetArtifactClassLoader, getArtifactId, getArtifactName, getDescriptor, getResourceFilesprotected ApplicationWrapper(Application delegate) throws IOException
IOExceptionpublic String getAppName()
getAppName in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public Domain getDomain()
getDomain in interface Applicationpublic ApplicationStatus getStatus()
getStatus in interface Applicationpublic String toString()
toString in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public Application getDelegate()
getDelegate in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public File getLocation()
getLocation in interface DeployableArtifact<ApplicationDescriptor>getLocation in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public ConnectivityTestingService getConnectivityTestingService()
getConnectivityTestingService in interface DeployableArtifact<ApplicationDescriptor>getConnectivityTestingService in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public org.mule.runtime.api.metadata.MetadataService getMetadataService()
getMetadataService in interface DeployableArtifact<ApplicationDescriptor>getMetadataService in class DeployableArtifactWrapper<Application,ApplicationDescriptor>Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.