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
VersionExceptionpublic static VersionRange create(String version, QualityRange qRange) throws VersionException
VersionExceptionpublic static final String findLatest(Collection<String> versions, boolean noSnapshots)
versions - noSnapshots - Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.