public class VersionRangeFactory extends Object
Constructor and Description |
---|
VersionRangeFactory() |
Modifier and Type | Method and Description |
---|---|
static VersionRange |
create(String version) |
static VersionRange |
create(String version,
QualityRange qRange) |
static String |
findLatest(Collection<String> versions,
boolean noSnapshots)
helpful latest version calculator
|
public static VersionRange create(String version) throws VersionException
VersionException
public static VersionRange create(String version, QualityRange qRange) throws VersionException
VersionException
public static final String findLatest(Collection<String> versions, boolean noSnapshots)
versions
- noSnapshots
- Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.