public class DeploymentValidatorFactory extends Object
AbstractDeploymentValidator.| Constructor and Description |
|---|
DeploymentValidatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDeploymentValidator |
createDeploymentValidator(Deployment deployment)
Creates a
AbstractDeploymentValidator for the given deployment. |
public static AbstractDeploymentValidator createDeploymentValidator(Deployment deployment) throws DeploymentException
AbstractDeploymentValidator for the given deployment.deployment - The deployment object.AbstractDeploymentValidator.DeploymentException - if the deployment type is not supported.Copyright © 2018 MuleSoft Inc. All rights reserved.