Uses of Class
com.norconex.commons.lang.version.SemanticVersionParser
Packages that use SemanticVersionParser
-
Uses of SemanticVersionParser in com.norconex.commons.lang.version
Fields in com.norconex.commons.lang.version declared as SemanticVersionParserModifier and TypeFieldDescriptionstatic final SemanticVersionParserSemanticVersionParser.LENIENTA relaxed parser with support for optional minor and patch numbers, ignoring leading characters, and ignoring the following suffix strings:.jar,.zip,.exe,.gz,.tgz,.tar, and.tar.gz,static final SemanticVersionParserSemanticVersionParser.STRICTDefault parser settings, using strict adherence to SemVer specifications.static final SemanticVersionParserSemanticVersionParser.TAGSame asSTRICTexcept for ignoring non-numeric leading characters before the version (e.g.,v1.2.3).Methods in com.norconex.commons.lang.version that return SemanticVersionParser