Uses of Class
net.anwiba.commons.version.VersionParser.ParseState
-
-
Uses of VersionParser.ParseState in net.anwiba.commons.version
Methods in net.anwiba.commons.version that return VersionParser.ParseState Modifier and Type Method Description static VersionParser.ParseStateVersionParser.ParseState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VersionParser.ParseState[]VersionParser.ParseState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-