public class StandaloneDeploymentValidator extends AbstractDeploymentValidator
deployment| Constructor and Description |
|---|
StandaloneDeploymentValidator(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findRuntimeVersion(File muleHome)
Retrieves the mule runtime version in a standalone distribution.
|
EnvironmentSupportedVersions |
getEnvironmentSupportedVersions()
Retrieves the supported mule runtime version in a specific environment.
|
validateMuleVersionAgainstEnvironmentpublic StandaloneDeploymentValidator(Deployment deployment)
public EnvironmentSupportedVersions getEnvironmentSupportedVersions() throws DeploymentException
AbstractDeploymentValidatorgetEnvironmentSupportedVersions in class AbstractDeploymentValidatorDeploymentException - if the mule runtime version cannot be resolved.protected String findRuntimeVersion(File muleHome) throws DeploymentException
muleHome - the mule home of the distribution.DeploymentException - if cannot find the mule core version.Copyright © 2024 MuleSoft Inc. All rights reserved.