Package | Description |
---|---|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.file.base |
Contains public implementations of
File -utilities. |
net.sf.mmm.util.json.base | |
net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
net.sf.mmm.util.lang.impl.spring | |
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API . |
net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API . |
net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API . |
Modifier and Type | Field and Description |
---|---|
private StringUtil |
AbstractCliParserBuilder.stringUtil |
Modifier and Type | Method and Description |
---|---|
StringUtil |
CliParserDependencies.getStringUtil() |
StringUtil |
AbstractCliParserBuilder.getStringUtil() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCliParserBuilder.setStringUtil(StringUtil stringUtil) |
Modifier and Type | Field and Description |
---|---|
private StringUtil |
FileUtilImpl.stringUtil |
Modifier and Type | Method and Description |
---|---|
protected StringUtil |
FileUtilImpl.getStringUtil()
This method gets the
StringUtilImpl that is used by this FileUtilImpl . |
Modifier and Type | Method and Description |
---|---|
void |
FileUtilImpl.setStringUtil(StringUtil stringUtil)
This method sets the
StringUtil . |
Modifier and Type | Field and Description |
---|---|
private StringUtil |
JsonUtilImpl.stringUtil |
Modifier and Type | Method and Description |
---|---|
void |
JsonUtilImpl.setStringUtil(StringUtil stringUtil) |
Modifier and Type | Class and Description |
---|---|
class |
StringUtilImpl
This is the implementation of
StringUtil . |
Modifier and Type | Field and Description |
---|---|
private static StringUtil |
StringUtilImpl.instance |
private StringUtil |
EnumEnumDefinition.stringUtil |
private StringUtil |
AbstractEnumProvider.stringUtil |
Modifier and Type | Method and Description |
---|---|
static StringUtil |
StringUtilImpl.getInstance()
This method gets the singleton instance of this
StringUtilImpl . |
protected StringUtil |
AbstractEnumProvider.getStringUtil() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEnumProvider.setStringUtil(StringUtil stringUtil) |
Constructor and Description |
---|
EnumEnumDefinition(Class<TYPE> enumType,
EnumDefinition<CATEGORY,?> category,
StringUtil stringUtil)
The constructor.
|
EnumEnumDefinition(Class<TYPE> enumType,
NodeCycle<Class<?>> cycle,
EnumDefinition<CATEGORY,?> category,
StringUtil stringUtil)
The constructor.
|
EnumEnumDefinition(Class<TYPE> enumType,
StringUtil stringUtil)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private StringUtil |
DatatypeSegmentDescriptorEnum.stringUtil
The
StringUtil instance. |
private StringUtil |
DatatypeDescriptorManagerImpl.stringUtil |
private StringUtil |
DatatypeDescriptorEnum.stringUtil
The
StringUtil instance. |
Modifier and Type | Method and Description |
---|---|
void |
DatatypeDescriptorManagerImpl.setStringUtil(StringUtil stringUtil) |
Constructor and Description |
---|
DatatypeDescriptorEnum(Class<T> datatype,
StringUtil stringUtil)
The constructor.
|
DatatypeSegmentDescriptorEnum(String name,
StringUtil stringUtil)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
StringUtil |
UtilLangSpringConfigBase.stringUtil() |
Modifier and Type | Field and Description |
---|---|
private StringUtil |
HyphenatorImpl.stringUtil |
private StringUtil |
HyphenatorBuilderImpl.stringUtil |
private StringUtil |
HyphenationState.stringUtil
The
StringUtil to use. |
Modifier and Type | Method and Description |
---|---|
protected StringUtil |
HyphenatorBuilderImpl.getStringUtil() |
Modifier and Type | Method and Description |
---|---|
void |
HyphenatorBuilderImpl.setStringUtil(StringUtil stringUtil) |
Constructor and Description |
---|
HyphenationState(String word,
String normalizedWord,
char hyphen,
int maxPatternLength,
int offset,
StringHasher hasher,
StringUtil stringUtil)
The constructor.
|
HyphenatorImpl(Locale locale,
char hyphen,
List<String> patternList,
List<String> exceptionList,
StringHasher hasher,
StringUtil stringUtil)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private StringUtil |
StringValueConverterImpl.stringUtil |
Modifier and Type | Method and Description |
---|---|
protected StringUtil |
StringValueConverterImpl.getStringUtil()
This method gets the
StringUtil used to deal with strings. |
Modifier and Type | Method and Description |
---|---|
void |
StringValueConverterImpl.setStringUtil(StringUtil stringUtil) |
Modifier and Type | Field and Description |
---|---|
private StringUtil |
ValueConverterToString.stringUtil |
private StringUtil |
ValueConverterToEnum.stringUtil |
private StringUtil |
ValueConverterToBoolean.stringUtil |
Modifier and Type | Method and Description |
---|---|
protected StringUtil |
ValueConverterToString.getStringUtil()
This method gets the
StringUtil to use. |
protected StringUtil |
ValueConverterToEnum.getStringUtil()
This method gets the
StringUtil to use. |
protected StringUtil |
ValueConverterToBoolean.getStringUtil()
This method gets the
StringUtil to use. |
Modifier and Type | Method and Description |
---|---|
void |
ValueConverterToString.setStringUtil(StringUtil stringUtil)
This method sets the
StringUtil to use. |
void |
ValueConverterToEnum.setStringUtil(StringUtil stringUtil)
This method sets the
StringUtil to use. |
void |
ValueConverterToBoolean.setStringUtil(StringUtil stringUtil)
This method sets the
StringUtil to use. |
Modifier and Type | Field and Description |
---|---|
private StringUtil |
VersionUtilImpl.stringUtil |
private StringUtil |
VersionIdentifierFormatterVersionSegments.stringUtil
The
StringUtil instance. |
private StringUtil |
AbstractVersionIdentifierFormatterNumber.stringUtil
The
StringUtil instance. |
Modifier and Type | Method and Description |
---|---|
protected StringUtil |
VersionUtilImpl.getStringUtil() |
Modifier and Type | Method and Description |
---|---|
void |
VersionUtilImpl.setStringUtil(StringUtil stringUtil) |
Constructor and Description |
---|
AbstractVersionIdentifierFormatterNumber(StringUtil stringUtil,
String prefix,
int padding)
The constructor.
|
VersionIdentifierFormatterPhaseNumber(StringUtil stringUtil,
String prefix,
int phaseNumberPadding)
The constructor.
|
VersionIdentifierFormatterRevision(StringUtil stringUtil,
String prefix,
int padding)
The constructor.
|
VersionIdentifierFormatterVersionSegments(StringUtil stringUtil,
String prefix,
String segmentSeparator,
int minimumSegmentCount,
int maximumSegmentCount,
int segmentPadding)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.