Class VersionMatcher
java.lang.Object
org.bidib.jbidibc.decoder.version.VersionMatcher
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetectVersion(String versionString) Detect the concrete version based on the provided version pattern.
-
Field Details
-
PATTERN_A
- See Also:
-
PATTERN_B
- See Also:
-
PATTERN_C
- See Also:
-
versionMatcher
-
-
Constructor Details
-
VersionMatcher
public VersionMatcher()
-
-
Method Details
-
detectVersion
Detect the concrete version based on the provided version pattern.- Parameters:
versionString- the version string- Returns:
- the decoder version parser
-