D - The type of the artifact's descriptorpublic interface DeployableArtifact<D extends DeployableArtifactDescriptor> extends Artifact<D>
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose the artifact.
|
List<ArtifactPlugin> |
getArtifactPlugins() |
org.mule.runtime.api.connectivity.ConnectivityTestingService |
getConnectivityTestingService() |
File |
getLocation() |
org.mule.runtime.api.metadata.MetadataService |
getMetadataService() |
MuleContext |
getMuleContext() |
org.mule.runtime.api.value.ValueProviderService |
getValueProviderService() |
void |
init()
Initialise the artifact resources
|
void |
install()
Install the artifact.
|
void |
lazyInit()
Initialise the minimal resources required for this artifact to execute components.
|
void |
setMuleContextListener(MuleContextListener muleContextListener)
Sets a
MuleContextListener. |
void |
start()
Starts the artifact execution
|
void |
stop()
Stops the artifact execution
|
getArtifactClassLoader, getArtifactId, getArtifactName, getDescriptor, getResourceFilesvoid install()
throws InstallException
InstallExceptionvoid init()
void lazyInit()
void start()
throws DeploymentStartException
DeploymentStartExceptionvoid stop()
void dispose()
MuleContext getMuleContext()
File getLocation()
org.mule.runtime.api.connectivity.ConnectivityTestingService getConnectivityTestingService()
org.mule.runtime.api.metadata.MetadataService getMetadataService()
MetadataService which can resolve the metadata of the components inside
the current DeployableArtifactMetadataServiceorg.mule.runtime.api.value.ValueProviderService getValueProviderService()
List<ArtifactPlugin> getArtifactPlugins()
void setMuleContextListener(MuleContextListener muleContextListener)
MuleContextListener.muleContextListener - MuleContextListener to be set for this deployable artifact.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.