Uses of Interface
net.anwiba.commons.version.IVersion
-
-
Uses of IVersion in net.anwiba.commons.version
Classes in net.anwiba.commons.version that implement IVersion Modifier and Type Class Description classVersionFields in net.anwiba.commons.version declared as IVersion Modifier and Type Field Description static IVersionVersion. DUMMYMethods in net.anwiba.commons.version that return IVersion Modifier and Type Method Description IVersionVersionBuilder. build()static IVersionVersionUtilities. getVersion(java.net.URL resource)static IVersionVersion. of(java.lang.String string)IVersionVersionParser. parse(java.lang.String string)static IVersionVersionUtilities. valueOf(java.lang.String string)Methods in net.anwiba.commons.version with parameters of type IVersion Modifier and Type Method Description static java.lang.StringVersionUtilities. getText(IVersion version)static java.lang.StringVersionUtilities. getTextLong(IVersion version)static java.lang.StringVersionUtilities. getTextShort(IVersion version)static booleanVersionUtilities. isGreaterEquals(IVersion version, IVersion other)static booleanVersionUtilities. isGreaterThan(IVersion version, IVersion other)
-