public class EnvironmentSupportedVersions extends Object
| Constructor and Description |
|---|
EnvironmentSupportedVersions(Collection<String> environmentSupportedVersions) |
EnvironmentSupportedVersions(String environmentVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
supports(String muleVersion)
Checks if a given mule runtime version is supported by the environment.
|
public EnvironmentSupportedVersions(Collection<String> environmentSupportedVersions)
public EnvironmentSupportedVersions(String environmentVersion)
public boolean supports(String muleVersion)
muleVersion - The mule runtime version to be checked.Copyright © 2019 MuleSoft Inc. All rights reserved.