| Package | Description |
|---|---|
| net.sf.mmm.util.scanner.api |
Provides the API for scanners that help to parse character sequences
efficient and easily.
|
| net.sf.mmm.util.scanner.base |
Contains the base-implementations of the
Character Scanner API. |
| net.sf.mmm.util.version.api |
Provides the API for dealing with versions.
|
| net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API. |
| Modifier and Type | Method and Description |
|---|---|
void |
CharStreamScanner.require(char expected)
This method verifies that the
current character is equal to the given
expected character. |
void |
CharStreamScanner.require(String expected,
boolean ignoreCase)
This method verifies that the
expected string gets consumed from this scanner with respect
to ignoreCase. |
| Modifier and Type | Method and Description |
|---|---|
void |
CharSequenceScanner.require(char expected)
This method verifies that the
current character is equal to the given
expected character. |
void |
CharSequenceScanner.require(String expected,
boolean ignoreCase)
This method verifies that the
expected string gets consumed from this scanner with respect
to ignoreCase. |
| Modifier and Type | Method and Description |
|---|---|
VersionIdentifier |
VersionUtil.createVersionIdentifier(String versionString)
This method parses the given
versionString and builds an according VersionIdentifier
instance. |
VersionIdentifier |
VersionUtil.createVersionIdentifier(String versionString,
boolean normalizeFormat)
This method parses the given
versionString and builds an according VersionIdentifier
instance. |
| Modifier and Type | Method and Description |
|---|---|
VersionIdentifier |
VersionUtilImpl.createVersionIdentifier(String versionString)
This method parses the given
versionString and builds an according VersionIdentifier
instance. |
VersionIdentifier |
VersionUtilImpl.createVersionIdentifier(String versionString,
boolean normalizeFormat)
This method parses the given
versionString and builds an according VersionIdentifier
instance. |
Copyright © 2001–2015 mmm-Team. All rights reserved.