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.value.api |
Provides the API for generic handling of values.
|
net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API . |
net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API . |
Modifier and Type | Method and Description |
---|---|
<T extends String> |
CliState.CliArgumentFormatter.convert(CliArgumentContainer value,
Object valueSource,
Class<T> targetClass) |
<T extends String> |
CliClassContainer.CliModeFormatter.convert(CliModeContainer value,
Object valueSource,
Class<T> targetClass) |
Modifier and Type | Class and Description |
---|---|
class |
ValueConvertException
Deprecated.
|
class |
ValueNotSetException
Deprecated.
|
class |
ValueOutOfRangeException
Deprecated.
|
class |
WrongValueTypeException
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends EntityTo> |
ValueConverterEntityToEto.convert(PersistenceEntity value,
Object valueSource,
GenericType<T> targetType) |
Modifier and Type | Method and Description |
---|---|
<V> V |
StaxUtil.parseAttribute(XMLStreamReader xmlReader,
String namespaceUri,
String localAttributeName,
Class<V> type)
This method parses the attribute with the given
localAttributeName from the given
xmlReader as given by type . |
<V> V |
StaxUtil.parseAttribute(XMLStreamReader xmlReader,
String namespaceUri,
String localAttributeName,
Class<V> type,
V defaultValue)
This method parses the attribute with the given
localAttributeName from the given
xmlReader as given by type . |
Modifier and Type | Method and Description |
---|---|
<V> V |
StaxUtilImpl.parseAttribute(XMLStreamReader xmlReader,
String namespaceUri,
String localAttributeName,
Class<V> type) |
<V> V |
StaxUtilImpl.parseAttribute(XMLStreamReader xmlReader,
String namespaceUri,
String localAttributeName,
Class<V> type,
V defaultValue) |
Copyright © 2001–2016 mmm-Team. All rights reserved.