Package | Description |
---|---|
net.sf.mmm.util.datatype.api.color |
Contains the color API of the client UI.
|
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 |
---|---|
static GenericColor |
GenericColor.valueOf(String colorString)
Parses the
GenericColor given as String representation. |
static Color |
Color.valueOf(String color)
|
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) |
void |
CharSequenceScanner.require(String expected,
boolean 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) |
VersionIdentifier |
VersionUtilImpl.createVersionIdentifier(String versionString,
boolean normalizeFormat) |
Copyright © 2001–2016 mmm-Team. All rights reserved.