public class ContainerInfo extends Object implements Serializable
| Constructor and Description |
|---|
ContainerInfo(String version,
URL containerBaseFolder,
List<URL> services)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
getContainerBaseFolder() |
List<URL> |
getServices() |
String |
getVersion() |
public ContainerInfo(String version, URL containerBaseFolder, List<URL> services)
version - the version of the mule runtime to use.containerBaseFolder - the container base folder to use for placing container resources.services - the list of services to load within the container.Copyright © 2017 MuleSoft, Inc.. All rights reserved.