public class DefaultVersionRangeResultFilter extends Object implements VersionRangeResultFilter
VersionRangeResultFilter.
This implementation reflects the Apache Maven default version range handling and don't filter anything out of
VersionRangeResult.
| Constructor and Description |
|---|
DefaultVersionRangeResultFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.resolution.VersionRangeResult |
filterVersionRangeResult(org.eclipse.aether.resolution.VersionRangeResult versionRangeResult) |
public org.eclipse.aether.resolution.VersionRangeResult filterVersionRangeResult(org.eclipse.aether.resolution.VersionRangeResult versionRangeResult)
throws org.eclipse.aether.resolution.VersionRangeResolutionException
filterVersionRangeResult in interface VersionRangeResultFilterversionRangeResult - The version range result, must not be nullnullorg.eclipse.aether.resolution.VersionRangeResolutionException - If the requested range could not be parsed. Note that an empty range does
not raise an exception.VersionRangeResult.getVersions()Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.