public static interface EmbeddedContainer.EmbeddedContainerBuilder
EmbeddedContainer instances. To create an instance of this builder use
EmbeddedContainer.builder() method| Modifier and Type | Method and Description |
|---|---|
EmbeddedContainer |
build() |
EmbeddedContainer.EmbeddedContainerBuilder |
withContainerConfiguration(ContainerConfiguration containerConfiguration) |
EmbeddedContainer.EmbeddedContainerBuilder |
withLog4jConfigurationFile(URI log4JConfigurationFile)
Customizes the log4j configuration file for the artifact.
|
EmbeddedContainer.EmbeddedContainerBuilder |
withMavenConfiguration(org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
Customizes the maven configuration for the execution.
|
EmbeddedContainer.EmbeddedContainerBuilder |
withMuleVersion(String muleVersion) |
EmbeddedContainer.EmbeddedContainerBuilder |
withProduct(Product product) |
EmbeddedContainer.EmbeddedContainerBuilder withMuleVersion(String muleVersion)
muleVersion - mule version to use for running the artifact.EmbeddedContainer.EmbeddedContainerBuilder withProduct(Product product)
product - the mule product to useEmbeddedContainer.EmbeddedContainerBuilder withContainerConfiguration(ContainerConfiguration containerConfiguration)
containerConfiguration - configuration of the containerEmbeddedContainer.EmbeddedContainerBuilder withLog4jConfigurationFile(URI log4JConfigurationFile)
log4JConfigurationFile - absolute path to the log4j configuration file.EmbeddedContainer.EmbeddedContainerBuilder withMavenConfiguration(org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
mavenConfiguration - maven configuration.EmbeddedContainer build()
EmbeddedContainer with the provided configuration.Copyright © 2017 MuleSoft, Inc.. All rights reserved.