public interface VersionRangeResult
| Modifier and Type | Method and Description |
|---|---|
String |
getHighestVersion()
Gets the highest version matching the requested range.
|
String |
getLowestVersion()
Gets the lowest version matching the requested range.
|
List<String> |
getVersions()
Gets the versions (in ascending order) that matched the requested range.
|
List<String> getVersions()
null.String getLowestVersion()
null if no versions matched the requested range.String getHighestVersion()
null if no versions matched the requested range.Copyright © 2020 MuleSoft, Inc.. All rights reserved.