public class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
REVISION_PATTERN |
| Constructor and Description |
|---|
Version(Integer epoch,
String upstream,
String revision) |
Version(String upstream) |
Version(String upstream,
String revision) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEpoch() |
String |
getRevision() |
String |
getUpstream() |
String |
getValidatedString() |
static Version |
parseVersion(String versionString) |
Copyright © 2018. All rights reserved.