public class ArtifactConfiguration extends Object
ArtifactConfiguration is a programmatic descriptor of a mule configuration.| Constructor and Description |
|---|
ArtifactConfiguration(List<ComponentConfiguration> componentConfigurations)
Creates an
ArtifactConfiguration from a collection of root mule configuration components. |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConfiguration> |
getComponentConfiguration() |
public ArtifactConfiguration(List<ComponentConfiguration> componentConfigurations)
ArtifactConfiguration from a collection of root mule configuration components.
Each ComponentConfiguration may have other nested configuration components.componentConfigurations - collection of root configuration elements of a mule configuration. Non null.public List<ComponentConfiguration> getComponentConfiguration()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.