| Package | Description |
|---|---|
| org.mule.runtime.module.embedded.api | |
| org.mule.runtime.module.embedded.internal |
| Modifier and Type | Method and Description |
|---|---|
static Product |
Product.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product[] |
Product.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedContainer.EmbeddedContainerBuilder |
EmbeddedContainer.EmbeddedContainerBuilder.product(Product product) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
MavenContainerClassLoaderFactory.create(String version,
Product product,
ClassLoader parentClassLoader,
URL containerBaseFolder)
Creates the
ClassLoader Container for a given version. |
List<URL> |
MavenContainerClassLoaderFactory.getServices(String version,
Product product) |
EmbeddedContainer.EmbeddedContainerBuilder |
DefaultEmbeddedContainerBuilder.product(Product product) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.