|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentSpecification | |
|---|---|
| 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.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.file.api | Provides the API for utilities that help to deal with Files. |
| 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.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.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.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.process.api | Provides the API for utilities that help to deal with
Processes. |
| 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.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.xml.api | Provides the API of utilities that help to deal with XML. |
| Uses of ComponentSpecification in net.sf.mmm.util.cli.api |
|---|
| Classes in net.sf.mmm.util.cli.api with annotations of type ComponentSpecification | |
|---|---|
interface |
CliParserBuilder
This is the interface used to build a
CliParser from a given object. |
| Uses of ComponentSpecification in net.sf.mmm.util.cli.base |
|---|
| Classes in net.sf.mmm.util.cli.base with annotations of type ComponentSpecification | |
|---|---|
interface |
CliParserDependencies
This interface bundles the dependencies for the CliParser. |
| Uses of ComponentSpecification in net.sf.mmm.util.collection.api |
|---|
| Classes in net.sf.mmm.util.collection.api with annotations of type ComponentSpecification | |
|---|---|
interface |
CollectionFactoryManager
This is the interface for a manager of CollectionFactory instances. |
| Uses of ComponentSpecification in net.sf.mmm.util.component.api |
|---|
| Classes in net.sf.mmm.util.component.api with annotations of type ComponentSpecification | |
|---|---|
interface |
PeriodicRefresher
This is the interface for a component that periodically refreshes registered Refreshables. |
| Uses of ComponentSpecification in net.sf.mmm.util.context.api |
|---|
| Classes in net.sf.mmm.util.context.api with annotations of type ComponentSpecification | |
|---|---|
interface |
GenericContextFactory
This is the interface for a factory of generic contexts. |
| Uses of ComponentSpecification in net.sf.mmm.util.date.api |
|---|
| Classes in net.sf.mmm.util.date.api with annotations of type ComponentSpecification | |
|---|---|
interface |
Iso8601Util
This class is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats. |
| Uses of ComponentSpecification in net.sf.mmm.util.file.api |
|---|
| Classes in net.sf.mmm.util.file.api with annotations of type ComponentSpecification | |
|---|---|
interface |
FileUtil
This is the interface for a collection of utility functions for File
handling and manipulation. |
| Uses of ComponentSpecification in net.sf.mmm.util.io.api |
|---|
| Classes in net.sf.mmm.util.io.api with annotations of type ComponentSpecification | |
|---|---|
interface |
EncodingUtil
This is the interface for a collection of utility functions to that help deal with encodings. |
interface |
StreamUtil
This is the interface for a collection of utility functions that help to deal with InputStreams, OutputStreams, Readers and
Writers. |
| Uses of ComponentSpecification in net.sf.mmm.util.lang.api |
|---|
| Classes in net.sf.mmm.util.lang.api with annotations of type ComponentSpecification | |
|---|---|
interface |
BasicUtil
This is the interface for a collection of utility functions for very general operations especially for dealing with Arrays. |
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. |
| Uses of ComponentSpecification in net.sf.mmm.util.math.api |
|---|
| Classes in net.sf.mmm.util.math.api with annotations of type ComponentSpecification | |
|---|---|
interface |
MathUtil
This is the interface for a collection of utility functions to deal with Numbers. |
| Uses of ComponentSpecification in net.sf.mmm.util.nls.api |
|---|
| Classes in net.sf.mmm.util.nls.api with annotations of type ComponentSpecification | |
|---|---|
interface |
NlsArgumentParser
The NlsArgumentParser is used to parse an NlsArgument. |
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 |
NlsTemplateResolver
This is the callback interface for translating a text-message to a Locale-specific language. |
| Uses of ComponentSpecification in net.sf.mmm.util.nls.base |
|---|
| Classes in net.sf.mmm.util.nls.base with annotations of type ComponentSpecification | |
|---|---|
interface |
NlsArgumentFormatter
The NlsArgumentFormatter is an NlsFormatter for an actual
NlsArgument. |
| Uses of ComponentSpecification in net.sf.mmm.util.pojo.api |
|---|
| Classes in net.sf.mmm.util.pojo.api with annotations of type ComponentSpecification | |
|---|---|
interface |
PojoFactory
This is the interface for a generic factory used to create new instances of
Pojos. |
| Uses of ComponentSpecification in net.sf.mmm.util.pojo.descriptor.api |
|---|
| Classes in net.sf.mmm.util.pojo.descriptor.api with annotations of type ComponentSpecification | |
|---|---|
interface |
PojoDescriptorBuilderFactory
This is the interface for a factory used to create instances of PojoDescriptorBuilder. |
| Uses of ComponentSpecification in net.sf.mmm.util.pojo.path.api |
|---|
| Classes in net.sf.mmm.util.pojo.path.api with annotations of type ComponentSpecification | |
|---|---|
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
This is the interface for the navigator used to traverse the object-web spanned by an initial Pojo reflectively
according to a given PojoPath. |
| Uses of ComponentSpecification in net.sf.mmm.util.pool.api |
|---|
| Classes in net.sf.mmm.util.pool.api with annotations of type ComponentSpecification | |
|---|---|
interface |
ByteArrayPool
This is the interface for a Pool of byte[]. |
interface |
CharArrayPool
This is the interface for a Pool of char[]. |
| Uses of ComponentSpecification in net.sf.mmm.util.process.api |
|---|
| Classes in net.sf.mmm.util.process.api with annotations of type ComponentSpecification | |
|---|---|
interface |
ProcessUtil
This is the interface for a collection of utility functions to deal with Processes. |
| Uses of ComponentSpecification in net.sf.mmm.util.reflect.api |
|---|
| Classes in net.sf.mmm.util.reflect.api with annotations of type ComponentSpecification | |
|---|---|
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. |
| Uses of ComponentSpecification in net.sf.mmm.util.resource.api |
|---|
| Classes in net.sf.mmm.util.resource.api with annotations of type ComponentSpecification | |
|---|---|
interface |
BrowsableResourceFactory
This is the interface for a factory used to create instances of BrowsableResource. |
interface |
DataResourceFactory
This is the interface for a factory used to create DataResources. |
| Uses of ComponentSpecification in net.sf.mmm.util.text.api |
|---|
| Classes in net.sf.mmm.util.text.api with annotations of type ComponentSpecification | |
|---|---|
interface |
HyphenatorBuilder
This is the interface used to retrieve a
Hyphenator for a given Locale. |
interface |
JustificationBuilder
This is the interface used to build a
Justification from a String. |
interface |
LineWrapper
This is the interface used to wrap texts
if they exceed a specific length. |
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. |
| Uses of ComponentSpecification in net.sf.mmm.util.uuid.api |
|---|
| Classes in net.sf.mmm.util.uuid.api with annotations of type ComponentSpecification | |
|---|---|
interface |
UuidFactory
This is the interface for a factory used to create UUIDs. |
| Uses of ComponentSpecification in net.sf.mmm.util.value.api |
|---|
| Classes in net.sf.mmm.util.value.api with annotations of type ComponentSpecification | |
|---|---|
interface |
ComposedValueConverter
This is the interface for a ValueConverter that is composed out of
individual ValueConverters. |
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. |
| Uses of ComponentSpecification in net.sf.mmm.util.xml.api |
|---|
| Classes in net.sf.mmm.util.xml.api with annotations of type ComponentSpecification | |
|---|---|
interface |
DomUtil
This is the interface for a collection of utility functions that help to deal with the DOM API. |
interface |
StaxUtil
This is the interface for a collection of utility functions that help to deal with the StAX API (JSR 173). |
interface |
XmlUtil
This is the interface for a collection of utility functions that help to deal with XML. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||