Package org.mule.maven.client.internal
Class DefaultVersionRangeResult
java.lang.Object
org.mule.maven.client.internal.DefaultVersionRangeResult
- All Implemented Interfaces:
VersionRangeResult
Default implementation for
VersionRangeResult.- Since:
- 1.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultVersionRangeResult(org.eclipse.aether.resolution.VersionRangeResult aetherVersionRangeResult) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DefaultVersionRangeResult
public DefaultVersionRangeResult(org.eclipse.aether.resolution.VersionRangeResult aetherVersionRangeResult)
-
-
Method Details
-
getVersions
- Specified by:
getVersionsin interfaceVersionRangeResult
-
getLowestVersion
- Specified by:
getLowestVersionin interfaceVersionRangeResult
-
getHighestVersion
- Specified by:
getHighestVersionin interfaceVersionRangeResult
-