B C D E G H I M N O P R S U V Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class net.anwiba.commons.version.VersionBuilder
C
- COUNT - net.anwiba.commons.version.VersionParser.ParseState
D
- DAY - net.anwiba.commons.version.VersionParser.ParseState
- defaultDate - Static variable in class net.anwiba.commons.version.Version
- DUMMY - Static variable in class net.anwiba.commons.version.Version
E
- equals(Object) - Method in class net.anwiba.commons.version.Version
- EXPERIMENTAL - net.anwiba.commons.version.ProductState
G
- getAcronym() - Method in enum net.anwiba.commons.version.ProductState
- getAcronym() - Method in enum net.anwiba.commons.version.ReleaseState
- getBuildCount() - Method in interface net.anwiba.commons.version.IVersion
- getBuildCount() - Method in class net.anwiba.commons.version.Version
- getDate() - Method in interface net.anwiba.commons.version.IVersion
- getDate() - Method in class net.anwiba.commons.version.Version
- getMajor() - Method in interface net.anwiba.commons.version.IVersion
- getMajor() - Method in class net.anwiba.commons.version.Version
- getMinor() - Method in interface net.anwiba.commons.version.IVersion
- getMinor() - Method in class net.anwiba.commons.version.Version
- getProductState() - Method in interface net.anwiba.commons.version.IVersion
- getProductState() - Method in class net.anwiba.commons.version.Version
- getReleaseState() - Method in interface net.anwiba.commons.version.IVersion
- getReleaseState() - Method in class net.anwiba.commons.version.Version
- getStep() - Method in interface net.anwiba.commons.version.IVersion
- getStep() - Method in class net.anwiba.commons.version.Version
- getText(IVersion) - Static method in class net.anwiba.commons.version.VersionUtilities
- getTextLong(IVersion) - Static method in class net.anwiba.commons.version.VersionUtilities
- getTextShort(IVersion) - Static method in class net.anwiba.commons.version.VersionUtilities
- getVersion(URL) - Static method in class net.anwiba.commons.version.VersionUtilities
H
- hashCode() - Method in class net.anwiba.commons.version.Version
- HOUR - net.anwiba.commons.version.VersionParser.ParseState
I
- isGreaterEquals(IVersion, IVersion) - Static method in class net.anwiba.commons.version.VersionUtilities
- isGreaterThan(IVersion, IVersion) - Static method in class net.anwiba.commons.version.VersionUtilities
- IVersion - Interface in net.anwiba.commons.version
M
- MAJOR - net.anwiba.commons.version.VersionParser.ParseState
- MILESTONE - net.anwiba.commons.version.ReleaseState
- MIN - net.anwiba.commons.version.VersionParser.ParseState
- MINOR - net.anwiba.commons.version.VersionParser.ParseState
- MONTH - net.anwiba.commons.version.VersionParser.ParseState
N
- net.anwiba.commons.version - package net.anwiba.commons.version
O
- of(String) - Static method in class net.anwiba.commons.version.Version
P
- parse(String) - Method in class net.anwiba.commons.version.VersionParser
- ProductState - Enum in net.anwiba.commons.version
- PRODUCTSTATE - net.anwiba.commons.version.VersionParser.ParseState
R
- RELEASE - net.anwiba.commons.version.ReleaseState
- RELEASECANDIDATE - net.anwiba.commons.version.ReleaseState
- ReleaseState - Enum in net.anwiba.commons.version
- RELEASESTATE - net.anwiba.commons.version.VersionParser.ParseState
S
- setCount(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setCount(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setDay(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setDay(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setHour(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setHour(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setMajor(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setMajor(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setMinor(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setMinor(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setMinute(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setMinute(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setMonth(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setMonth(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setProductState(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setProductState(ProductState) - Method in class net.anwiba.commons.version.VersionBuilder
- setReleaseState(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setReleaseState(ReleaseState) - Method in class net.anwiba.commons.version.VersionBuilder
- setStep(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setStep(String) - Method in class net.anwiba.commons.version.VersionBuilder
- setYear(int) - Method in class net.anwiba.commons.version.VersionBuilder
- setYear(String) - Method in class net.anwiba.commons.version.VersionBuilder
- STABLE - net.anwiba.commons.version.ProductState
- STEP - net.anwiba.commons.version.VersionParser.ParseState
U
- UNDEFIND - net.anwiba.commons.version.VersionParser.ParseState
- UNSTABLE - net.anwiba.commons.version.ProductState
V
- valueOf(String) - Static method in enum net.anwiba.commons.version.ProductState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.anwiba.commons.version.ReleaseState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.anwiba.commons.version.VersionParser.ParseState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class net.anwiba.commons.version.VersionUtilities
- values() - Static method in enum net.anwiba.commons.version.ProductState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.anwiba.commons.version.ReleaseState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.anwiba.commons.version.VersionParser.ParseState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Version - Class in net.anwiba.commons.version
- Version(int, int, ReleaseState, int, ProductState, ZonedDateTime, int) - Constructor for class net.anwiba.commons.version.Version
- VersionBuilder - Class in net.anwiba.commons.version
- VersionBuilder() - Constructor for class net.anwiba.commons.version.VersionBuilder
- VersionParser - Class in net.anwiba.commons.version
- VersionParser() - Constructor for class net.anwiba.commons.version.VersionParser
- VersionParser.ParseState - Enum in net.anwiba.commons.version
- VersionUtilities - Class in net.anwiba.commons.version
- VersionUtilities() - Constructor for class net.anwiba.commons.version.VersionUtilities
Y
- YEAR - net.anwiba.commons.version.VersionParser.ParseState
All Classes All Packages