public static class DefaultContainerConfigurationBuilder.ContainerConfigurationImpl extends Object implements ContainerConfiguration
ContainerConfiguration.ContainerConfigurationBuilder| Constructor and Description |
|---|
ContainerConfigurationImpl(File containerFolder,
List<org.mule.maven.client.api.model.BundleDescriptor> serverPlugins) |
| Modifier and Type | Method and Description |
|---|---|
File |
getContainerFolder()
Defines the location where the mule container folders will be contained.
|
List<org.mule.maven.client.api.model.BundleDescriptor> |
getServerPlugins() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderpublic File getContainerFolder()
ContainerConfigurationIt may contain pre-configured files for the runtime and the container may create additional files, but disposal of the folder after using the embedded container is up to the client.
getContainerFolder in interface ContainerConfigurationpublic List<org.mule.maven.client.api.model.BundleDescriptor> getServerPlugins()
getServerPlugins in interface ContainerConfigurationCopyright © 2024 MuleSoft, Inc.. All rights reserved.