Uses of Class
net.sf.mmm.util.component.base.AbstractComponent

Packages that use AbstractComponent
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.impl Contains implementations of the Collection-Util API
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.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.event.base Contains the abstract base-implementation of the event-handling API
net.sf.mmm.util.file.base Contains public implementations of File-utilities. 
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.base Contains the basic implementation of the Lang-Util API
net.sf.mmm.util.math.base Contains the public implementation of the Math-Util API
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.pojo.base Provides the base-implementation of the Pojo API. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
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.process.base Provides the base-implementation for Process-Util API
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
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.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.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. 
 

Uses of AbstractComponent in net.sf.mmm.util.cli.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.cli.base
 class AbstractCliParserBuilder
          This is the abstract base implementation of the CliParserBuilder interface.
 

Uses of AbstractComponent in net.sf.mmm.util.cli.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.cli.impl
 class DefaultCliParserBuilder
          The default implementation of the CliParserBuilder interface.
 

Uses of AbstractComponent in net.sf.mmm.util.collection.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.collection.impl
 class CollectionFactoryManagerImpl
          This is the default implementation of the CollectionFactoryManager interface.
 

Uses of AbstractComponent in net.sf.mmm.util.component.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.component.base
 class AbstractLoggableComponent
          This is the abstract base class for a component that needs a logger.
 

Uses of AbstractComponent in net.sf.mmm.util.component.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.component.impl
 class PeriodicRefresherImpl
          This is the implementation of PeriodicRefresher.
 

Uses of AbstractComponent in net.sf.mmm.util.context.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.context.base
 class AbstractGenericContextFactory
          This is the abstract base-implementation of the GenericContextFactory interface.
 

Uses of AbstractComponent in net.sf.mmm.util.context.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.context.impl
 class GenericContextFactoryImpl
          This is the implementation of the GenericContextFactory.
 

Uses of AbstractComponent in net.sf.mmm.util.event.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.event.base
 class AbstractEventSource<E extends Event,L extends EventListener<E>>
          This is the abstract base implementation of the EventListener interface.
 class AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>>
          This class extends AbstractSynchronizedEventSource with the ability to send events asynchronous in separate Threads.
 class AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>>
          This class extends AbstractEventSource with the ability of synchronization and therefore is thread-safe.
 

Uses of AbstractComponent in net.sf.mmm.util.file.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.file.base
 class FileUtilImpl
          This class is a collection of utility functions for File handling and manipulation.
 

Uses of AbstractComponent in net.sf.mmm.util.io.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.io.base
 class AbstractDetectorStreamProvider
          This is the abstract base implementation of the DetectorStreamProvider.
 class EncodingUtilImpl
          This is the implementation of the EncodingUtil interface.
 class StreamUtilImpl
          This is the implementation of the StreamUtil interface.
 

Uses of AbstractComponent in net.sf.mmm.util.io.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.io.impl
 class DetectorStreamProviderImpl
          This is the implementation of the DetectorStreamProvider interface.
 

Uses of AbstractComponent in net.sf.mmm.util.lang.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.lang.base
 class SystemUtilImpl
          This is the implementation of the SystemUtil interface.
 

Uses of AbstractComponent in net.sf.mmm.util.math.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.math.base
 class MathUtilImpl
          This class is a collection of utility functions for dealing with numbers.
 

Uses of AbstractComponent in net.sf.mmm.util.nls.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.nls.base
 class AbstractNlsFormatter<O>
          This is the abstract base implementation of the NlsFormatter interface.
 class AbstractNlsFormatterManager
          This is the abstract base implementation of the NlsFormatterManager interface.
 class AbstractNlsFormatterPlugin<O>
          T import net.sf.mmm.util.nls.api.NlsTemplateResolver; his is the abstract base-implementation of an NlsFormatter that is no NlsMessageFormatter but a sub-formatter for a specific type and style.
 class AbstractNlsMessageFactory
          This is the implementation of the NlsMessageFactory interface.
 class AbstractNlsMessageFormatter
          This is the abstract base implementation of the NlsMessageFormatter interface.
 class AbstractNlsTemplateResolver
          This is the abstract base implementation of the NlsTemplateResolver interface.
 class DefaultNlsResourceLocator
          This class is used to find a localized resource.
 class MappedNlsFormatterManager
          This is the implementation of the NlsFormatterManager interface.
 class NlsFormatterMap
          This class is like a Map to register and retrieve NlsFormatters.
 class NlsMessageFactoryImpl
          This is the implementation of the NlsMessageFactory interface.
 class NoTemplateResolver
          This is a dummy implementation of the NlsTemplateResolver interface that performs no resolving (always returns null for NoTemplateResolver.resolveTemplate(String)).
 class SimpleNlsFormatter<O>
          This is an abstract base implementation of NlsFormatter that adapts a Format.
 

Uses of AbstractComponent in net.sf.mmm.util.nls.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.nls.impl
 class AbstractNlsFormatterDateIso8601
          This is an implementation of NlsFormatter for Dates.
 class AbstractResourceBundleNlsTemplateResolver
          This is an abstract base implementation of the NlsTemplateResolver interface.
 class ConfiguredNlsFormatterMap
          This is a sub-class of NlsFormatterMap as a ready to use configurable component.
 class DefaultNlsTemplateResolver
          This is the default implementation of the NlsTemplateResolver.
 class NlsDependenciesImpl
          This is the implementation of the NlsDependencies interface.
 class NlsMessageFormatterFactoryImpl
          This is the implementation of the NlsMessageFormatterFactory.
 class NlsTemplateResolverImpl
          This is an implementation of the NlsTemplateResolver interface.
 

Uses of AbstractComponent in net.sf.mmm.util.nls.impl.formatter
 

Subclasses of AbstractComponent in net.sf.mmm.util.nls.impl.formatter
 class AbstractSimpleNlsFormatterDate
          This is the abstract base implementation for a SimpleNlsFormatter using DateFormat.
 class NlsArgumentFormatterImpl
          The NlsFormatter for an actual NlsArgument.
 class NlsFormatterChoice
          This is the implementation of NlsFormatter for choice-format.
 class NlsFormatterCurrency
          This is an implementation of NlsFormatter using NumberFormat.getCurrencyInstance(Locale).
 class NlsFormatterDate
          This is an implementation of NlsFormatter using DateFormat.getDateInstance(int, java.util.Locale).
 class NlsFormatterDateFull
          The NlsFormatterDate for full style.
 class NlsFormatterDateIso8601
          This is an implementation of NlsFormatter using Iso8601Util.
 class NlsFormatterDateLong
          The NlsFormatterDate for long style.
 class NlsFormatterDateMedium
          The NlsFormatterDate for medium style.
 class NlsFormatterDatePattern
          This is an implementation of NlsFormatter using SimpleDateFormat.
 class NlsFormatterDateShort
          The NlsFormatterDate for short style.
 class NlsFormatterDateTime
          This is an implementation of NlsFormatter using DateFormat.getDateTimeInstance(int, int, java.util.Locale).
 class NlsFormatterDateTimeFull
          The NlsFormatterDateTime for full style.
 class NlsFormatterDateTimeIso8601
          This is an implementation of NlsFormatter using Iso8601Util.
 class NlsFormatterDateTimeLong
          The NlsFormatterDateTime for long style.
 class NlsFormatterDateTimeMedium
          The NlsFormatterDateTime for medium style.
 class NlsFormatterDateTimeShort
          The NlsFormatterDateTime for short style.
 class NlsFormatterDefault
          This is an implementation of NlsFormatter for default formatting.
 class NlsFormatterInteger
          This is an implementation of NlsFormatter using NumberFormat.getIntegerInstance(Locale).
 class NlsFormatterManagerImpl
          This is the implementation of the NlsFormatterManager interface.
 class NlsFormatterNumber
          This is an implementation of NlsFormatter using NumberFormat.getInstance(Locale).
 class NlsFormatterNumberPattern
          This is an implementation of NlsFormatter using DecimalFormat.
 class NlsFormatterPercent
          This is an implementation of NlsFormatter using NumberFormat.getPercentInstance(Locale).
 class NlsFormatterTime
          This is an implementation of NlsFormatter using DateFormat.getTimeInstance(int, java.util.Locale).
 class NlsFormatterTimeFull
          The NlsFormatterTime for full style.
 class NlsFormatterTimeIso8601
          This is an implementation of NlsFormatter using Iso8601Util.
 class NlsFormatterTimeLong
          The NlsFormatterTime for long style.
 class NlsFormatterTimeMedium
          The NlsFormatterTime for medium style.
 class NlsFormatterTimeShort
          The NlsFormatterTime for short style.
 class NlsFormatterType
          This is an implementation of NlsFormatter that formats Types.
 class NlsFormatterTypeFull
          The NlsFormatterType for full style.
 class NlsFormatterTypeLong
          The NlsFormatterType for long style.
 class NlsFormatterTypeMedium
          The NlsFormatterType for medium style.
 class NlsFormatterTypeShort
          The NlsFormatterType for short style.
 class NlsMessageFormatterImpl
          This is the implementation of the NlsMessageFormatter interface.
 

Uses of AbstractComponent in net.sf.mmm.util.pojo.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.pojo.base
 class DefaultPojoFactory
          This is the default implementation of the PojoFactory interface.
 class GuessingPojoFactory
          This is the default implementation of the PojoFactory interface.
 class SimplePojoFactory
          This is the simplest implementation of the PojoFactory interface.
 

Uses of AbstractComponent in net.sf.mmm.util.pojo.descriptor.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.pojo.descriptor.base
 class AbstractPojoDescriptorBuilder
          This is the abstract base-implementation of the PojoDescriptorBuilder interface.
 class AbstractPojoDescriptorBuilderFactory
          This is the abstract base implementation of the PojoDescriptorBuilderFactory interface.
 class PojoDescriptorDependenciesImpl
          This is the implementation of the PojoDescriptorDependencies interface.
 

Uses of AbstractComponent in net.sf.mmm.util.pojo.descriptor.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.pojo.descriptor.impl
 class DefaultPojoDescriptorEnhancer
          This is an implementation of the PojoDescriptorEnhancer interface that scans all PropertyDescriptors for accessing Collections, Map s or arrays.
 class ExtendedPojoDescriptorDependenciesImpl
          This class extends PojoDescriptorDependenciesImpl with additional components to inject.
 class PojoDescriptorBuilderFactoryImpl
          This is the implementation of the PojoDescriptorBuilderFactory interface.
 class PojoDescriptorBuilderImpl
          This is the generic implementation of the PojoDescriptorBuilder interface.
 

Uses of AbstractComponent in net.sf.mmm.util.pojo.path.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.pojo.path.base
 class AbstractMapPojoPathFunction<VALUE>
          This is the abstract base implementation for a PojoPathFunction that operates on a Map.
 class AbstractPojoPathFunction<IN,VALUE>
          This is the abstract base implementation of the PojoPathFunction interface.
 class AbstractPojoPathNavigator
          This is the abstract base implementation of the PojoPathNavigator.
 class DefaultPojoPathFunctionManager
          This is the default implementation of the PojoPathFunctionManager.
 

Uses of AbstractComponent in net.sf.mmm.util.pojo.path.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.pojo.path.impl
 class PojoPathFunctionManagerImpl
          This is the implementation of the PojoPathFunctionManager.
 class PojoPathNavigatorImpl
          This is the implementation of the PojoPathNavigator interface.
 

Uses of AbstractComponent in net.sf.mmm.util.pojo.path.impl.function
 

Subclasses of AbstractComponent in net.sf.mmm.util.pojo.path.impl.function
 class PojoPathNamedFunctionToString
          This is the implementation of a PojoPathNamedFunction that performs a Object.toString() on the input-object.
 

Uses of AbstractComponent in net.sf.mmm.util.process.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.process.base
 class ProcessUtilImpl
          This is the implementation of the ProcessUtil interface.
 

Uses of AbstractComponent in net.sf.mmm.util.reflect.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.reflect.base
 class CollectionReflectionUtilImpl
          This is the implementation of the CollectionReflectionUtil interface.
 class ReflectionUtilImpl
          This class is a collection of utility functions for dealing with reflection.
 

Uses of AbstractComponent in net.sf.mmm.util.resource.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.resource.base
 class AbstractBrowsableResourceFactory
          This is the abstract base implementation of the BrowsableResourceFactory interface.
 class AbstractDataResourceFactory
          This is the abstract base implementation of the DataResourceFactory interface.
 

Uses of AbstractComponent in net.sf.mmm.util.resource.base.spi
 

Subclasses of AbstractComponent in net.sf.mmm.util.resource.base.spi
 class AbstractDataResourceProvider<R extends DataResource>
          This is the abstract base-implementation of the DataResourceProvider interface.
 

Uses of AbstractComponent in net.sf.mmm.util.resource.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.resource.impl
 class BrowsableResourceFactoryImpl
          This is the default implementation of the BrowsableResourceFactory interface.
 class DataResourceFactoryImpl
          Deprecated. use BrowsableResourceFactoryImpl instead.
 

Uses of AbstractComponent in net.sf.mmm.util.resource.impl.spi
 

Subclasses of AbstractComponent in net.sf.mmm.util.resource.impl.spi
 class ClasspathResourceProvider
          This is the implementation of DataResourceProvider for ClasspathResource.
 class FileResourceProvider
          This is the implementation of DataResourceProvider for FileResource.
 class UrlResourceProvider
          This is the implementation of DataResourceProvider for UrlResource.
 

Uses of AbstractComponent in net.sf.mmm.util.text.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.text.base
 class AbstractHyphenator
          This is the abstract base implementation of the Hyphenator interface.
 class AbstractHyphenatorBuilder
          This is the abstract base-implementation of the HyphenatorBuilder interface.
 class AbstractLineWrapper
          This is the abstract base-implementation of the LineWrapper interface.
 class DefaultLineWrapper
          This is the default implementation of the LineWrapper interface.
 class HyphenatorBuilderImpl
          The implementation of the HyphenatorBuilder interface.
 class HyphenatorImpl
          This is the implementation of the Hyphenator interface.
 class JustificationBuilderImpl
          This is the implementation of the JustificationBuilder.
 

Uses of AbstractComponent in net.sf.mmm.util.value.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.value.base
 class AbstractComposedValueConverter
          This is the abstract base implementation of the ComposedValueConverter interface.
 class AbstractGenericValueConverter<SOURCE>
          This is the abstract base implementation of the GenericValueConverter interface.
 class AbstractRecursiveValueConverter<SOURCE,TARGET>
          This is an abstract base-implementation for a ValueConverter that performs recursive conversions on the owning-converter for converting child values.
 class AbstractSimpleValueConverter<SOURCE,TARGET>
          This is an abstract base-implementation of the ValueConverter interface that simply works with Class rather than GenericType.
 class AbstractValueConverter<SOURCE,TARGET>
          This is the abstract base-implementation of the ValueConverter interface.
 class AbstractValueValidator<V>
          This is the abstract-base implementation of the ValueValidator interface.
 class PojoValidatorDummy
          This is a dummy implementation of PojoValidator that accepts all objects as valid.
 class StringValueConverterImpl
          This is a utility class providing support for dealing with values (e.g. when reading configurations).
 class ValueValidatorNotNull
          This is an implementation of ValueValidator that validates that a given value is NOT null.
 class ValueValidatorNumberRange
          This is an implementation of ValueValidator that validates if a Number is in a specific range.
 

Uses of AbstractComponent in net.sf.mmm.util.value.impl
 

Subclasses of AbstractComponent in net.sf.mmm.util.value.impl
 class AbstractConverterToArray<ARRAY>
          This is an implementation of the ValueConverter interface that converts an Object to an array.
 class AbstractValueConverterToContainer<CONTAINER>
          This is the abstract base-implementation of a ValueConverter that converts an Object to a container type.
 class ComposedValueConverterImpl
          This is the implementation of the ComposedValueConverter interface.
 class DefaultComposedValueConverter
          This is a default ComposedValueConverter to be used without IoC-Container.
 class ValueConverterToArrayOfBoolean
          This is an implementation of the ValueConverter interface that converts an Object to boolean[].
 class ValueConverterToArrayOfByte
          This is an implementation of the ValueConverter interface that converts an Object to byte[].
 class ValueConverterToArrayOfDouble
          This is an implementation of the ValueConverter interface that converts an Object to double[].
 class ValueConverterToArrayOfFloat
          This is an implementation of the ValueConverter interface that converts an Object to float[].
 class ValueConverterToArrayOfInt
          This is an implementation of the ValueConverter interface that converts an Object to int[].
 class ValueConverterToArrayOfLong
          This is an implementation of the ValueConverter interface that converts an Object to long[].
 class ValueConverterToArrayOfObject
          This is an implementation of the ValueConverter interface that converts an Object to an array.
 class ValueConverterToArrayOfShort
          This is an implementation of the ValueConverter interface that converts an Object to short[].
 class ValueConverterToBoolean
          This is an implementation of the ValueConverter interface that converts an Object to a Boolean.
 class ValueConverterToCalendar
          This is an implementation of the ValueConverter interface that converts an Object to a Calendar.
 class ValueConverterToClass
          This is an implementation of the ValueConverter interface that converts a CharSequence to a Class.
 class ValueConverterToCollection
          This is an implementation of the ValueConverter interface that converts an Object to a Collection.
 class ValueConverterToCompatiblePojo
          This is an implementation of the ValueConverter interface that converts an POJO to a POJO with the same properties.
 class ValueConverterToDate
          This is an implementation of the ValueConverter interface that converts an Object to a Date.
 class ValueConverterToEnum
          This is an implementation of the ValueConverter interface that converts an Object to an Enum.
 class ValueConverterToFile
          This is an implementation of the ValueConverter interface that converts an Object to a Number.
 class ValueConverterToMap
          This is an implementation of the ValueConverter interface that converts an Object to a Map.
 class ValueConverterToNumber
          This is an implementation of the ValueConverter interface that converts an Object to a Number.
 class ValueConverterToString
          This is an implementation of the ValueConverter interface that converts an Object to a String.
 

Uses of AbstractComponent in net.sf.mmm.util.xml.base
 

Subclasses of AbstractComponent in net.sf.mmm.util.xml.base
 class DomUtilImpl
          This utility class contains methods that help to deal with the DOM API.
 class StaxUtilImpl
          This utility class contains methods that help to work with the StAX API (JSR 173).
 class XmlUtilImpl
          This utility class contains methods that help to deal with XML.
 

Uses of AbstractComponent in net.sf.mmm.util.xml.base.jaxb
 

Subclasses of AbstractComponent in net.sf.mmm.util.xml.base.jaxb
 class XmlBeanMapper<T>
          This class is a little helper for the simple but common use of JAXB where you simply want to read or write the XML for a single JAXB annotated java bean.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.