public class DeployableArtifactWrapper<T extends DeployableArtifact<D>,D extends DeployableArtifactDescriptor> extends Object implements DeployableArtifact<D>
| Modifier | Constructor and Description |
|---|---|
protected |
DeployableArtifactWrapper(T artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getAppName() |
ArtifactClassLoader |
getArtifactClassLoader() |
String |
getArtifactId() |
String |
getArtifactName() |
List<ArtifactPlugin> |
getArtifactPlugins() |
org.mule.runtime.api.connectivity.ConnectivityTestingService |
getConnectivityTestingService() |
T |
getDelegate() |
D |
getDescriptor() |
File |
getLocation() |
org.mule.runtime.api.metadata.MetadataService |
getMetadataService() |
org.mule.runtime.api.artifact.Registry |
getRegistry() |
File[] |
getResourceFiles() |
org.mule.runtime.api.value.ValueProviderService |
getValueProviderService() |
void |
init() |
void |
install() |
void |
lazyInit() |
void |
lazyInit(boolean disableXmlValidations) |
void |
setMuleContextListener(MuleContextListener muleContextListener) |
void |
start() |
void |
stop() |
String |
toString() |
protected DeployableArtifactWrapper(T artifact) throws IOException
IOExceptionpublic void dispose()
dispose in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public ArtifactClassLoader getArtifactClassLoader()
getArtifactClassLoader in interface Artifact<D extends DeployableArtifactDescriptor>public org.mule.runtime.api.artifact.Registry getRegistry()
getRegistry in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public File getLocation()
getLocation in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public org.mule.runtime.api.connectivity.ConnectivityTestingService getConnectivityTestingService()
getConnectivityTestingService in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public org.mule.runtime.api.metadata.MetadataService getMetadataService()
getMetadataService in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public org.mule.runtime.api.value.ValueProviderService getValueProviderService()
getValueProviderService in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public List<ArtifactPlugin> getArtifactPlugins()
getArtifactPlugins in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public void init()
init in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public void lazyInit()
lazyInit in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public void lazyInit(boolean disableXmlValidations)
lazyInit in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public void install()
throws InstallException
install in interface DeployableArtifact<D extends DeployableArtifactDescriptor>InstallExceptionpublic String getArtifactName()
getArtifactName in interface Artifact<D extends DeployableArtifactDescriptor>public String getArtifactId()
getArtifactId in interface Artifact<D extends DeployableArtifactDescriptor>public D getDescriptor()
getDescriptor in interface DeployableArtifact<D extends DeployableArtifactDescriptor>getDescriptor in interface Artifact<D extends DeployableArtifactDescriptor>public File[] getResourceFiles()
getResourceFiles in interface Artifact<D extends DeployableArtifactDescriptor>public void setMuleContextListener(MuleContextListener muleContextListener)
setMuleContextListener in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public void start()
throws DeploymentStartException
start in interface DeployableArtifact<D extends DeployableArtifactDescriptor>DeploymentStartExceptionpublic void stop()
stop in interface DeployableArtifact<D extends DeployableArtifactDescriptor>public String getAppName()
public T getDelegate()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.