| Modifier and Type | Method and Description |
|---|---|
Version.VersionPart |
Version.getSpecificity()
Returns the level of specificity for the version.
|
static Version.VersionPart |
Version.VersionPart.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version.VersionPart[] |
Version.VersionPart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version v,
Version.VersionPart part)
Compare two versions up to and including the specified version part.
|
int |
Version.compareTo(Version v,
Version.VersionPart part,
boolean includeClassifier)
Compare two versions up to and including the specified version part.
|
int |
Version.getPart(Version.VersionPart part)
Returns the value of the specified part.
|
String |
Version.toString(Version.VersionPart part)
Returns the text representation of the version up to and including the specified version
part.
|
String |
Version.toString(Version.VersionPart part,
boolean includeClassifier)
Returns the text representation of the version up to and including the specified version
part.
|
Copyright © 2023 Fujion Framework. All rights reserved.