|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
net.sf.mmm.util | Base-Package of the utilities. |
net.sf.mmm.util.cli.api | Provides the API for utilities that help to build command-line-interfaces (CLI). |
net.sf.mmm.util.cli.base | Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). |
net.sf.mmm.util.cli.impl | Contains the implementation of utilities that help to build command-line-interfaces (CLI). |
net.sf.mmm.util.collection.api | Provides the API for utilities that help to dealing with
Collections . |
net.sf.mmm.util.collection.base | Contains public implementations of the
Collection-Util API . |
net.sf.mmm.util.collection.impl | Contains implementations of the
Collection-Util API . |
net.sf.mmm.util.component.api | Contains API to help implementing components. |
net.sf.mmm.util.component.base | Contains base-implementation of component-util. |
net.sf.mmm.util.component.impl | Contains implementation of component-util. |
net.sf.mmm.util.concurrent.api | Provides the API for utilities that help to deal with concurrent programming. |
net.sf.mmm.util.concurrent.base | Provides the base-implementation for concurrent-util. |
net.sf.mmm.util.context.api | Provides the API for a generic context. |
net.sf.mmm.util.context.base | Provides the base-implementation of the Context-API . |
net.sf.mmm.util.context.impl | Provides the implementation of the Context-API . |
net.sf.mmm.util.date.api | Provides the API for utilities that help to deal with date and time. |
net.sf.mmm.util.date.base | Provides the basic implementation of utilities for dealing with date and time. |
net.sf.mmm.util.event.api | Provides the API for a generic event-handling. |
net.sf.mmm.util.event.base | Contains the abstract base-implementation of the
event-handling API . |
net.sf.mmm.util.file.api | Provides the API for utilities that help to deal with File s. |
net.sf.mmm.util.file.base | Contains public implementations of File -utilities. |
net.sf.mmm.util.filter.api | Provides the API for generic filtering. |
net.sf.mmm.util.filter.base | Contains public implementations of the filtering-API . |
net.sf.mmm.util.io.api | Provides the API for utilities that help to read and write data, process bytes, etc. |
net.sf.mmm.util.io.api.spi | Provides the SPI (service-provider-interface) for IO-Utils. |
net.sf.mmm.util.io.base | Contains public implementations that help to read and write data, process bytes, etc. |
net.sf.mmm.util.io.impl | Contains implementations for utilities that help to read and write data, process bytes, etc. |
net.sf.mmm.util.lang.api | Provides the API for utilities of general purpose. |
net.sf.mmm.util.lang.api.attribute | Contains abstract interfaces for common attributes of objects. |
net.sf.mmm.util.lang.base | Contains the basic implementation of the
Lang-Util API . |
net.sf.mmm.util.lang.base.attribute | Contains base-implementation of the attributes API. |
net.sf.mmm.util.math.api | Provides the API for utilities that help to deal with
Number s. |
net.sf.mmm.util.math.base | Contains the public implementation of the
Math-Util API . |
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.nls.impl.formatter | Contains the implementation of formatters for the native language support (NLS). |
net.sf.mmm.util.pattern.api | Provides the API for a pattern compiler. |
net.sf.mmm.util.pattern.base | Contains public implementations of the
PatternCompiler interface for different
syntax such as java-regex-, glob- and path-patterns. |
net.sf.mmm.util.pojo.api | Provides the API for dealing with Pojo s. |
net.sf.mmm.util.pojo.base | Provides the base-implementation of the
Pojo API. |
net.sf.mmm.util.pojo.descriptor.api | Provides the API for introspection of
Pojo s. |
net.sf.mmm.util.pojo.descriptor.api.accessor | Provides the accessors of the API for introspection of
Pojo s. |
net.sf.mmm.util.pojo.descriptor.api.attribute | Provides the common attribute-interfaces of the API for introspection of
Pojo s. |
net.sf.mmm.util.pojo.descriptor.base | Contains the basic implementation of the
Introspection-API . |
net.sf.mmm.util.pojo.descriptor.base.accessor | Contains the basic implementation of the
Introspection-Accessor-API . |
net.sf.mmm.util.pojo.descriptor.impl | Contains the implementation of the
Introspection-API . |
net.sf.mmm.util.pojo.descriptor.impl.accessor | Contains the implementation of the
Introspection-Accessor-API . |
net.sf.mmm.util.pojo.path.api | Provides the API for navigating a
PojoPath . |
net.sf.mmm.util.pojo.path.base | Contains the base-implementation of the
PojoPath API. |
net.sf.mmm.util.pojo.path.impl | Contains the implementation of the
PojoPath API. |
net.sf.mmm.util.pojo.path.impl.function | Contains implementations of
PojoPathFunction . |
net.sf.mmm.util.pool.api | Provides the API for a generic pool. |
net.sf.mmm.util.pool.base | Contains base-implementations of the Pool-Util API . |
net.sf.mmm.util.pool.impl | Contains some implementations of the Pool-Util API . |
net.sf.mmm.util.process.api | Provides the API for utilities that help to deal with
Process es. |
net.sf.mmm.util.process.base | Provides the base-implementation for Process-Util API . |
net.sf.mmm.util.reflect.api | Provides the API for utilities that help to deal with reflection. |
net.sf.mmm.util.reflect.base | Contains the base-implementations of the
Reflection-Util API . |
net.sf.mmm.util.reflect.impl | Contains implementations of the
Reflection-Util API and other internals
of this reflection-util. |
net.sf.mmm.util.resource.api | Provides the API for utilities that help to load
resources from arbitrary
sources. |
net.sf.mmm.util.resource.api.spi | Provides the SPI (service-provider-interface) for
data-resources . |
net.sf.mmm.util.resource.base | Contains the base implementation of the
resource-API . |
net.sf.mmm.util.resource.base.spi | Contains the base-implementation of the SPI (service-provider-interface) for
data-resources . |
net.sf.mmm.util.resource.impl | Contains the implementation of the
resource-API . |
net.sf.mmm.util.resource.impl.spi | Contains the implementations of the SPI (service-provider-interface) for
data-resources . |
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.text.api | Provides the API for utilities that help with textual operations. |
net.sf.mmm.util.text.base | Provides the base-implementation of text-util API. |
net.sf.mmm.util.transformer.api | Provides the API for transformation-utilities. |
net.sf.mmm.util.transformer.base | Provides the base-implementation of transformer-util API. |
net.sf.mmm.util.uuid.api | Provides the API for utilities that help to create UUID s. |
net.sf.mmm.util.uuid.base | Contains the public implementation of the
UUID-Util API . |
net.sf.mmm.util.value.api | Provides the API for generic handling of values. |
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.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 . |
net.sf.mmm.util.xml.base.jaxb | Contains various XmlAdapter for
mapping of common data-types and data-containers with JAXB. |
Provides fundamental utitlies that are used all over the mmm project.
This project provides utilties that are used all over this project. Everything is designed for general purpose and can also be very helpful for any other project.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |