public static interface DeploymentConfiguration.DeploymentConfigurationBuilder
DeploymentConfiguration. Instances must be created using
DeploymentConfiguration.builder() method.| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
build() |
DeploymentConfiguration.DeploymentConfigurationBuilder |
lazyInitialization(boolean enabled)
When an artifact context is lazily created then not all components will be created during the creation of the
artifact.
|
DeploymentConfiguration.DeploymentConfigurationBuilder |
xmlValidations(boolean enabled)
Allows to enable or disable XML validations while deploying the artifact.
|
DeploymentConfiguration.DeploymentConfigurationBuilder lazyInitialization(boolean enabled)
DeploymentConfiguration.DeploymentConfigurationBuilder xmlValidations(boolean enabled)
DeploymentConfiguration build()
DeploymentConfiguration deployment configuration instance with the provided configuration.Copyright © 2017 MuleSoft, Inc.. All rights reserved.