| Package | Description |
|---|---|
| net.sf.mmm.util.collection.api |
Provides the API for utilities that help to dealing with
Collections. |
| net.sf.mmm.util.component.api |
Contains API to help implementing components.
|
| net.sf.mmm.util.context.api |
Provides the API for a generic context.
|
| net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
| net.sf.mmm.util.event.api |
Provides the API for a generic event-handling.
|
| net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
| net.sf.mmm.util.file.api |
Provides the API for utilities that help to deal with files.
|
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.math.api |
Provides the API for utilities that help to deal with
Numbers. |
| net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
| net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
| net.sf.mmm.util.nls.impl |
Contains the implementation for the native language support (NLS).
|
| net.sf.mmm.util.pojo.api |
Provides the API for dealing with
Pojos. |
| net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojos. |
| net.sf.mmm.util.pojo.descriptor.base |
Contains the basic implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath. |
| net.sf.mmm.util.pool.api |
Provides the API for a generic pool.
|
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load
resources from arbitrary
sources. |
| net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
| net.sf.mmm.util.transferobject.api |
Provides the API for transfer-objects.
|
| net.sf.mmm.util.uuid.api |
Provides the API for utilities that help to create
UUIDs. |
| net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
| net.sf.mmm.util.version.api |
Provides the API for dealing with versions.
|
| net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionFactoryManager
This is the interface for a manager of
CollectionFactory instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PeriodicRefresher
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericContextFactory
This is the interface for a factory of generic
contexts. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Iso8601Util
This is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
|
interface |
Iso8601UtilLimited
This is a limited subset of
Iso8601Util that is GWT compatible. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventBus
This is the interface for an event bus.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExceptionUtil
This is the interface for a collection of utility functions to deal with exceptions (
Throwables). |
interface |
ExceptionUtilLimited
This is a limited subset of
ExceptionUtil that is GWT compatible. |
interface |
GlobalExceptionHandler
This is the interface used as fallback to
handle errors that
can not be handled in a specific way by generic components. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileUtilLimited
This is the interface for a collection of utility functions for
File handling and manipulation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicUtil
This is the interface for a collection of utility functions for very general operations especially for
dealing with Arrays.
|
interface |
DatatypeDescriptor<T>
This is the interface to describe a
Datatype. |
interface |
DatatypeDescriptorManager
This is the interface for a manager of
DatatypeDescriptors for all supported Datatypes. |
interface |
DatatypeDetector
|
interface |
EnumProvider
This is the interface for a generic provider of
enumerations. |
interface |
EnvironmentDetector
This is the interface for a detector of the environment.
|
interface |
StringUtil
This is the interface for a collection of utility functions that help with
String handling and
manipulation. |
interface |
SystemUtil
This is the interface for a collection of utility functions that help to deal with things specific for the
operating system running this java virtual machine.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MathUtil
This is the interface for a collection of utility functions to deal with
Numbers. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsArgumentParser
|
interface |
NlsBundleFactory
|
interface |
NlsFormatterPlugin<O>
This interface extends
NlsFormatter with the methods required to register this automatically as
plugin via injection. |
interface |
NlsMessageFactory
This is the interface for a factory used to create instances of
NlsMessage. |
interface |
NlsMessageFormatterFactory
This is the interface to create an
NlsFormatter. |
interface |
NlsResourceBundleRequestor
This is the interface of a component to
request
NlsResourceBundles. |
interface |
NlsTemplateResolver
This is the interface for
resolving NlsTemplate for translating a
text-message to a Locale-specific language. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsArgumentFormatter
|
interface |
NlsResourceBundleProvider
This interface allows to
get all registered bundles. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsResourceBundleLocator
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoFactory
This is the interface for a generic factory used to
create new instances of
Pojos. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoDescriptorBuilderFactory
This is the interface for a factory used to create instances of
PojoDescriptorBuilder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoDescriptorEnhancer
This is the interface for a generic enhancer of a
PojoDescriptor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoPathFunctionManager
This is the interface for a manager of
PojoPathFunctions. |
interface |
PojoPathNamedFunction<IN,VALUE>
This is the interface for a
PojoPathFunction that has a name. |
interface |
PojoPathNavigator
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayPool
This is the interface for a
Pool of byte[]. |
interface |
CharArrayPool
This is the interface for a
Pool of char[]. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationUtil
This is the interface for a collection of utility functions to deal with
annotations. |
interface |
CollectionReflectionUtil
This is the interface for a collection of utility functions to deal with
Collections reflectively. |
interface |
GenericTypeFactory
This is the interface for a factory with ability to create
GenericTypes. |
interface |
ReflectionUtil
This is the interface for a collection of utility functions to deal with
reflection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClasspathScanner
This is the interface for a component that scans the classpath for resources.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JustificationBuilder
|
interface |
Singularizer
This is the interface for a
translation of a term given in plural form to the
according singular form. |
interface |
UnicodeUtil
This is the interface for a collection of utility functions that help with unicode characters and texts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransferObjectUtil
This is the interface for a collection of utility functions to deal with
AbstractTransferObjects. |
interface |
TransferObjectUtilLimited
This is a limited subset of
TransferObjectUtil that is GWT compatible. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UuidFactory
This is the interface for a factory used to create
UUIDs. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
interface |
ComposedValueConverterFactory
This is the interface of a factory of
ComposedValueConverter instances. |
interface |
SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from
Object to Object. |
interface |
StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
interface |
ValueConverter<SOURCE,TARGET>
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VersionUtil
This is the interface for a collection of utility functions that help to deal with versions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomUtil
This is the interface for a collection of utility functions that help to deal with the
DOM API. |
interface |
XmlUtil
This is the interface for a collection of utility functions that help to deal with XML.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.