public interface TemporaryArtifactBuilder
ToolingArtifacts| Modifier and Type | Method and Description |
|---|---|
TemporaryArtifactBuilder |
addArtifactLibraryFile(File artifactLibraryFile)
Allows to add a library to the tooling artifact.
|
TemporaryArtifactBuilder |
addArtifactPluginFile(File artifactPluginFile)
Allows to add an extensions to be used in the tooling artifact.
|
TemporaryArtifact |
build()
Builds a
ToolingArtifact with the provided configuration. |
TemporaryArtifactBuilder |
setArtifactConfiguration(org.mule.runtime.dsl.api.config.ArtifactConfiguration artifactConfiguration)
Allows to configure the set of mule components to be used by the artifact.
|
TemporaryArtifactBuilder addArtifactLibraryFile(File artifactLibraryFile)
artifactLibraryFile - a file pointer to a jarTemporaryArtifactBuilder addArtifactPluginFile(File artifactPluginFile)
artifactPluginFile - a file pointer to an extension fileTemporaryArtifactBuilder setArtifactConfiguration(org.mule.runtime.dsl.api.config.ArtifactConfiguration artifactConfiguration)
artifactConfiguration - the mule configuration used by the artifactTemporaryArtifact build()
ToolingArtifact with the provided configuration.ToolingArtifactCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.