A B C F G I M O S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ALPHA - org.openforis.commons.versioning.Version.TestType
B
- BETA - org.openforis.commons.versioning.Version.TestType
- BUILD - org.openforis.commons.versioning.Version.Significance
C
- compareTo(Version) - Method in class org.openforis.commons.versioning.Version
- compareTo(Version, Version.Significance) - Method in class org.openforis.commons.versioning.Version
F
- fromCode(String) - Static method in enum org.openforis.commons.versioning.Version.TestType
- fromLabel(String) - Static method in enum org.openforis.commons.versioning.Version.TestType
G
- getBuild() - Method in class org.openforis.commons.versioning.Version
- getCode() - Method in enum org.openforis.commons.versioning.Version.TestType
- getLabel() - Method in enum org.openforis.commons.versioning.Version.TestType
- getMajor() - Method in class org.openforis.commons.versioning.Version
- getMinor() - Method in class org.openforis.commons.versioning.Version
- getTestLevel() - Method in class org.openforis.commons.versioning.Version
-
Returns: 1 if this is a Alpha version 2 if this is a Beta version
Integer.MAX_VALUEif this is final release - getTestType() - Method in class org.openforis.commons.versioning.Version
- getTestVersion() - Method in class org.openforis.commons.versioning.Version
I
- isAlpha() - Method in class org.openforis.commons.versioning.Version
- isBeta() - Method in class org.openforis.commons.versioning.Version
- isSnapshot() - Method in class org.openforis.commons.versioning.Version
M
- MAJOR - org.openforis.commons.versioning.Version.Significance
- MINOR - org.openforis.commons.versioning.Version.Significance
O
- org.openforis.commons.versioning - package org.openforis.commons.versioning
S
- setBuild(Integer) - Method in class org.openforis.commons.versioning.Version
- setMajor(int) - Method in class org.openforis.commons.versioning.Version
- setMinor(int) - Method in class org.openforis.commons.versioning.Version
- setSnapshot(boolean) - Method in class org.openforis.commons.versioning.Version
- setTestType(String) - Method in class org.openforis.commons.versioning.Version
- setTestType(Version.TestType) - Method in class org.openforis.commons.versioning.Version
- setTestVersion(Integer) - Method in class org.openforis.commons.versioning.Version
- SNAPSHOT - org.openforis.commons.versioning.Version.Significance
T
- TEST_LEVEL - org.openforis.commons.versioning.Version.Significance
- TEST_VERSION - org.openforis.commons.versioning.Version.Significance
- toString() - Method in class org.openforis.commons.versioning.Version
V
- valueOf(String) - Static method in enum org.openforis.commons.versioning.Version.Significance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openforis.commons.versioning.Version.TestType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openforis.commons.versioning.Version.Significance
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.openforis.commons.versioning.Version.TestType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Version - Class in org.openforis.commons.versioning
-
Extracts informations from a version number containing major, minor, revision, alpha and beta numbers.
- Version(String) - Constructor for class org.openforis.commons.versioning.Version
- Version.Significance - Enum in org.openforis.commons.versioning
- Version.TestType - Enum in org.openforis.commons.versioning
All Classes All Packages