public class Version extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Version.COMPONENT |
Modifier and Type | Field and Description |
---|---|
static Pattern |
STANDARD_PATTERN |
Modifier and Type | Method and Description |
---|---|
String |
convertToOsgi(Version.COMPONENT comToDrop) |
int |
getIncrementalVersion() |
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getQualifier() |
public static final Pattern STANDARD_PATTERN
public Version(String v)
public int getMajorVersion()
public int getMinorVersion()
public int getIncrementalVersion()
public String getQualifier()
public String convertToOsgi(Version.COMPONENT comToDrop)
Copyright © 2009–2023 Oracle Corporation. All rights reserved.