A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractAttributeReadId<T> - Class in net.sf.mmm.util.lang.base.attribute
This is the abstract base implementation of the AttributeReadId interface.
AbstractAttributeReadId() - Constructor for class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
The constructor.
AbstractBlockingQueueFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the BlockingQueueFactory interface.
AbstractBlockingQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
The constructor.
AbstractBrowsableResource - Class in net.sf.mmm.util.resource.base
This is the abstract base-implementation of BrowsableResource.
AbstractBrowsableResource() - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResource
The constructor.
AbstractBrowsableResourceFactory - Class in net.sf.mmm.util.resource.base
This is the abstract base implementation of the BrowsableResourceFactory interface.
AbstractBrowsableResourceFactory() - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
The constructor.
AbstractBrowsableResourceFactory.BrowsableResourceAdapter - Class in net.sf.mmm.util.resource.base
This is an implementation of the BrowsableResource interface, that adapts another BrowsableResource and enhances the AbstractBrowsableResourceFactory.BrowsableResourceAdapter.navigate(String)-method to support switching schemes via the BrowsableResourceFactory that created this BrowsableResource.
AbstractBrowsableResourceFactory.BrowsableResourceAdapter(BrowsableResource) - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
The constructor.
AbstractBrowsableResourceProxy - Class in net.sf.mmm.util.resource.base
This is an abstract implementation of the BrowsableResource interface that delegates to another BrowsableResource.
AbstractBrowsableResourceProxy() - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
The constructor.
AbstractByteArray - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of the ByteArray interface.
AbstractByteArray() - Constructor for class net.sf.mmm.util.io.base.AbstractByteArray
 
AbstractByteArrayBufferBuffer - Class in net.sf.mmm.util.io.impl
This is the abstract base implementation of the ProcessableByteArrayBuffer interface for a byte[]-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
AbstractByteArrayBufferBuffer(ByteArrayBufferImpl...) - Constructor for class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The constructor.
AbstractByteArrayBufferBuffer(AbstractByteArrayBufferBuffer) - Constructor for class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The constructor used to copy from the given template.
AbstractCharIterator - Class in net.sf.mmm.util.lang.base
This is an abstract base implementation of the CharIterator interface.
AbstractCharIterator() - Constructor for class net.sf.mmm.util.lang.base.AbstractCharIterator
The constructor.
AbstractCharScannerSyntax - Class in net.sf.mmm.util.scanner.base
This is the abstract base implementation of the CharScannerSyntax interface.
The actual chars like escape are realized as simple bean-properties and initialized with '\0' so they are disabled by default.
AbstractCharScannerSyntax() - Constructor for class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
The constructor.
AbstractCharSequence - Class in net.sf.mmm.util.lang.base
This is an abstract implementation of the CharSequence to make life easier.
AbstractCharSequence() - Constructor for class net.sf.mmm.util.lang.base.AbstractCharSequence
The constructor.
AbstractClassHierarchyMap<E> - Class in net.sf.mmm.util.collection.base
This is the abstract base class for a simplified Map that associates elements ( <E>) with Class objects.
AbstractClassHierarchyMap() - Constructor for class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
The constructor.
AbstractClassHierarchyMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
The constructor.
AbstractCliParser - Class in net.sf.mmm.util.cli.base
This is the abstract base-implementation of the CliParser interface.
AbstractCliParser(Object, CliState, CliParserDependencies) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser
The constructor.
AbstractCliParser.CliArgumentHelpInfo - Class in net.sf.mmm.util.cli.base
This inner class holds the help information for a single CliArgument.
AbstractCliParser.CliArgumentHelpInfo(CliArgumentContainer, CliParserDependencies, CliOutputSettings) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
The constructor.
AbstractCliParser.CliHelpWriter - Class in net.sf.mmm.util.cli.base
This inner class is a helper to simplify writing the help-usage.
AbstractCliParser.CliHelpWriter(Appendable, CliOutputSettings, CliParserDependencies, CliState, Object) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The constructor.
AbstractCliParser.CliOptionHelpInfo - Class in net.sf.mmm.util.cli.base
This inner class holds the help information for a single CliOption.
AbstractCliParser.CliOptionHelpInfo(CliOptionContainer, CliParserDependencies, CliOutputSettings) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The constructor.
AbstractCliParser.CliParserState - Class in net.sf.mmm.util.cli.base
This inner class holds the state of the argument parsing.
AbstractCliParser.CliParserState() - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
The constructor.
AbstractCliParserBuilder - Class in net.sf.mmm.util.cli.base
This is the abstract base implementation of the CliParserBuilder interface.
AbstractCliParserBuilder() - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
The constructor.
AbstractCliValueContainer - Class in net.sf.mmm.util.cli.base
This is the abstract base-implementation of the CliValueContainer interface.
AbstractCliValueContainer(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliValueContainer
The constructor.
AbstractCliValueContainerContainer - Class in net.sf.mmm.util.cli.base
This is the abstract base class for a CliValueContainer that holds a container-value.
AbstractCliValueContainerContainer(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
The constructor.
AbstractComponent - Class in net.sf.mmm.util.component.base
This is the abstract base class for a component that needs initialization.
AbstractComponent() - Constructor for class net.sf.mmm.util.component.base.AbstractComponent
The constructor.
AbstractComposedValueConverter - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of the ComposedValueConverter interface.
AbstractComposedValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractComposedValueConverter
The constructor.
AbstractComposedValueConverterFactory - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of ComposedValueConverterFactory.
AbstractComposedValueConverterFactory() - Constructor for class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
The constructor.
AbstractConcurrentMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ConcurrentMapFactory interface.
AbstractConcurrentMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
The constructor.
AbstractConverterToArray<ARRAY> - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an array.
Java has a string type-system and arrays of primitive types (int[], etc.) can therefore NOT be casted to Object[].
AbstractConverterToArray() - Constructor for class net.sf.mmm.util.value.impl.AbstractConverterToArray
The constructor.
AbstractDataResource - Class in net.sf.mmm.util.resource.base
This is the abstract base implementation of the DataResource interface.
AbstractDataResource() - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResource
The constructor.
AbstractDataResourceFactory - Class in net.sf.mmm.util.resource.base
This is the abstract base implementation of the DataResourceFactory interface.
AbstractDataResourceFactory() - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResourceFactory
The constructor.
AbstractDataResourceFactory.DataResourceAdapter - Class in net.sf.mmm.util.resource.base
This is an implementation of the DataResource interface, that adapts another DataResource and enhances the AbstractDataResourceFactory.DataResourceAdapter.navigate(String)-method to support switching schemes via the DataResourceFactory that created this DataResource.
AbstractDataResourceFactory.DataResourceAdapter(DataResource) - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
The constructor.
AbstractDataResourceProvider<R extends DataResource> - Class in net.sf.mmm.util.resource.base.spi
This is the abstract base-implementation of the DataResourceProvider interface.
AbstractDataResourceProvider() - Constructor for class net.sf.mmm.util.resource.base.spi.AbstractDataResourceProvider
The constructor.
AbstractDataResourceProxy - Class in net.sf.mmm.util.resource.base
This is an abstract implementation of the DataResource interface that delegates to another DataResource.
AbstractDataResourceProxy() - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
The constructor.
AbstractDatatype - Class in net.sf.mmm.util.lang.api
This is the abstract base implementation of a simple Datatype.
AbstractDatatype() - Constructor for class net.sf.mmm.util.lang.api.AbstractDatatype
The constructor.
AbstractDatatypeDetector - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of DatatypeDetector.
AbstractDatatypeDetector() - Constructor for class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
The constructor.
AbstractDequeFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the DequeFactory interface.
AbstractDequeFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractDequeFactory
The constructor.
AbstractDetectorStream - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of a DetectorStream.
AbstractDetectorStream() - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStream
The constructor.
AbstractDetectorStream(Map<String, Object>) - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStream
The constructor.
AbstractDetectorStreamProcessorFactory - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of the DetectorStreamProcessorFactory interface.
AbstractDetectorStreamProcessorFactory() - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStreamProcessorFactory
The constructor.
AbstractDetectorStreamProvider - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of the DetectorStreamProvider.
AbstractDetectorStreamProvider() - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
The constructor.
AbstractEntityId - Class in net.sf.mmm.util.entity.base
This is the abstract base implementation of EntityId.
AbstractEntityId() - Constructor for class net.sf.mmm.util.entity.base.AbstractEntityId
The constructor.
AbstractEnumDefinition<TYPE,CATEGORY> - Class in net.sf.mmm.util.lang.base
This class implements EnumDefinition for a java Enum.
AbstractEnumDefinition() - Constructor for class net.sf.mmm.util.lang.base.AbstractEnumDefinition
The constructor.
AbstractEnumProvider - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of EnumProvider.
AbstractEnumProvider() - Constructor for class net.sf.mmm.util.lang.base.AbstractEnumProvider
The constructor.
AbstractEnumProvider.EnumContainer - Class in net.sf.mmm.util.lang.base
This inner class is a container for an EnumDefinition with its values.
AbstractEnumProvider.EnumContainer(EnumDefinition<?, ?>) - Constructor for class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
The constructor.
AbstractEnumProvider.EnumDefinitionIterator - Class in net.sf.mmm.util.lang.base
 
AbstractEnumProvider.EnumDefinitionIterator(Iterator<AbstractEnumProvider.EnumContainer>) - Constructor for class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumDefinitionIterator
The constructor.
AbstractEnumProviderAsynchronous - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of AbstractEnumProvider that retrieves enum values asynchronously.
AbstractEnumProviderAsynchronous() - Constructor for class net.sf.mmm.util.lang.base.AbstractEnumProviderAsynchronous
The constructor.
AbstractEnumProviderSynchronous - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of AbstractEnumProvider that retrieves enum values synchronously.
AbstractEnumProviderSynchronous() - Constructor for class net.sf.mmm.util.lang.base.AbstractEnumProviderSynchronous
The constructor.
AbstractEnvironmentDetector - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of EnvironmentDetector.
AbstractEnvironmentDetector() - Constructor for class net.sf.mmm.util.lang.base.AbstractEnvironmentDetector
The constructor.
AbstractEqualsChecker<VALUE> - Class in net.sf.mmm.util.lang.api
This is the abstract base implementation of EqualsChecker.
AbstractEqualsChecker() - Constructor for class net.sf.mmm.util.lang.api.AbstractEqualsChecker
The constructor.
AbstractErrorMessage - Class in net.sf.mmm.util.lang.base
This is the abstract base class for an error Message.
AbstractErrorMessage() - Constructor for class net.sf.mmm.util.lang.base.AbstractErrorMessage
The constructor for de-serialization in GWT.
AbstractErrorMessage(String, Object, String, UUID, String, boolean) - Constructor for class net.sf.mmm.util.lang.base.AbstractErrorMessage
The constructor.
AbstractErrorMessage(String, Object, NlsMessage, UUID, String, boolean) - Constructor for class net.sf.mmm.util.lang.base.AbstractErrorMessage
The constructor.
AbstractErrorMessage(NlsThrowable) - Constructor for class net.sf.mmm.util.lang.base.AbstractErrorMessage
The constructor.
AbstractEventSource<E extends Event,L extends EventListener<E>> - Class in net.sf.mmm.util.event.base
This is the abstract base implementation of the EventListener interface.
AbstractEventSource() - Constructor for class net.sf.mmm.util.event.base.AbstractEventSource
The constructor.
AbstractEventSource(CollectionFactory<? extends Collection>) - Constructor for class net.sf.mmm.util.event.base.AbstractEventSource
The constructor.
AbstractFormatter<V> - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of the Formatter interface.
AbstractFormatter() - Constructor for class net.sf.mmm.util.lang.base.AbstractFormatter
The constructor.
AbstractGenericContextFactory - Class in net.sf.mmm.util.context.base
This is the abstract base-implementation of the GenericContextFactory interface.
AbstractGenericContextFactory() - Constructor for class net.sf.mmm.util.context.base.AbstractGenericContextFactory
The constructor.
AbstractGenericContextProxy - Class in net.sf.mmm.util.context.base
This is an abstract base implementation of the GenericContext interface that delegates to another instance.
AbstractGenericContextProxy() - Constructor for class net.sf.mmm.util.context.base.AbstractGenericContextProxy
The constructor.
AbstractGenericEntity<ID> - Class in net.sf.mmm.util.entity.base
This is the abstract base-class that implementations of MutableGenericEntity should inherit from (if possible).
AbstractGenericEntity() - Constructor for class net.sf.mmm.util.entity.base.AbstractGenericEntity
The constructor.
AbstractGenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the GenericTreeNode interface.
AbstractGenericTreeNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericTreeNode(PARENT) - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericTreeNode(ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericTreeNode(PARENT, ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
The constructor.
AbstractGenericType<T> - Class in net.sf.mmm.util.reflect.base
This is the implementation of the GenericType interface.
AbstractGenericType() - Constructor for class net.sf.mmm.util.reflect.base.AbstractGenericType
The constructor.
AbstractGenericValueConverter<SOURCE> - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of the GenericValueConverter interface.
AbstractGenericValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractGenericValueConverter
The constructor.
AbstractGlobPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is an abstract base-implementation of the PatternCompiler interface for glob-patterns.
AbstractGlobPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
The constructor.
AbstractHashCodeFunction<VALUE> - Class in net.sf.mmm.util.lang.api
This is the abstract base implementation of HashCodeFunction.
AbstractHashCodeFunction() - Constructor for class net.sf.mmm.util.lang.api.AbstractHashCodeFunction
The constructor.
AbstractHashKey<T> - Class in net.sf.mmm.util.collection.base
This is an abstract base class that allows to use any object as hash-key with external custom implementations of equals and hashCode.
AbstractHashKey() - Constructor for class net.sf.mmm.util.collection.base.AbstractHashKey
The constructor for de-serialization in GWT.
AbstractHashKey(T) - Constructor for class net.sf.mmm.util.collection.base.AbstractHashKey
The constructor.
AbstractHyphenator - Class in net.sf.mmm.util.text.base
This is the abstract base implementation of the Hyphenator interface.
AbstractHyphenator(Locale, char) - Constructor for class net.sf.mmm.util.text.base.AbstractHyphenator
The constructor.
AbstractHyphenatorBuilder - Class in net.sf.mmm.util.text.base
This is the abstract base-implementation of the HyphenatorBuilder interface.
It uses a cache with WeakReferences to the Hyphenators that have already been build.
AbstractHyphenatorBuilder() - Constructor for class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
The constructor.
AbstractIncrementalGenerator - Class in net.sf.mmm.util.gwt.base.rebind
This is the abstract base implementation for IncrementalGenerators for GWT environments, that generates a Class from a single input type.
AbstractIncrementalGenerator() - Constructor for class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
The constructor.
AbstractIterator<E> - Class in net.sf.mmm.util.collection.base
This is an abstract base implementation of the Iterator interface.
AbstractIterator() - Constructor for class net.sf.mmm.util.collection.base.AbstractIterator
The constructor.
AbstractLineWrapper - Class in net.sf.mmm.util.text.base
This is the abstract base-implementation of the LineWrapper interface.
AbstractLineWrapper() - Constructor for class net.sf.mmm.util.text.base.AbstractLineWrapper
The constructor.
AbstractLinkedNode<V,NODE extends AbstractLinkedNode<V,NODE>> - Class in net.sf.mmm.util.collection.base
This is the abstract base-implementation of the LinkedNode interface.
AbstractLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractLinkedNode
The constructor.
AbstractListFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ListFactory interface.
AbstractListFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractListFactory
The constructor.
AbstractLocalizableFormatter<V> - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of the LocalizableFormatter interface.
AbstractLocalizableFormatter() - Constructor for class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
The constructor.
AbstractLoggableComponent - Class in net.sf.mmm.util.component.base
This is the abstract base class for a component that provides a logger.
AbstractLoggableComponent() - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableComponent
The constructor.
AbstractLoggableHttpServlet - Class in net.sf.mmm.util.component.base
This is the abstract base class for a HttpServlet that needs a logger.
AbstractLoggableHttpServlet() - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableHttpServlet
The constructor.
AbstractLoggableHttpServlet(Logger) - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableHttpServlet
The constructor.
AbstractLoggableObject - Class in net.sf.mmm.util.component.base
This is the abstract base class for any object that is no component but needs a logger.
AbstractLoggableObject() - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableObject
The constructor.
AbstractLoggableObject(Logger) - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableObject
The constructor.
AbstractMain - Class in net.sf.mmm.util.cli.api
This is the abstract base class for a main-program.
You simple need to derive from this class or more likely from AbstractVersionedMain like this:
AbstractMain() - Constructor for class net.sf.mmm.util.cli.api.AbstractMain
The constructor.
AbstractMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the MapFactory interface.
AbstractMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractMapFactory
The constructor.
AbstractMapPojoPathFunction<VALUE> - Class in net.sf.mmm.util.pojo.path.base
This is the abstract base implementation for a PojoPathFunction that operates on a Map.
AbstractMapPojoPathFunction() - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractMapPojoPathFunction
 
AbstractMessage - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of Message.
AbstractMessage() - Constructor for class net.sf.mmm.util.lang.base.AbstractMessage
The constructor for de-serialization in GWT.
AbstractMessage(String, Object, String, UUID, String) - Constructor for class net.sf.mmm.util.lang.base.AbstractMessage
The constructor.
AbstractMessage(String, Object, NlsMessage, UUID, String) - Constructor for class net.sf.mmm.util.lang.base.AbstractMessage
The constructor.
AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>> - Class in net.sf.mmm.util.event.base
This class extends AbstractSynchronizedEventSource with the ability to send events asynchronous in separate Threads.
AbstractMultiThreadedEventSource() - Constructor for class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
The constructor.
AbstractMutableGenericContext - Class in net.sf.mmm.util.context.base
This class is the basic implementation of the GenericContext interface.
AbstractMutableGenericContext(MapFactory<? extends Map>, GenericContext) - Constructor for class net.sf.mmm.util.context.base.AbstractMutableGenericContext
The constructor for a sub-context.
AbstractNlsBundleFactory - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of NlsBundleFactory.
AbstractNlsBundleFactory() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
The constructor.
AbstractNlsBundleFactory(ClassLoader) - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
The constructor.
AbstractNlsBundleFactory.NlsBundleInvocationHandler - Class in net.sf.mmm.util.nls.base
This inner class is an InvocationHandler for the dynamic NlsBundle instance.
AbstractNlsBundleFactory.NlsBundleInvocationHandler(String, NlsBundleOptions) - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
The constructor.
AbstractNlsBundleFactory.NlsBundleMethodInfo - Class in net.sf.mmm.util.nls.base
This inner class holds all the information to be cached for a NlsBundle-method.
AbstractNlsBundleFactory.NlsBundleMethodInfo(NlsTemplate, String[]) - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleMethodInfo
The constructor.
AbstractNlsBundleFactoryGwt - Class in net.sf.mmm.util.nls.impl
This is the GWT compatible implementation of NlsBundleFactory.
AbstractNlsBundleFactoryGwt() - Constructor for class net.sf.mmm.util.nls.impl.AbstractNlsBundleFactoryGwt
The constructor.
AbstractNlsBundleGenerator - Class in net.sf.mmm.util.nls.impl.rebind
This is the abstract base implementation of a GWT Generator for rebinding the NlsBundleFactory implementation.
AbstractNlsBundleGenerator() - Constructor for class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
The constructor.
AbstractNlsDependencies - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of NlsDependencies.
AbstractNlsDependencies() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsDependencies
The constructor.
AbstractNlsException - Exception in net.sf.mmm.util.nls.api
This is an abstract base implementation of a checked exception with real native language support (NLS).
AbstractNlsException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsException
The constructor.
AbstractNlsException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsException
The constructor.
AbstractNlsException(AbstractNlsException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsException
The copy constructor.
AbstractNlsFormatter<O> - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsFormatter interface.
You should extend this class rather than directly implementing the NlsFormatter interface to gain compatibility with further releases.
AbstractNlsFormatter() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsFormatter
The constructor.
AbstractNlsFormatterDateIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for Dates using Iso8601Util.
AbstractNlsFormatterDateIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
The constructor.
AbstractNlsFormatterDateIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
The constructor.
AbstractNlsFormatterManager - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsFormatterManager interface.
You should extend this class rather than directly implementing the NlsFormatterManager interface to gain compatibility with further releases.
AbstractNlsFormatterManager() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
The constructor.
AbstractNlsFormatterPlugin<O> - Class in net.sf.mmm.util.nls.base
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.
AbstractNlsFormatterPlugin() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsFormatterPlugin
The constructor.
AbstractNlsMessage - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of NlsMessage.
You should extend this class rather than directly implementing the NlsMessage interface to gain compatibility with further releases.
AbstractNlsMessage() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessage
The constructor.
AbstractNlsMessageFactory - Class in net.sf.mmm.util.nls.base
This is the implementation of the NlsMessageFactory interface.
AbstractNlsMessageFactory() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
The constructor.
AbstractNlsMessageFactoryImpl - Class in net.sf.mmm.util.nls.base
This is the abstract but almost complete implementation of NlsMessageFactory.
AbstractNlsMessageFactoryImpl() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessageFactoryImpl
The constructor.
AbstractNlsMessageFormatter - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsMessageFormatter interface.
AbstractNlsMessageFormatter() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessageFormatter
 
AbstractNlsRuntimeException - Exception in net.sf.mmm.util.nls.api
This is an abstract base implementation of an unchecked exception with real native language support (NLS).
AbstractNlsRuntimeException() - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
The constructor for de-serialization in GWT.
AbstractNlsRuntimeException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
The constructor.
AbstractNlsRuntimeException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
The constructor.
AbstractNlsRuntimeException(AbstractNlsRuntimeException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
The copy constructor.
AbstractNlsTemplate - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsTemplate interface.
AbstractNlsTemplate() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsTemplate
The constructor.
AbstractNlsTemplateResolver - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsTemplateResolver interface.
You should extend this class rather than directly implementing the NlsTemplateResolver interface to gain compatibility with further releases.
AbstractNlsTemplateResolver() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsTemplateResolver
The constructor.
AbstractNoPool<E> - Class in net.sf.mmm.util.pool.base
This is the abstract base implementation of a dummy Pool that is actually NOT pooling at all.
AbstractNoPool() - Constructor for class net.sf.mmm.util.pool.base.AbstractNoPool
The constructor.
AbstractPojoDescriptor<POJO> - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base implementation of the PojoDescriptor interface.
AbstractPojoDescriptor(GenericType<POJO>, PojoDescriptorBuilder) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
The constructor.
AbstractPojoDescriptorBuilder - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base-implementation of the PojoDescriptorBuilder interface.
AbstractPojoDescriptorBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
The constructor.
AbstractPojoDescriptorBuilder(MapFactory) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
The constructor.
AbstractPojoDescriptorBuilderFactory - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base implementation of the PojoDescriptorBuilderFactory interface.
AbstractPojoDescriptorBuilderFactory() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
The constructor.
AbstractPojoDescriptorBuilderLimited - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base-implementation of the PojoDescriptorBuilder interface.
AbstractPojoDescriptorBuilderLimited() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
The constructor.
AbstractPojoDescriptorGenerator - Class in net.sf.mmm.util.pojo.descriptor.impl.rebind
This is the incremental GWT generator to generate the implementation of PojoDescriptorBuilder.
AbstractPojoDescriptorGenerator() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.rebind.AbstractPojoDescriptorGenerator
The constructor.
AbstractPojoDescriptorImpl<POJO> - Class in net.sf.mmm.util.pojo.descriptor.impl
This is an abstract but mostly complete implementation of the PojoDescriptor interface.
AbstractPojoDescriptorImpl(GenericType<POJO>, PojoDescriptorBuilder) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
The constructor.
AbstractPojoIntrospector - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the abstract base class for the default implementation of PojoMethodIntrospector or PojoFieldIntrospector.
AbstractPojoIntrospector() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
The constructor.
AbstractPojoIntrospector(VisibilityModifier, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
The constructor.
AbstractPojoPathFunction<IN,VALUE> - Class in net.sf.mmm.util.pojo.path.base
This is the abstract base implementation of the PojoPathFunction interface.
AbstractPojoPathFunction() - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
The constructor.
AbstractPojoPathNavigator - Class in net.sf.mmm.util.pojo.path.base
This is the abstract base implementation of the PojoPathNavigator.
AbstractPojoPathNavigator() - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
The constructor.
AbstractPojoPathNavigator.CachingPojoPath - Class in net.sf.mmm.util.pojo.path.base
This class represents a PojoPath.
AbstractPojoPathNavigator.CachingPojoPath(String) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
The constructor.
AbstractPojoPathNavigator.CachingPojoPath(Object, Class<?>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
The constructor for the root-path.
AbstractPojoPathNavigator.CachingPojoPath(Object, Class<?>, GenericType<?>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
The constructor for the root-path.
AbstractPojoPathNavigator.PojoPathCache - Class in net.sf.mmm.util.pojo.path.base
This inner class represents the cache for AbstractPojoPathNavigator.CachingPojoPaths based on an initial Pojo.
AbstractPojoPathNavigator.PojoPathCache(Object) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The constructor.
AbstractPojoPathNavigator.PojoPathCache(Class<?>, GenericType<?>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The constructor.
AbstractPojoPathNavigator.PojoPathState - Class in net.sf.mmm.util.pojo.path.base
This inner class represents the state for a PojoPath evaluation.
AbstractPojoPathNavigator.PojoPathState(AbstractPojoPathNavigator.CachingPojoPath, PojoPathMode, String) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The constructor for no caching.
AbstractPojoPathNavigator.PojoPathState(AbstractPojoPathNavigator.CachingPojoPath, PojoPathMode, String, Map<String, AbstractPojoPathNavigator.CachingPojoPath>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The constructor.
AbstractPojoPropertyAccessor - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract base-implementation of the PojoPropertyAccessor interface.
AbstractPojoPropertyAccessor() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
The constructor.
AbstractPojoPropertyAccessorBase - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the major base-implementation of the PojoPropertyAccessor interface.
AbstractPojoPropertyAccessorBase(String, Type, PojoDescriptor<?>, PojoDescriptorDependencies) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
The constructor.
AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is an abstract base implementation of the PojoPropertyAccessorBuilder interface.
It provides some helpful methods that make it easier to write implementations.
AbstractPojoPropertyAccessorBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
The constructor.
AbstractPojoPropertyAccessorField - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract implementation of the PojoPropertyAccessor interface used to access a Field.
AbstractPojoPropertyAccessorField(PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
The constructor.
AbstractPojoPropertyAccessorField(String, Type, PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
The constructor.
AbstractPojoPropertyAccessorGetMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the abstract base implementation of PojoPropertyAccessorNonArg for accessing a getter Method in a limited environment (GWT).
AbstractPojoPropertyAccessorGetMethod(String, GenericType<?>, Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorGetMethod
The constructor.
AbstractPojoPropertyAccessorMethod - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract implementation of the PojoPropertyAccessor interface used to access a Method.
AbstractPojoPropertyAccessorMethod(String, Type, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
The constructor.
AbstractPojoPropertyAccessorMethodLimited - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the abstract base implementation of PojoPropertyAccessor for accessing a Method (getter or setter) in a limited environment (GWT).
AbstractPojoPropertyAccessorMethodLimited(String, GenericType<?>, Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
The constructor.
AbstractPojoPropertyAccessorProxy - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract implementation of the PojoPropertyAccessor interface that delegates to another accessor.
AbstractPojoPropertyAccessorProxy() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
The constructor.
AbstractPojoPropertyAccessorProxyAdapter - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract base implementation of a PojoPropertyAccessor that acts as proxy to a delegate allowing to add new ways to access a property.
E.g.
AbstractPojoPropertyAccessorProxyAdapter(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
The constructor.
AbstractPojoPropertyAccessorProxyAdapterComponentType - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract base implementation of a PojoPropertyAccessor that acts as proxy to a delegate allowing to add new ways to access a property.
It extends AbstractPojoPropertyAccessorProxyAdapter implementing AbstractPojoPropertyAccessorProxyAdapterComponentType.getPropertyType() to return the component-type from the return-type of the delegate.
AbstractPojoPropertyAccessorProxyAdapterComponentType(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
The constructor.
AbstractPojoPropertyAccessorSetMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the abstract base implementation of the PojoPropertyAccessorOneArg interface for accessing a setter Method in a limited environment (GWT).
AbstractPojoPropertyAccessorSetMethod(String, GenericType<?>, Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorSetMethod
The constructor.
AbstractPojoPropertyDescriptor - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base implementation of the PojoPropertyDescriptor interface.
AbstractPojoPropertyDescriptor(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
The constructor.
AbstractPool<E> - Class in net.sf.mmm.util.pool.base
This is the abstract base implementation of the Pool interface.
AbstractPool() - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor.
AbstractPool(int, boolean) - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor.
AbstractPool(int, Object) - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor for a thread-safe pool with an externally given lock for synchronization.
AbstractPool(boolean, int, Object) - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor.
AbstractQueueFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the QueueFactory interface.
AbstractQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractQueueFactory
The constructor.
AbstractRecursiveValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is an abstract base-implementation for a ValueConverter that performs recursive conversions on the owning-converter for converting child values.
AbstractRecursiveValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
The constructor.
AbstractResourceBundle - Class in net.sf.mmm.util.nls.base
This is the abstract base class for ResourceBundle implementations using this NLS support.
AbstractResourceBundle() - Constructor for class net.sf.mmm.util.nls.base.AbstractResourceBundle
The constructor.
AbstractResourceBundleNlsTemplateResolver - Class in net.sf.mmm.util.nls.impl
This is an abstract base implementation of the NlsTemplateResolver interface.
The localization is done by a reverse lookup of the message key from the given internationalized message using NlsReversedResourceBundle.
AbstractResourceBundleNlsTemplateResolver() - Constructor for class net.sf.mmm.util.nls.impl.AbstractResourceBundleNlsTemplateResolver
The constructor.
AbstractRevisionedEntity<ID> - Class in net.sf.mmm.util.entity.base
This is the abstract base-class that implementations of MutableRevisionedEntity should inherit from (if possible).
AbstractRevisionedEntity() - Constructor for class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
The constructor.
AbstractSearchCriteria - Class in net.sf.mmm.util.search.base
This is the abstract base implementation of SearchCriteria.
AbstractSearchCriteria() - Constructor for class net.sf.mmm.util.search.base.AbstractSearchCriteria
The constructor.
AbstractSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SetFactory interface.
AbstractSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSetFactory
The constructor.
AbstractSimpleDatatype<V> - Class in net.sf.mmm.util.lang.api
This is the abstract base implementation of a simple Datatype.
AbstractSimpleDatatype() - Constructor for class net.sf.mmm.util.lang.api.AbstractSimpleDatatype
The constructor for de-serialization in GWT.
AbstractSimpleDatatype(V) - Constructor for class net.sf.mmm.util.lang.api.AbstractSimpleDatatype
The constructor.
AbstractSimpleDatatypeBase<V> - Class in net.sf.mmm.util.lang.api
This is the abstract base implementation of a simple Datatype.
AbstractSimpleDatatypeBase() - Constructor for class net.sf.mmm.util.lang.api.AbstractSimpleDatatypeBase
The constructor.
AbstractSimpleEnumDefinition<TYPE> - Class in net.sf.mmm.util.lang.base
This is the abstract base implementation of EnumDefinition with no category and a static set of enum values.
AbstractSimpleEnumDefinition(TYPE...) - Constructor for class net.sf.mmm.util.lang.base.AbstractSimpleEnumDefinition
The constructor.
AbstractSimpleMap<KEY,VALUE> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation for a simple Map.
ATTENTION:
Here simple means that subclasses of this class only guarantee that the method Map.get(Object) and AbstractSimpleMap.containsKey(Object) is properly implemented.
AbstractSimpleMap() - Constructor for class net.sf.mmm.util.collection.base.AbstractSimpleMap
The constructor.
AbstractSimpleNlsFormatterDate - Class in net.sf.mmm.util.nls.impl.formatter
This is the abstract base implementation for a SimpleNlsFormatter for Dates.
AbstractSimpleNlsFormatterDate() - Constructor for class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
The constructor.
AbstractSimpleValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is an abstract base-implementation of the ValueConverter interface that simply works with Class rather than GenericType.
AbstractSimpleValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractSimpleValueConverter
The constructor.
AbstractSortedMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SortedMapFactory interface.
AbstractSortedMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
The constructor.
AbstractSortedSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SortedSetFactory interface.
AbstractSortedSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
The constructor.
AbstractSpringContainer - Class in net.sf.mmm.util.component.impl
This is the abstract base implementation of the IocContainer using spring.
ATTENTION:
Please check your dependencies as spring is an optional dependency in mmm-util-core.
AbstractSpringContainer(ConfigurableApplicationContext) - Constructor for class net.sf.mmm.util.component.impl.AbstractSpringContainer
The constructor.
AbstractSpringContainer() - Constructor for class net.sf.mmm.util.component.impl.AbstractSpringContainer
The constructor.
AbstractStringHasher - Class in net.sf.mmm.util.text.base
This is the abstract base implementation of the StringHasher interface.
NOTE:
For efficiency you should override some of the default method-implementations.
AbstractStringHasher() - Constructor for class net.sf.mmm.util.text.base.AbstractStringHasher
The constructor.
AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>> - Class in net.sf.mmm.util.event.base
This class extends AbstractEventSource with the ability of synchronization and therefore is thread-safe.
It uses a ConcurrentLinkedQueue and therefore allows adding or removing of listeners during event-handling.
AbstractSynchronizedEventSource() - Constructor for class net.sf.mmm.util.event.base.AbstractSynchronizedEventSource
The constructor.
AbstractTextTransformer - Class in net.sf.mmm.util.text.base
This is the abstract base implementation of a Transformer for strings.
AbstractTextTransformer() - Constructor for class net.sf.mmm.util.text.base.AbstractTextTransformer
The constructor.
AbstractTransferObject - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for a TransferObject.
AbstractTransferObject() - Constructor for class net.sf.mmm.util.transferobject.api.AbstractTransferObject
The constructor.
AbstractTransferObject(Object) - Constructor for class net.sf.mmm.util.transferobject.api.AbstractTransferObject
The copy-constructor.
AbstractTransferObject.AbstractTransferObjectUtilLimited - Class in net.sf.mmm.util.transferobject.api
This is the abstract base implementation of TransferObjectUtilLimited.
AbstractTransferObject.AbstractTransferObjectUtilLimited() - Constructor for class net.sf.mmm.util.transferobject.api.AbstractTransferObject.AbstractTransferObjectUtilLimited
The constructor.
AbstractTreeNode<NODE extends TreeNode<NODE>> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the TreeNode interface.
AbstractTreeNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(NODE) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(NODE, ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractValidatableObject - Interface in net.sf.mmm.util.validation.api
This is the abstract interface for an object, that can be validated.
AbstractValidationFailure - Class in net.sf.mmm.util.validation.base
This is the abstract base implementation of ValidationFailure.
AbstractValidationFailure() - Constructor for class net.sf.mmm.util.validation.base.AbstractValidationFailure
The constructor for de-serialization in GWT.
AbstractValidationFailure(String, Object, NlsMessage, UUID, String) - Constructor for class net.sf.mmm.util.validation.base.AbstractValidationFailure
The constructor.
AbstractValidationFailure(String, Object, String, UUID, String) - Constructor for class net.sf.mmm.util.validation.base.AbstractValidationFailure
The constructor.
AbstractValidationStateCollector - Class in net.sf.mmm.util.validation.base
This is the abstract base implementation of ValidationState that wraps an existing ValidationState and allows to collect the potential failures for a part of the validation process.
AbstractValidationStateCollector(ValidationState) - Constructor for class net.sf.mmm.util.validation.base.AbstractValidationStateCollector
The constructor.
AbstractValidator<V> - Class in net.sf.mmm.util.validation.base
This is the abstract base class all ValueValidator implementations should extend.
AbstractValidator() - Constructor for class net.sf.mmm.util.validation.base.AbstractValidator
The constructor.
AbstractValidatorBuilder - Class in net.sf.mmm.util.validation.base
This is the abstract base implementation of ValidatorBuilder.
AbstractValidatorBuilder() - Constructor for class net.sf.mmm.util.validation.base.AbstractValidatorBuilder
The constructor.
AbstractValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is the abstract base-implementation of the ValueConverter interface.
AbstractValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractValueConverter
The constructor.
AbstractValueConverterToContainer<CONTAINER> - Class in net.sf.mmm.util.value.impl
This is the abstract base-implementation of a ValueConverter that converts an Object to a container type.
AbstractValueConverterToContainer() - Constructor for class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The constructor.
AbstractValueValidator<V> - Class in net.sf.mmm.util.validation.base
This is the abstract base implementation of ValueValidator.
AbstractValueValidator() - Constructor for class net.sf.mmm.util.validation.base.AbstractValueValidator
The constructor.
AbstractVersionedMain - Class in net.sf.mmm.util.cli.api
This is the abstract base class for a main-program that has a version.
AbstractVersionedMain() - Constructor for class net.sf.mmm.util.cli.api.AbstractVersionedMain
 
AbstractVersionIdentifier - Class in net.sf.mmm.util.version.base
This is the abstract base implementation of VersionIdentifier.
AbstractVersionIdentifier(String) - Constructor for class net.sf.mmm.util.version.base.AbstractVersionIdentifier
The constructor.
AbstractVersionIdentifierFormatterNumber - Class in net.sf.mmm.util.version.impl
This is the abstract base implementation of Formatter for a numeric part of the VersionIdentifier.
AbstractVersionIdentifierFormatterNumber(StringUtil, String, int) - Constructor for class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterNumber
The constructor.
AbstractVersionIdentifierFormatterString - Class in net.sf.mmm.util.version.impl
This is the abstract base implementation of Formatter for a String -based part of the VersionIdentifier.
AbstractVersionIdentifierFormatterString(String, int) - Constructor for class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterString
The constructor.
accept(char) - Method in class net.sf.mmm.util.cli.api.CliOptionNameDefaultFilter
This method determines if a character the name (excluding the initial hyphens) is acceptable.
accept(String) - Method in class net.sf.mmm.util.cli.api.CliOptionNameDefaultFilter
This method determines if the given value should be accepted.
accept(File) - Method in class net.sf.mmm.util.file.base.DirectoryFilter
accept(File) - Method in class net.sf.mmm.util.file.base.FileFilterAdapter
accept(File) - Method in class net.sf.mmm.util.file.base.FileStringFilterAdapter
accept(File) - Method in class net.sf.mmm.util.file.base.PatternFileFilter
accept(File) - Method in class net.sf.mmm.util.file.base.PlainFileFilter
accept(char) - Method in interface net.sf.mmm.util.filter.api.CharFilter
This method determines if the given character c should be accepted.
accept(V) - Method in interface net.sf.mmm.util.filter.api.Filter
This method determines if the given value should be accepted.
accept(V) - Method in interface net.sf.mmm.util.filter.api.FilterRule
This method checks if the given string is accepted, denied or ignored by this rule.
accept(char) - Method in class net.sf.mmm.util.filter.base.ConjunctionCharFilter
This method determines if the given character c should be accepted.
accept(V) - Method in class net.sf.mmm.util.filter.base.ConjunctionFilter
This method determines if the given value should be accepted.
accept(V) - Method in class net.sf.mmm.util.filter.base.ConstantFilter
This method determines if the given value should be accepted.
accept(V) - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method determines if the given value should be accepted.
accept(char) - Method in class net.sf.mmm.util.filter.base.ListCharFilter
This method determines if the given character c should be accepted.
accept(String) - Method in class net.sf.mmm.util.filter.base.PatternFilterRule
This method checks if the given string is accepted, denied or ignored by this rule.
accept(T) - Method in interface net.sf.mmm.util.lang.api.function.Consumer
Accept an input value.
accept(Object) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
This method determines if the given value should be accepted.
accept(Class<?>) - Method in class net.sf.mmm.util.reflect.base.AnnotationFilter
This method determines if the given value should be accepted.
accept(Class<?>) - Method in class net.sf.mmm.util.reflect.base.AssignableFromFilter
This method determines if the given value should be accepted.
ACCEPT_ALL_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that accepts any charater.
ACCEPT_ALL_FILTER - Static variable in class net.sf.mmm.util.filter.base.ConstantFilter
 
acceptChar - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
acceptRecursive(V) - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method implements FilterRuleChain.accept(Object) recursively.
acceptStatic - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
AccessFailedException - Exception in net.sf.mmm.util.reflect.api
An AccessFailedException is thrown if a reflective call failed because the executing code does NOT have access to the according definition.
AccessFailedException(Throwable, AccessibleObject) - Constructor for exception net.sf.mmm.util.reflect.api.AccessFailedException
The constructor.
AccessFailedException(Throwable, Type) - Constructor for exception net.sf.mmm.util.reflect.api.AccessFailedException
The constructor.
Accessibility - Interface in net.sf.mmm.util.lang.api.concern
This interface is used to document the concept and meaning of accessibility (of a user-interface).
accessorBuilders - Variable in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
 
accessorMap - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
 
accessors - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
 
active - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
activeValues - Variable in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
 
actualTypeArguments - Variable in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
 
ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
add(E) - Method in class net.sf.mmm.util.collection.base.CollectionList
add(int, E) - Method in class net.sf.mmm.util.collection.base.CollectionList
ADD - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for an accessor used to add an item to a property with a container (array or Collection) type.
add(Object, Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method adds the given item to the given arrayOrCollection.
add(Object, Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method adds the given item to the given arrayOrCollection.
addAll(Collection<? extends E>) - Method in class net.sf.mmm.util.collection.base.CollectionList
addArgument(CliArgumentContainer) - Method in class net.sf.mmm.util.cli.base.CliState
This method registers the given argument.
addChild(CHILD) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method adds the given child to the children of this GenericTreeNode.
addClassMapping(Class<?>) - Method in class net.sf.mmm.util.reflect.base.MappedClassResolver
This method adds a mapping for the given type using the simple-name.
addClassMapping(String, Class<?>) - Method in class net.sf.mmm.util.reflect.base.MappedClassResolver
This method adds a mapping for the given type using the given name.
addComposition(char, char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method adds the given composition pair.
addConverter(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method registers the given converter to this composed converter.
addConverter(ValueConverter<?, TARGET>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method registers the given converter to this composed converter.
addConverterComponent(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
 
addConverterInternal(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method registers the given converter to this composed converter.
additionalConverter - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
additionalFunctionManager - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
addListener(L) - Method in interface net.sf.mmm.util.event.api.EventSource
This method registers a listener that is interested in Events.
addListener(L) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method registers a listener that is interested in Events.
addMode(CliMode, Class<?>) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method adds the given CliMode.
addMode(CliModeContainer) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method adds the given CliMode.
addOption(CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.CliState
This method registers the given option.
addOption(String, CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.CliState
This method registers the given option with the given name.
addProcessorFactory(DetectorStreamProcessorFactory) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
addPropertyDescriptor(PojoPropertyDescriptorImpl) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
This method adds the given PojoPropertyDescriptorImpl.
addPropertyItem(POJO, String, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method adds the given item to the list-like property with the given propertyName from the given pojo using the add accessor.
addPropertyItem(POJO, String, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method adds the given item to the list-like property with the given propertyName from the given pojo using the add accessor.
addRank(E, int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method adds the given gain to the current rank of the given element.
addRank(int) - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
addRefreshable(Refreshable) - Method in interface net.sf.mmm.util.component.api.PeriodicRefresher
This method will register the given refreshable so it will be refreshed periodically.
A common implementation will use a central thread that is started if the first Refreshable is added here.
ATTENTION:
Please be careful with automatic refreshes and only add a Refreshable if this is really desired and its implementation of Refreshable.refresh() is fast or only takes performance if something that rarely changes has been modified.
Further the given Refreshable has to have a proper implementation of Object.equals(Object) and Object.hashCode() as it may be stored in a Collection.
addRefreshable(Refreshable) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method will register the given refreshable so it will be refreshed periodically.
A common implementation will use a central thread that is started if the first Refreshable is added here.
ATTENTION:
Please be careful with automatic refreshes and only add a Refreshable if this is really desired and its implementation of Refreshable.refresh() is fast or only takes performance if something that rarely changes has been modified.
Further the given Refreshable has to have a proper implementation of Object.equals(Object) and Object.hashCode() as it may be stored in a Collection.
addSingularAccessors - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
 
addToList(List<V>) - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method appends the values of the list represented by this node to the given list.
Call this method on the head-node with an empty List to convert a LinkedNode-list to a regular List.
addToList(List<V>) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method appends the values of the list represented by this node to the given list.
Call this method on the head-node with an empty List to convert a LinkedNode-list to a regular List.
addToMap(Map<String, Object>, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method adds the given arguments to the given Map.
addToMap(Map<String, Object>, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method adds the given arguments to the given Map.
addValidator(ValueValidator<? super V>) - Method in interface net.sf.mmm.util.validation.api.HasValueValidators
This method adds the given ValueValidator to this object.
addVirtualAccessor(AbstractPojoPropertyDescriptor, PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method adds the given accessor to the given propertyDescriptor.
addVirtualAccessors - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
 
adjustSignum(int) - Method in enum net.sf.mmm.util.lang.api.SortOrder
AdvancedClassHierarchyMap<E> - Class in net.sf.mmm.util.collection.base
This class extends AbstractClassHierarchyMap with the ability to replace elements ( <E>) on recursive puts if the new element has a more general type.
Therefore an according sub-class has to implement the abstract method AdvancedClassHierarchyMap.getClass(Object).
AdvancedClassHierarchyMap() - Constructor for class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
The constructor.
AdvancedClassHierarchyMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
The constructor.
afterUnmarshal(Unmarshaller, Object) - Method in interface net.sf.mmm.util.xml.base.jaxb.JaxbObject
This method is automatically invoked by JAXB after un-marshaling this bean.
ALEF_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ALIAS_HELP - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The alias of the option to get help/usage.
ALIAS_VERSION - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The alias of the option to get the program version.
Alignment - Enum in net.sf.mmm.util.lang.api
This enum contains the available values for the alignment of an object.
Alignment(String, String) - Constructor for enum net.sf.mmm.util.lang.api.Alignment
The constructor.
alignment - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
alignment - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The alignment.
ALL - Static variable in interface net.sf.mmm.util.lang.api.CompilerWarnings
Suppress all warnings.
ALL_AROUND_PROFILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ALL_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
allowSave - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
 
allValues - Variable in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
 
ALMOST_EQUAL_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
AlreadyInitializedException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if an operation was invoked after the object was initialized but has to be called before initialization.
Typical this exception is thrown by a component if a setter injection is performed after the initialization.
AlreadyInitializedException() - Constructor for exception net.sf.mmm.util.component.api.AlreadyInitializedException
The constructor.
alternatives - Variable in enum net.sf.mmm.util.version.api.DevelopmentPhase
 
altQuoteEnd - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
altQuoteEscape - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
altQuoteEscapeLazy - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
altQuoteStart - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
AMALGAMATION_OR_COPRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
AMPERSAND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The ampersand sign used for the term "and".
ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANGLE_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANGSTROM_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
annotatedClass - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
AnnotationFilter - Class in net.sf.mmm.util.reflect.base
This is a filter that only accepts types that are annotated with an annotation given at construction.
AnnotationFilter(Class<? extends Annotation>) - Constructor for class net.sf.mmm.util.reflect.base.AnnotationFilter
The constructor.
AnnotationFilter(Class<? extends Annotation>, boolean) - Constructor for class net.sf.mmm.util.reflect.base.AnnotationFilter
The constructor.
AnnotationFilter(Class<? extends Annotation>, boolean, AnnotationUtilImpl) - Constructor for class net.sf.mmm.util.reflect.base.AnnotationFilter
The constructor.
AnnotationNotForTargetException - Exception in net.sf.mmm.util.reflect.api
A AnnotationNotForTargetException is thrown if an Annotation should be resolved for a specific ElementType that it is NOT targeted for.
AnnotationNotForTargetException(Class<? extends Annotation>, ElementType) - Constructor for exception net.sf.mmm.util.reflect.api.AnnotationNotForTargetException
The constructor.
AnnotationNotRuntimeException - Exception in net.sf.mmm.util.reflect.api
A AnnotationNotRuntimeException is thrown if an Annotation should be resolved at runtime but has NOT the Retention RetentionPolicy.RUNTIME.
AnnotationNotRuntimeException(Class<? extends Annotation>) - Constructor for exception net.sf.mmm.util.reflect.api.AnnotationNotRuntimeException
The constructor.
annotationType - Variable in class net.sf.mmm.util.reflect.base.AnnotationFilter
The required annotation.
annotationUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
annotationUtil - Variable in class net.sf.mmm.util.cli.base.CliState
 
AnnotationUtil - Interface in net.sf.mmm.util.reflect.api
This is the interface for a collection of utility functions to deal with annotations.
annotationUtil - Variable in class net.sf.mmm.util.reflect.base.AnnotationFilter
The AnnotationUtilImpl to use.
AnnotationUtilImpl - Class in net.sf.mmm.util.reflect.base
This class is a collection of utility functions for dealing with annotations.
AnnotationUtilImpl() - Constructor for class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
The constructor.
ANTICLOCKWISE_CONTOUR_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANTICLOCKWISE_INTEGRATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANTICLOCKWISE_OPEN_CIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANTICLOCKWISE_TOP_SEMICIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
Api - Interface in net.sf.mmm.util.component.api
This interface only exists for documentation purpose!
API is a shortcut for Application Programming Interface and identifies all types required to access a component.
API_PKG_SUFFIX - Static variable in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The conventional suffix for an api package.
APL_FUNCTIONAL_SYMBOL_CIRCLE_STILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APL_FUNCTIONAL_SYMBOL_I_BEAM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APL_FUNCTIONAL_SYMBOL_SLASH_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The apostrophe sign.
append(StringBuilder, String, int, CliOutputSettings) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
This method appends a single option to the syntax.
append(char) - Method in class net.sf.mmm.util.io.base.AppendableWriter
append(CharSequence) - Method in class net.sf.mmm.util.io.base.AppendableWriter
append(CharSequence, int, int) - Method in class net.sf.mmm.util.io.base.AppendableWriter
append(ByteArray) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method queues the given ByteArray at the end of this buffer.
append(CharSequence, int, int) - Method in class net.sf.mmm.util.nls.base.NlsWriter
append(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
append(Appendable, DefaultLineWrapper.ColumnState, DefaultLineWrapper.CellBuffer) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method appends the text of a single cell (line of a single column).
append(CharSequence) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
append(CharSequence, int, int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
append(char) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
appendable - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The Appendable where to write help to.
appendable - Variable in class net.sf.mmm.util.io.base.AppendableWriter
The delegate.
AppendableWriter - Class in net.sf.mmm.util.io.base
This class is a Writer that adapts an Appendable.
AppendableWriter(Appendable) - Constructor for class net.sf.mmm.util.io.base.AppendableWriter
The constructor.
appendCellBuffer(DefaultLineWrapper.ColumnState, DefaultLineWrapper.CellBuffer) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method fills the DefaultLineWrapper.CellBuffer with the payload for the current cell.
appendEnclosing(StringBuilder, char, ClassName) - Method in class net.sf.mmm.util.reflect.api.ClassName
Appends the enclosing class in proper order (reverse hierarchy).
AppendingList<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the List interface that gives a read-only view on other lists that appear as if they were concatenated.
AppendingList(List<? extends E>...) - Constructor for class net.sf.mmm.util.collection.base.AppendingList
The constructor.
appendPath(StringBuilder, String...) - Static method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This method appends the pojo property path specified by the given segments to the given buffer.
appendSegment(StringBuilder, long, boolean) - Method in class net.sf.mmm.util.date.base.DurationUtilImpl
 
appendSubstring(StringBuffer, int, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method appends the substring specified by start and end to the given buffer.
This avoids the overhead of creating a new string and copying the char array.
appendWithAlignment(Appendable, DefaultLineWrapper.ColumnState, boolean, DefaultLineWrapper.CellBuffer) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method actually appends the text for a single line of a single column according to alignment.
applicationContext - Variable in class net.sf.mmm.util.component.impl.AbstractSpringContainer
The ConfigurableApplicationContext to delegate to.
apply(HyphenationPattern) - Method in class net.sf.mmm.util.text.base.HyphenationState
This is the heart of the hyphenation algorithm.
apply(HyphenationPattern, int) - Method in class net.sf.mmm.util.text.base.HyphenationState
This method applies the pattern matching at the given offset.
APPROACHES_THE_LIMIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_BUT_NOT_ACTUALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_EQUAL_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_EQUAL_TO_OR_THE_IMAGE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ARC - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
args - Variable in class net.sf.mmm.util.reflect.api.Arguments
the wrapped signature
argument - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
 
argument - Variable in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
argument - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Segment
The NlsArgument to use as result or null if this is the last NlsFormatterChoice.Segment.
argument - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
 
argumentFormatter - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
argumentIndex - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
 
argumentNames - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleMethodInfo
 
argumentParser - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
arguments - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The NLS-arguments.
arguments - Variable in class net.sf.mmm.util.cli.base.CliState
 
arguments - Variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
 
arguments - Variable in class net.sf.mmm.util.nls.base.ComposedNlsMessage
 
arguments - Variable in class net.sf.mmm.util.nls.base.NlsWriter
 
Arguments - Class in net.sf.mmm.util.reflect.api
This class represents an argument list.
Arguments(Object...) - Constructor for class net.sf.mmm.util.reflect.api.Arguments
The constructor.
array - Variable in class net.sf.mmm.util.cli.base.CliValueContainerArray
The array or null if NOT yet set.
array - Variable in class net.sf.mmm.util.collection.base.ArrayIterator
The array to iterate/enumerate.
Array - Class in net.sf.mmm.util.lang.base
Reduced variant of Array that is GWT compatible.
Array() - Constructor for class net.sf.mmm.util.lang.base.Array
Constructor prohibited.
ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.base.NoByteArrayPool
The default length of the managed byte-arrays.
ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.base.NoCharArrayPool
The default length of the managed char-arrays.
ArrayIterator<E> - Class in net.sf.mmm.util.collection.base
This class implements both Iterator and Enumeration to iterate/enumerate a given array.
ArrayIterator(E[]) - Constructor for class net.sf.mmm.util.collection.base.ArrayIterator
The constructor.
ArrayIterator(E[], int, int) - Constructor for class net.sf.mmm.util.collection.base.ArrayIterator
The constructor.
arrayLength - Variable in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The actual length of the byte-arrays.
arrayLength - Variable in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The actual length of the char-arrays.
ArrayListFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the ListFactory interface that creates instances of ArrayList.
ArrayListFactory() - Constructor for class net.sf.mmm.util.collection.base.ArrayListFactory
 
arrayQueue - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The Queue of available ByteArrays that have NOT yet been processed.
ARROW_POINTING_DOWNWARDS_THEN_CURVING_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ARROW_POINTING_DOWNWARDS_THEN_CURVING_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ARROW_POINTING_RIGHTWARDS_THEN_CURVING_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ASCII_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the Latin ASCII letters 'a'-'z' and 'A'-'Z'.
ASCII_LOWER_CASE_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the lower case Latin ASCII letters 'a'-'z'.
ASCII_UPPER_CASE_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the upper case Latin ASCII letters 'A'-'Z'.
asciiBytesAvailable - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The number of ASCII bytes available to read from EncodingUtilImpl.UtfDetectionReader.inputStream.
asciiProcessor - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The processor for ASCII-mode.
assign(Object) - Method in class net.sf.mmm.util.cli.base.CliValueMap
This method applies the parsed CLI values to the given state.
AssignableFromFilter - Class in net.sf.mmm.util.reflect.base
This is a filter that only accepts types that are assignable from a special type.
AssignableFromFilter(Class<?>) - Constructor for class net.sf.mmm.util.reflect.base.AssignableFromFilter
The constructor.
AssignableFromFilter(Class<?>, boolean) - Constructor for class net.sf.mmm.util.reflect.base.AssignableFromFilter
The constructor.
assignmentClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
assignmentClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
ASTERISK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The asterisk sign commonly used for multiplication.
ASTERISK_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ASYMPTOTICALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
AsyncProcessExecutor - Interface in net.sf.mmm.util.process.api
This is the interface for an async executor of a Process.
AsyncTransferrer - Interface in net.sf.mmm.util.io.api
This is the interface for an async transferrer of streams or readers/writers.
ATOMIC_INTEGER - Static variable in class net.sf.mmm.util.math.base.MathUtilImpl
ATOMIC_LONG - Static variable in class net.sf.mmm.util.math.base.MathUtilImpl
AttributeReadDeprecated - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the deprecated attribute of an object.
AttributeReadDisposed - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the disposed attribute of an object.
AttributeReadId<ID> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the ID of an object.
AttributeReadLocale - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the locale of an object.
AttributeReadMaximumValue<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the maximum value attribute of an object.
AttributeReadMessage - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the message of an object.
AttributeReadMessageCode - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the code of an object.
AttributeReadMinimumValue<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the minimum value attribute of an object.
AttributeReadTitle<TITLE> - Interface in net.sf.mmm.util.lang.api.attribute
This is the abstract interface for an object that has an title.
AttributeReadUuid - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the UUID of an object.
AttributeReadValue<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the value of an object.
AttributeReadValueType<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read access to the value type of an object.
AttributeWriteDisposed - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the disposed attribute of an object.
AttributeWriteId<ID> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the ID of an object.
AttributeWriteLocale - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the locale of an object.
AttributeWriteMaximumValue<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the maximum value of an object.
AttributeWriteMinimumValue<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the minimum value of an object.
AttributeWriteTitle<TITLE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the title of an object.
AttributeWriteValue<VALUE> - Interface in net.sf.mmm.util.lang.api.attribute
This interface gives read and write access to the value of an object.
autoAdjustWidthOfColumns(DefaultLineWrapper.ColumnState[], TextTableInfo) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method calculates the width of the columns to auto-adjust.
available() - Method in class net.sf.mmm.util.io.base.FailingInputStream
available() - Method in class net.sf.mmm.util.io.impl.BufferInputStream

B

BALLOT_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BasicDoubleLinkedNode<V> - Class in net.sf.mmm.util.collection.base
This is a basic implementation of the DoubleLinkedNode interface.
BasicDoubleLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
The constructor.
BasicLinkedNode<V> - Class in net.sf.mmm.util.collection.base
This is the basic implementation of the LinkedNode interface.
BasicLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.BasicLinkedNode
The constructor.
BasicNlsMessage - Class in net.sf.mmm.util.nls.base
This is the abstract implementation of NlsMessage with the basic features.
You should extend this class whenever suitable to implement NlsMessage.
BasicNlsMessage() - Constructor for class net.sf.mmm.util.nls.base.BasicNlsMessage
The constructor for de-serialization in GWT.
BasicNlsMessage(NlsTemplate, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.BasicNlsMessage
The constructor.
BasicNlsMessage(String, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.BasicNlsMessage
The constructor.
BasicNlsMessage(NlsTemplate, String, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.BasicNlsMessage
The constructor.
BasicPojoPath - Class in net.sf.mmm.util.pojo.path.base
This class represents a PojoPath.
BasicPojoPath(String) - Constructor for class net.sf.mmm.util.pojo.path.base.BasicPojoPath
The constructor.
basicUtil - Variable in class net.sf.mmm.util.file.base.FileAttributes
the BasicUtilImpl instance to use.
BasicUtil - Interface in net.sf.mmm.util.lang.api
This is the interface for a collection of utility functions for very general operations especially for dealing with Arrays.
basicUtil - Variable in class net.sf.mmm.util.xml.base.DomUtilImpl
 
BasicUtilImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the BasicUtil interface.
BasicUtilImpl() - Constructor for class net.sf.mmm.util.lang.base.BasicUtilImpl
The constructor.
bean - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
 
beanMapper - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
BECAUSE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BET_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BETWEEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BIG_DECIMAL - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
BIG_INTEGER - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
bind(String, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
bind(String, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
bits - Variable in enum net.sf.mmm.util.reflect.api.VisibilityModifier
 
BLACK_CLUB_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_DIAMOND_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_DOWN_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_HEART_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LEFT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LOZENGE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_MEDIUM_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_RIGHT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_SMALL_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_SPADE_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_STAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_TELEPHONE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_UP_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_VERTICAL_RECTANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
blacklist - Variable in class net.sf.mmm.util.filter.base.ListCharFilter
 
BlockingQueueFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of BlockingQueue.
bom - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The ByteOrderMark or null if NOT present (or detection NOT started).
BooleanEnum - Enum in net.sf.mmm.util.lang.api
A BooleanEnum represents a Boolean as enum type.
BooleanEnum(Boolean) - Constructor for enum net.sf.mmm.util.lang.api.BooleanEnum
The constructor.
BooleanEnumDefinition - Class in net.sf.mmm.util.lang.base
This is the default EnumDefinition for the type Boolean.
BooleanEnumDefinition() - Constructor for class net.sf.mmm.util.lang.base.BooleanEnumDefinition
The constructor.
BooleanFormatter - Class in net.sf.mmm.util.lang.base
This is the default implementation of Formatter for the type Boolean.
BooleanFormatter() - Constructor for class net.sf.mmm.util.lang.base.BooleanFormatter
The constructor.
BooleanFormatter(Locale) - Constructor for class net.sf.mmm.util.lang.base.BooleanFormatter
The constructor.
borderLeft - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
borderRight - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
borrow() - Method in interface net.sf.mmm.util.pool.api.Pool
This method borrows an element from this pool.
borrow() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method borrows an element from this pool.
borrow() - Method in class net.sf.mmm.util.pool.base.NoByteArrayPool
This method borrows an element from this pool.
borrow() - Method in class net.sf.mmm.util.pool.base.NoCharArrayPool
This method borrows an element from this pool.
borrowInternal() - Method in class net.sf.mmm.util.pool.base.AbstractPool
 
BOTTOM_LEFT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_LEFT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_RIGHT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_RIGHT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_SQUARE_BRACKET_OVER_TOP_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
bounds - Variable in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
 
BOWTIE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_DOWN_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_DOWN_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_DOWN_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_UP_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_UP_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_UP_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_DOUBLE_AND_HORIZONTAL_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_DOUBLE_AND_LEFT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_DOUBLE_AND_RIGHT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_SINGLE_AND_HORIZONTAL_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_SINGLE_AND_LEFT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_SINGLE_AND_RIGHT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_DOWN_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_DOWN_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_UP_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_UP_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_UP_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_DOUBLE_AND_HORIZONTAL_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_DOUBLE_AND_LEFT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_DOUBLE_AND_RIGHT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_SINGLE_AND_HORIZONTAL_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_SINGLE_AND_LEFT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_SINGLE_AND_RIGHT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_DOUBLE_AND_HORIZONTAL_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_DOUBLE_AND_LEFT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_DOUBLE_AND_RIGHT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_SINGLE_AND_HORIZONTAL_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_SINGLE_AND_LEFT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_SINGLE_AND_RIGHT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
breakIterator - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
breakIteratorIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
BROKEN_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The broken vertical bar symbol.
BrowsableResource - Interface in net.sf.mmm.util.resource.api
This is the interface for a DataResource that has higher-level features and may contain other resources.
BrowsableResourceFactory - Interface in net.sf.mmm.util.resource.api
This is the interface for a factory used to create instances of BrowsableResource.
BrowsableResourceFactoryImpl - Class in net.sf.mmm.util.resource.impl
This is the default implementation of the BrowsableResourceFactory interface.
BrowsableResourceFactoryImpl() - Constructor for class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
The constructor.
buffer - Variable in class net.sf.mmm.util.io.base.ByteArrayImpl
 
buffer - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
the internal buffer.
buffer - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
 
buffer - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
buffer - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The buffer read to lookahead the encoding from the XML header.
BUFFER_SIZE - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The used buffer size.
BufferExceedException - Exception in net.sf.mmm.util.io.api
A BufferExceedException is thrown if a buffer (typically array of bytes or chars) is exceeded (e.g.
BufferExceedException(int, int) - Constructor for exception net.sf.mmm.util.io.api.BufferExceedException
The constructor.
BufferInputStream - Class in net.sf.mmm.util.io.impl
This class represents a InputStream that works like a BufferedInputStream but exposes its internal state to be used for lookahead operations.
ATTENTION:
This class is intended for internal usage only.
BufferInputStream(InputStream) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream
The constructor.
BufferInputStream(InputStream, int) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream
The constructor.
BufferInputStream(InputStream, int, int) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream
The constructor.
BufferInputStream.CopyProcessor - Class in net.sf.mmm.util.io.impl
This inner class is the ByteProcessor used to copy bytes from the buffer to the caller consuming data from this stream.
BufferInputStream.CopyProcessor() - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The constructor.
BufferInputStream.CopyProcessor(byte[], int) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The constructor.
buffers - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The actual buffers.
buffersEndIndex - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The index of the last buffer out of AbstractByteArrayBufferBuffer.buffers.
buffersIndex - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The index of the current buffer out of AbstractByteArrayBufferBuffer.buffers.
bufferStepCount - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The number of buffers that have been stepped through.
build(Object) - Method in interface net.sf.mmm.util.cli.api.CliParserBuilder
This method builds a CliParser instance from the given Pojo.
build(Object) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
This method builds a CliParser instance from the given Pojo.
build(String) - Method in interface net.sf.mmm.util.text.api.JustificationBuilder
This method parses the given format as Justification.
build(String) - Method in class net.sf.mmm.util.text.base.JustificationBuilderImpl
This method parses the given format as Justification.
builders - Variable in class net.sf.mmm.util.nls.base.NlsFormatterMap
 
buildInternal(Object, CliState) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
This method implements AbstractCliParserBuilder.build(Object) internally.
buildInternal(Object, CliState) - Method in class net.sf.mmm.util.cli.impl.DefaultCliParserBuilder
This method implements AbstractCliParserBuilder.build(Object) internally.
BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
bundle - Variable in class net.sf.mmm.util.nls.base.AbstractResourceBundle
The key value pairs; maps keys (String) to values (Object).
bundle - Variable in class net.sf.mmm.util.nls.base.GenericResourceBundle
 
bundle - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
The bundle for creating error messages.
bundleClasses - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
bundleFactory - Static variable in class net.sf.mmm.util.nls.api.NlsAccess
 
bundleHelper - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
bundleMap - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
 
bundleMap - Variable in class net.sf.mmm.util.nls.impl.AbstractNlsBundleFactoryGwt
The map with the generated bundles.
bundleName - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
 
bundleName - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
BusinessErrorUserException - Exception in net.sf.mmm.util.nls.api
This is a generic exception to transport an arbitrary user error message.
BusinessErrorUserException() - Constructor for exception net.sf.mmm.util.nls.api.BusinessErrorUserException
The constructor for de-serialization in GWT.
BusinessErrorUserException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.BusinessErrorUserException
The constructor.
BusinessErrorUserException(NlsMessage, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.BusinessErrorUserException
The constructor.
BusinessErrorUserException(String) - Constructor for exception net.sf.mmm.util.nls.api.BusinessErrorUserException
The constructor.
BusinessErrorUserException(String, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.BusinessErrorUserException
The constructor.
BusinessErrorUserException(BusinessErrorUserException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.nls.api.BusinessErrorUserException
The copy constructor.
BYTE - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
ByteArray - Interface in net.sf.mmm.util.io.api
This is the interface for some object that holds a byte-array together with a range where the user of this interface may start and end reading in that array.
A ByteArray is similar to ByteBuffer.
ByteArrayBuffer - Interface in net.sf.mmm.util.io.api
This is the interface for a byte[] buffer.
ByteArrayBufferBuffer - Class in net.sf.mmm.util.io.impl
This is the regular implementation of the AbstractByteArrayBufferBuffer.
ATTENTION:
This class is NOT intended to be exposed.
ByteArrayBufferBuffer(ByteArrayBufferImpl...) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferBuffer
The constructor.
ByteArrayBufferImpl - Class in net.sf.mmm.util.io.impl
This class is similar to ByteBuffer but a lot simpler.
ByteArrayBufferImpl(int) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
The constructor.
ByteArrayBufferImpl(byte[]) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
The constructor.
ByteArrayBufferImpl(byte[], int, int) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
The constructor.
ByteArrayImpl - Class in net.sf.mmm.util.io.base
This class is similar to ByteBuffer but a lot simpler.
ByteArrayImpl(int) - Constructor for class net.sf.mmm.util.io.base.ByteArrayImpl
The constructor.
ByteArrayImpl(byte[]) - Constructor for class net.sf.mmm.util.io.base.ByteArrayImpl
The constructor.
ByteArrayImpl(byte[], int, int) - Constructor for class net.sf.mmm.util.io.base.ByteArrayImpl
The constructor.
byteArrayPool - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
 
byteArrayPool - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
byteArrayPool - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
byteArrayPool - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
 
ByteArrayPool - Interface in net.sf.mmm.util.pool.api
This is the interface for a Pool of byte[].
ByteArrayPoolImpl - Class in net.sf.mmm.util.pool.impl
This is the default implementation of the Pool interface for byte-arrays.
ByteArrayPoolImpl() - Constructor for class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The constructor.
ByteArrayPoolImpl(int, int) - Constructor for class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The constructor.
ByteBuffer - Interface in net.sf.mmm.util.io.api
This is the interface for a buffer of bytes.
ByteIterator - Interface in net.sf.mmm.util.io.api
This is the interface for an Iterator of byte -values.
ByteOrderMark - Enum in net.sf.mmm.util.io.api
This type represents a Byte-Order-Mark (BOM) of an Unicode-Transformation-Format (UTF).
ByteOrderMark() - Constructor for enum net.sf.mmm.util.io.api.ByteOrderMark
 
bytePosition - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The byte-position in the stream relative to the head.
ByteProcessable - Interface in net.sf.mmm.util.io.api
This is the interface for an object providing data represented as sequence of bytes - typically some sort of buffer.
Following the idiom separations of concerns the idea is to allow fast and easy processing of the data without any dependency or knowledge of the internals of this data-provider.
The user of this API can implement a ByteProcessor (e.g.
ByteProcessor - Interface in net.sf.mmm.util.io.api
This is a call back interface that allows efficient processing of byte-buffers.
ByteProvider - Interface in net.sf.mmm.util.io.api
This is an abstract interface for some object (typically some buffer) that provides bytes.
bytes - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
An array of buffered bytes or null.

C

cache - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The actual cache that maps a PojoPath to the resulting AbstractPojoPathNavigator.CachingPojoPath.
cache - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The actual cache that maps a PojoPath to the resulting Pojo.
cache - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
cachedHash - Variable in class net.sf.mmm.util.lang.base.CoreCharSequence
the hash of this sequence or 0 if not cached
cachedHash - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
CachedThreadPoolExecutor - Class in net.sf.mmm.util.concurrent.base
This is an advanced Executor that uses a Thread-pool.
CachedThreadPoolExecutor() - Constructor for class net.sf.mmm.util.concurrent.base.CachedThreadPoolExecutor
The constructor.
CachedThreadPoolExecutor(ThreadFactory) - Constructor for class net.sf.mmm.util.concurrent.base.CachedThreadPoolExecutor
The constructor.
cachingDisabled - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
calculateMandatoryFlag() - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
call() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
call() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
This method executes the Process(es).
call() - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
callback - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
The callback or null.
cancel(boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AsyncTransferrerImpl
cancel(boolean) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.AsyncProcessExecutorImpl
CARE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The "care-of" (c/o) sign (8453 ).
CARET_INSERTION_POINT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CARRIAGE_RETURN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The character indicating a move of the cursor to the beginning of the current line.
category - Variable in class net.sf.mmm.util.lang.base.EnumEnumDefinition
 
cause - Variable in exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
The original cause as NlsThrowable.
causeException() - Method in class net.sf.mmm.util.io.base.FailingInputStream
This method is called by any method declared by InputStream.
causeException() - Method in class net.sf.mmm.util.io.base.NonClosingInputStream.ClosedInputStream
This method is called by any method declared by InputStream.
causeField - Variable in class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
 
cdataCloseCount - Variable in class net.sf.mmm.util.xml.api.ParserState
 
Cdi - Interface in net.sf.mmm.util.component.api
This interface only exists for documentation purpose!
CDI is a shortcut for Context and Dependency Injection and is a java standard supporting the IoC pattern.
CDI_NAME - Static variable in interface net.sf.mmm.util.cli.api.CliParserBuilder
CDI_NAME - Static variable in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
CDI_NAME - Static variable in interface net.sf.mmm.util.component.api.Cdi
A CDI name is the name of a component for CDI.
The regular implementation will be annotated with @Named (MyComponentInterface.CDI_NAME).
If you want to replace this implementation you can do so by defining your own spring-bean with the same bean-id at a higher level (in a spring-XML file directly or indirectly importing the component-scan for the default implementation) or even using the same annotation (if you know what you are doing).
CDI_NAME - Static variable in interface net.sf.mmm.util.context.api.GenericContextFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.date.api.DurationUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
CDI_NAME - Static variable in interface net.sf.mmm.util.exception.api.ExceptionUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.file.api.FileUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.io.api.StreamUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.lang.api.BasicUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.lang.api.DatatypeDetector
CDI_NAME - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
CDI_NAME - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.math.api.MathUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.nls.api.NlsBundleFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.nls.api.NlsMessageFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.nls.api.NlsResourceBundleRequestor
CDI_NAME - Static variable in interface net.sf.mmm.util.nls.api.NlsTemplateResolver
CDI_NAME - Static variable in interface net.sf.mmm.util.nls.base.NlsArgumentFormatter
CDI_NAME - Static variable in interface net.sf.mmm.util.nls.base.NlsDependencies
CDI_NAME - Static variable in interface net.sf.mmm.util.pojo.api.PojoFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.pojo.path.api.PojoPathFunctionManager
CDI_NAME - Static variable in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
CDI_NAME - Static variable in interface net.sf.mmm.util.process.api.ProcessUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.reflect.api.AnnotationUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.resource.api.DataResourceFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.text.api.HyphenatorBuilder
CDI_NAME - Static variable in interface net.sf.mmm.util.text.api.JustificationBuilder
CDI_NAME - Static variable in interface net.sf.mmm.util.text.api.LineWrapper
CDI_NAME - Static variable in interface net.sf.mmm.util.text.api.Singularizer
CDI_NAME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.uuid.api.UuidFactory
CDI_NAME - Static variable in interface net.sf.mmm.util.value.api.ComposedValueConverter
CDI_NAME - Static variable in interface net.sf.mmm.util.value.api.StringValueConverter
CDI_NAME - Static variable in interface net.sf.mmm.util.version.api.VersionUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.xml.api.DomUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.xml.api.StaxUtil
CDI_NAME - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
CENT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the currency unit cent.
chainSuccessor - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The successor in the chain or null if this is the last.
ChangeEvent - Interface in net.sf.mmm.util.event.api
A ChangeEvent is an Event that informs about something that has been added, updated or removed.
ChangeType - Enum in net.sf.mmm.util.event.api
This enum contains the available types of a ChangeEvent.
ChangeType() - Constructor for enum net.sf.mmm.util.event.api.ChangeType
 
CHAR_FILTER - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
 
CHAR_OPTION - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The option prefix character.
CHARACTER_TABULATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The tab character used for indendation.
CHARACTER_TO_ASCII_MAP - Static variable in class net.sf.mmm.util.text.base.UnicodeUtilImpl
 
characterEscapingTable - Variable in class net.sf.mmm.util.io.base.EscapeWriter
A table that maps chars (as index) to escape sequences.
charArrayPool - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
CharArrayPool - Interface in net.sf.mmm.util.pool.api
This is the interface for a Pool of char[].
CharArrayPoolImpl - Class in net.sf.mmm.util.pool.impl
This is the default implementation of the Pool interface for char-arrays.
CharArrayPoolImpl() - Constructor for class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The constructor.
CharArrayPoolImpl(int, int) - Constructor for class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The constructor.
charAt(int) - Method in class net.sf.mmm.util.lang.base.CharSubSequence
charAt(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
charBuffer - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
The character-buffer to fill by the reader.
CharFilter - Interface in net.sf.mmm.util.filter.api
This is the interface for a filter that decides if a given character is acceptable or should be filtered.
It is used by CharSequenceScanner and avoids conversion of char to Character for performance reasons.
CharIterator - Interface in net.sf.mmm.util.lang.api
This is the interface for an Iterator of primitive char values.
The intention of CharIterator is to allow faster processing of large streams of characters by using the primitive type char and by making calls of CharIterator.hasNext() unnecessary.
charOffset - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
chars - Variable in class net.sf.mmm.util.filter.base.ListCharFilter
 
chars - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
the string to parse as char array
CHARS_TO_ESCAPE - Static variable in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
The characters that have to be escaped in a regular expression.
CharScannerSyntax - Interface in net.sf.mmm.util.scanner.api
This is the interface used to define the syntax to scan characters.
CharSequenceScanner - Class in net.sf.mmm.util.scanner.base
This class represents a String or better a sequence of characters ( char[]) together with a position in that sequence.
It has various useful methods for scanning the sequence.
CharSequenceScanner(CharSequence) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
CharSequenceScanner(String) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
CharSequenceScanner(char[]) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
CharSequenceScanner(char[], int, int) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
charset - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The encoding detected from the XML header or null if it was NOT specified.
CharStreamScanner - Interface in net.sf.mmm.util.scanner.api
This is the interface for a scanner that can be used to parse a stream or sequence of characters.
CharSubSequence - Class in net.sf.mmm.util.lang.base
This is an implementation of the CharSequence Interface that can be used to implement the method CharSequence.subSequence(int, int).
ATTENTION: This implementation assumes that the original char sequence has an immutable length (at least it should NOT shrink)!
CharSubSequence(CharSequence, int, int) - Constructor for class net.sf.mmm.util.lang.base.CharSubSequence
The constructor.
CHECK_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
checkComments - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
checkForComodification() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Checks that the collection has NOT been modified outside this iterator.
checkNotNull(Class<O>, O) - Static method in exception net.sf.mmm.util.nls.api.NlsNullPointerException
This method checks if the given object is null.
ATTENTION:
This method is only intended to be used for specific types.
checkNotNull(String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsNullPointerException
This method checks if the given object is null.
Look at the following example:
checkOption(CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method checks a CliOption for correctness.
checkOptionName(String, CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method checks the given name of the given option.
checkRange(Number, Number, Number, Object) - Static method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
This method checks that the given value is in the inclusive range from minimum to maximum.
checkRequiredParameters(AbstractCliParser.CliParserState) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method checks that all required options are present if they are triggered by the current mode.
checkSubArray(int, int) - Method in class net.sf.mmm.util.io.base.AbstractByteArray
This method checks that the given minimum and maximum are valid for AbstractByteArray.createSubArray(int, int).
childCount - Variable in class net.sf.mmm.util.io.impl.PooledByteArray
The number of children created.
children - Variable in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
chmod(String) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method allows to change the modifiers by a string expression.
choices - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
CIRCLE_WITH_HORIZONTAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLE_WITH_SMALL_CIRCLE_TO_THE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLE_WITH_SUPERIMPOSED_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLE_WITH_TWO_HORIZONTAL_STROKES_TO_THE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_ANTICLOCKWISE_ROTATED_DIVISION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_ASTERISK_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DIVISION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DIVISION_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_LATIN_CAPITAL_LETTER_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_MULTIPLICATION_SIGN_WITH_CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_PARALLEL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_PERPENDICULAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_RING_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_WHITE_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCULATION_FUNCTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The circumflex accent.
CLASS_FOR_NAME_RESOLVER - Static variable in interface net.sf.mmm.util.reflect.api.ClassResolver
This is a singleton implementation of the ClassResolver interface that simply delegates to Class.forName(String).
classLoader - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
 
classMap - Variable in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
 
ClassName - Class in net.sf.mmm.util.reflect.api
This is a simple identifier for a Class.
ClassName(String, String) - Constructor for class net.sf.mmm.util.reflect.api.ClassName
The constructor.
ClassName(String, String, ClassName) - Constructor for class net.sf.mmm.util.reflect.api.ClassName
The constructor.
ClassName(Class<?>) - Constructor for class net.sf.mmm.util.reflect.api.ClassName
The constructor.
ClassNameCollector - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ResourceVisitor interface that collects the names of all classes accepted by a given filter in a Set.
ClassNameCollector(Set<String>, Filter<String>) - Constructor for class net.sf.mmm.util.reflect.base.ClassNameCollector
The constructor.
classNameSet - Variable in class net.sf.mmm.util.reflect.base.ClassNameCollector
Set to collect class-names.
CLASSPATH_NLS_BUNDLE - Static variable in interface net.sf.mmm.util.nls.api.NlsTemplateResolver
The classpath of a textual file containing the full qualified name(s) of one or multiple NLS-bundle(s).
There can be arbitrary implementations of NlsTemplateResolver.
ClasspathResource - Class in net.sf.mmm.util.resource.base
This is the implementation of the DataResource interface for a resource that comes from the classpath.
ClasspathResource(String) - Constructor for class net.sf.mmm.util.resource.base.ClasspathResource
The constructor.
ClasspathResource(Class<?>, String, boolean) - Constructor for class net.sf.mmm.util.resource.base.ClasspathResource
The constructor for a classpath-resource identified by someClass and the given nameOrSuffix.
E.g.
ClasspathResource(Package, String) - Constructor for class net.sf.mmm.util.resource.base.ClasspathResource
The constructor.
ClasspathResourceProvider - Class in net.sf.mmm.util.resource.impl.spi
This is the implementation of DataResourceProvider for ClasspathResource.
ClasspathResourceProvider() - Constructor for class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
The constructor.
ClassResolver - Interface in net.sf.mmm.util.reflect.api
This is the callback interface used to resolve a type by some logical name to the Class reflecting that type.
clear() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
clear(EnumDefinition<?, ?>) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method clears the (potentially) cached enum values of the given EnumDefinition.
clear(EnumDefinition<?, ?>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method clears the (potentially) cached enum values of the given EnumDefinition.
clear() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method clears the complete pool.
clearInternal() - Method in class net.sf.mmm.util.pool.base.AbstractPool
 
CLI_CLASS - Static variable in class net.sf.mmm.util.cli.base.CliClassContainer.CliDefaultAnnotations
The default instance of CliClass.
CLI_STYLE - Static variable in class net.sf.mmm.util.cli.base.CliClassContainer.CliDefaultAnnotations
The default instance of CliStyle.
CliArgument - Annotation Type in net.sf.mmm.util.cli.api
A CliArgument is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline argument.
CliArgumentContainer - Class in net.sf.mmm.util.cli.base
This is a container for a CliArgument together with additional associated information.
CliArgumentContainer(CliArgument, PojoPropertyAccessorOneArg, PojoPropertyAccessorNonArg, ValueValidator<?>) - Constructor for class net.sf.mmm.util.cli.base.CliArgumentContainer
The constructor.
CliArgumentMissingException - Exception in net.sf.mmm.util.cli.api
A CliArgumentMissingException is thrown if a required argument is missing.
CliArgumentMissingException(String, String) - Constructor for exception net.sf.mmm.util.cli.api.CliArgumentMissingException
The constructor.
CliArgumentReferenceMissingException - Exception in net.sf.mmm.util.cli.api
CliArgumentReferenceMissingException(CliArgumentContainer) - Constructor for exception net.sf.mmm.util.cli.api.CliArgumentReferenceMissingException
The constructor.
CliClass - Annotation Type in net.sf.mmm.util.cli.api
A CliClass is used to annotate a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
It declares the name of the program and the additional usage information.
cliClass - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
CliClassContainer - Class in net.sf.mmm.util.cli.base
A CliClassContainer determines and holds the class-specific CLI-informations of a state-class.
CliClassContainer(Class<?>, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliClassContainer
The constructor.
CliClassContainer.CliDefaultAnnotations - Class in net.sf.mmm.util.cli.base
This inner class is a dummy for getting default instances of CLI annotations.
CliClassContainer.CliDefaultAnnotations() - Constructor for class net.sf.mmm.util.cli.base.CliClassContainer.CliDefaultAnnotations
The forbidden constructor.
CliClassContainer.CliModeFormatter - Class in net.sf.mmm.util.cli.base
This inner class converts a CliModeContainer to a String.
CliClassContainer.CliModeFormatter() - Constructor for class net.sf.mmm.util.cli.base.CliClassContainer.CliModeFormatter
 
CliClassNoPropertyException - Exception in net.sf.mmm.util.cli.api
A CliClassNoPropertyException is thrown if a CLI-class is illegal because it has no property annotated with CliOption or CliArgument.
CliClassNoPropertyException(Class<?>) - Constructor for exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
The constructor.
CliContainerStyle - Enum in net.sf.mmm.util.cli.api
This enum contains the available styles for container types.
CliContainerStyle() - Constructor for enum net.sf.mmm.util.cli.api.CliContainerStyle
 
CliException - Exception in net.sf.mmm.util.cli.api
A CliException is thrown, if the commandline arguments are invalid for a specific main-program.
CliException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(Throwable, String) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(NlsMessage) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliMode - Annotation Type in net.sf.mmm.util.cli.api
A CliMode is used to annotate a CLI annotated class in order to define a operational mode.
CliModeContainer - Class in net.sf.mmm.util.cli.base
This is a container for a CliMode together with additional associated information.
CliModeContainer(String) - Constructor for class net.sf.mmm.util.cli.base.CliModeContainer
The constructor for a dummy instance.
CliModeContainer(CliMode, Class<?>) - Constructor for class net.sf.mmm.util.cli.base.CliModeContainer
The constructor.
CliModeContainer(CliMode, Class<?>, String) - Constructor for class net.sf.mmm.util.cli.base.CliModeContainer
The constructor.
CliModeObject - Interface in net.sf.mmm.util.cli.api
This is a container for a CliMode together with additional associated information.
CliModes - Annotation Type in net.sf.mmm.util.cli.api
This annotation is used to annotate a CLI-Class with multiple CliMode-annotations.
CliModeUndefinedException - Exception in net.sf.mmm.util.cli.api
A CliModeUndefinedException is thrown if a CliOption or CliArgument defines a mode that is NOT defined.
CliModeUndefinedException(String, Object) - Constructor for exception net.sf.mmm.util.cli.api.CliModeUndefinedException
The constructor.
CliOption - Annotation Type in net.sf.mmm.util.cli.api
A CliOption is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline option.
If the annotated property is a Field it may NOT be static or final and by convention it should be private.
CliOptionAndArgumentAnnotationException - Exception in net.sf.mmm.util.cli.api
A CliOptionAndArgumentAnnotationException is thrown if a property is annotated with both CliOption and CliArgument.
CliOptionAndArgumentAnnotationException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
The constructor.
CliOptionContainer - Class in net.sf.mmm.util.cli.base
This is a container for a CliOption together with additional associated information.
CliOptionContainer(CliOption, PojoPropertyAccessorOneArg, PojoPropertyAccessorNonArg, ValueValidator<?>) - Constructor for class net.sf.mmm.util.cli.base.CliOptionContainer
The constructor.
CliOptionDuplicateException - Exception in net.sf.mmm.util.cli.api
A CliOptionDuplicateException is thrown if the same option occurred multiple times as commandline-argument.
CliOptionDuplicateException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionDuplicateException
The constructor.
CliOptionIllegalNameOrAliasException - Exception in net.sf.mmm.util.cli.api
A CliOptionIllegalNameOrAliasException is thrown if the name or alias of a CliOption is illegal.
Proper values should follow GNU conventions (e.g.
CliOptionIllegalNameOrAliasException(String, CliOption) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
The constructor.
CliOptionIncompatibleModesException - Exception in net.sf.mmm.util.cli.api
A CliOptionIncompatibleModesException is thrown if two options are used together that have incompatible modes.
CliOptionIncompatibleModesException(String, String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
The constructor.
CliOptionMisplacedException - Exception in net.sf.mmm.util.cli.api
A CliOptionMisplacedException is thrown if an option is misplaced, meaning that it occurred after the first argument has been detected.
CliOptionMisplacedException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionMisplacedException
The constructor.
CliOptionMissingException - Exception in net.sf.mmm.util.cli.api
A CliOptionMissingException is thrown if a required option is missing.
CliOptionMissingException(String, String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionMissingException
The constructor.
CliOptionMissingValueException - Exception in net.sf.mmm.util.cli.api
A CliOptionMissingValueException is thrown if an option requires a value that is missing (no proper value is specified as commandline argument).
CliOptionMissingValueException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionMissingValueException
The constructor.
CliOptionNameDefaultFilter - Class in net.sf.mmm.util.cli.api
This is the default Filter used to decide if the name or alias of a CliOption is acceptable.
CliOptionNameDefaultFilter() - Constructor for class net.sf.mmm.util.cli.api.CliOptionNameDefaultFilter
 
CliOptionUndefinedException - Exception in net.sf.mmm.util.cli.api
A CliOptionUndefinedException is thrown if an option is given as commandline-argument if NOT defined.
CliOptionUndefinedException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionUndefinedException
The constructor.
CliOutputSettings - Class in net.sf.mmm.util.cli.api
This class represents the settings for the help output.
CliOutputSettings() - Constructor for class net.sf.mmm.util.cli.api.CliOutputSettings
The constructor.
CliOutputSettings(int) - Constructor for class net.sf.mmm.util.cli.api.CliOutputSettings
The constructor.
CliParameterConsumer - Class in net.sf.mmm.util.cli.base
A CliParameterConsumer holds the command-line parameters together with the current index.
CliParameterConsumer(String...) - Constructor for class net.sf.mmm.util.cli.base.CliParameterConsumer
The constructor.
CliParameterContainer - Class in net.sf.mmm.util.cli.base
This is the abstract base class for a container with the metadata of a CLI-parameter.
CliParameterContainer(PojoPropertyAccessorOneArg, PojoPropertyAccessorNonArg, ValueValidator<?>) - Constructor for class net.sf.mmm.util.cli.base.CliParameterContainer
The constructor.
CliParameterListEmptyException - Exception in net.sf.mmm.util.cli.api
A CliParameterListEmptyException is thrown if CliParser.parseParameters(String...) is called without a single parameter.
CliParameterListEmptyException() - Constructor for exception net.sf.mmm.util.cli.api.CliParameterListEmptyException
The constructor.
CliParser - Interface in net.sf.mmm.util.cli.api
This is the interface used to parse the command-line arguments of a main-program.
CliParserBuilder - Interface in net.sf.mmm.util.cli.api
This is the interface used to build a CliParser from a given object.
CliParserDependencies - Interface in net.sf.mmm.util.cli.base
This interface bundles the dependencies for the CliParser.
CliParserExcepiton - Exception in net.sf.mmm.util.cli.api
A CliParserExcepiton is thrown if a state class could NOT be parsed.
CliParserExcepiton(Exception, Class<?>) - Constructor for exception net.sf.mmm.util.cli.api.CliParserExcepiton
The constructor.
cliState - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
 
cliState - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
CliState - Class in net.sf.mmm.util.cli.base
This is a container for the state-class.
CliState(Class<?>, PojoDescriptorBuilderFactory, Logger, ReflectionUtil, AnnotationUtil) - Constructor for class net.sf.mmm.util.cli.base.CliState
The constructor.
cliState - Variable in class net.sf.mmm.util.cli.base.CliValueMap
CliState.CliArgumentFormatter - Class in net.sf.mmm.util.cli.base
This inner class converts a CliArgumentContainer to a String.
CliState.CliArgumentFormatter() - Constructor for class net.sf.mmm.util.cli.base.CliState.CliArgumentFormatter
 
CliStyle - Annotation Type in net.sf.mmm.util.cli.api
A CliStyle is used to annotated a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
cliStyle - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
CliStyleHandling - Enum in net.sf.mmm.util.cli.api
This enum contains the available ways to handle a specific CLI-style.
CliStyleHandling() - Constructor for enum net.sf.mmm.util.cli.api.CliStyleHandling
 
CliValueContainer - Interface in net.sf.mmm.util.cli.base
A CliValueContainer is a simple container for the value of a option or a argument.
CliValueContainerArray - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for an array.
CliValueContainerArray(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerArray
The constructor.
CliValueContainerCollection - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for a Collection.
CliValueContainerCollection(CliParameterContainer, CliState, CliParserDependencies, Logger, Collection<Object>) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerCollection
The constructor.
CliValueContainerMap - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for a Map.
CliValueContainerMap(CliParameterContainer, CliState, CliParserDependencies, Logger, Map<Object, Object>) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerMap
The constructor.
CliValueContainerObject - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for simple objects (no arrays, collections, maps).
CliValueContainerObject(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerObject
The constructor.
CliValueMap - Class in net.sf.mmm.util.cli.base
This class is a container for the values for options and arguments.
CliValueMap(CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliValueMap
The constructor.
CLOCKWISE_CONTOUR_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOCKWISE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOCKWISE_OPEN_CIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOCKWISE_TOP_SEMICIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
clone() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
clone() - Method in class net.sf.mmm.util.file.base.FileAttributes
clone(TO) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject.AbstractTransferObjectUtilLimited
This method creates a clone of the AbstractTransferObject given as template.
clone() - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
ATTENTION:
For being type-safe please use TransferObjectUtilLimited.clone(AbstractTransferObject) instead.
clone() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
ATTENTION:
For being type-safe please use TransferObjectUtilLimited.clone(AbstractTransferObject) instead.
clone(TO) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtilLimited
This method creates a clone of the AbstractTransferObject given as template.
close() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
close() - Method in class net.sf.mmm.util.io.api.DevNullTarget
close() - Method in class net.sf.mmm.util.io.api.DevZero
close(InputStream) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given inputStream without throwing an Exception.
close(OutputStream) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given outputStream without throwing an IOException.
close(Writer) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given writer without throwing an IOException.
close(Reader) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given reader without throwing an Exception.
close(Channel) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given channel without throwing an Exception.
close() - Method in class net.sf.mmm.util.io.base.AppendableWriter
close() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
close() - Method in class net.sf.mmm.util.io.base.EscapeWriter
close() - Method in class net.sf.mmm.util.io.base.FailingInputStream
close() - Method in class net.sf.mmm.util.io.base.NonClosingInputStream
close(InputStream) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given inputStream without throwing an Exception.
close(OutputStream) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given outputStream without throwing an IOException.
close(Writer) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given writer without throwing an IOException.
close(Reader) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given reader without throwing an Exception.
close(Channel) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given channel without throwing an Exception.
close() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
close() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
close() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
close() - Method in class net.sf.mmm.util.xml.base.XmlInputStream
close() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
ATTENTION:
This method violates the StAX API and closes the underlying input stream!
The StAX API has a bad design mistake about the close() method NOT to close the underlying input stream.
CLOSED_INTERSECTION_WITH_SERIFS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUBSET_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUPERSET_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_UNION_WITH_SERIFS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_UNION_WITH_SERIFS_AND_SMASH_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
closeInitialInclude() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
This method ascends the XML until the initial include is closed.
code - Variable in class net.sf.mmm.util.lang.base.AbstractMessage
 
CODE - Static variable in exception net.sf.mmm.util.nls.api.BusinessErrorUserException
 
code - Variable in exception net.sf.mmm.util.nls.api.GenericSerializableException
 
CODE - Static variable in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
 
CODE - Static variable in exception net.sf.mmm.util.security.api.SecurityErrorUserException
 
CODE - Static variable in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
 
CODE - Static variable in class net.sf.mmm.util.validation.base.ComposedValidator
 
CODE - Static variable in class net.sf.mmm.util.validation.base.ValidatorMandatory
 
collectInterfaces(Class<?>, Set<Class<?>>, Set<Class<?>>) - Static method in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
Recursively collects all interfaces starting from the given type.
collection - Variable in class net.sf.mmm.util.cli.base.CliValueContainerCollection
 
CollectionFactory<COLLECTION extends Collection> - Interface in net.sf.mmm.util.collection.api
This is the interface for a factory of Collections.
collectionFactoryManager - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
CollectionFactoryManager - Interface in net.sf.mmm.util.collection.api
This is the interface for a manager of CollectionFactory instances.
collectionFactoryManager - Variable in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
 
collectionFactoryManager - Variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
 
CollectionFactoryManagerImpl - Class in net.sf.mmm.util.collection.impl
This is the default implementation of the CollectionFactoryManager interface.
CollectionFactoryManagerImpl() - Constructor for class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
The constructor.
collectionFactoryMap - Variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
CollectionList<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the List interface that adapts another Collection as delegate.
CollectionList(Collection<E>) - Constructor for class net.sf.mmm.util.collection.base.CollectionList
The constructor.
CollectionList.ListIterator - Class in net.sf.mmm.util.collection.base
This inner class implements an Iterator for this CollectionList.
CollectionList.ListIterator() - Constructor for class net.sf.mmm.util.collection.base.CollectionList.ListIterator
 
collectionReflectionUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
collectionReflectionUtil - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
collectionReflectionUtil - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
CollectionReflectionUtil - Interface in net.sf.mmm.util.reflect.api
This is the interface for a collection of utility functions to deal with Collections reflectively.
collectionReflectionUtil - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
CollectionReflectionUtilImpl - Class in net.sf.mmm.util.reflect.base
This is the implementation of the CollectionReflectionUtil interface.
CollectionReflectionUtilImpl() - Constructor for class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
The constructor.
collectMatchingFiles(File, String, FileType, List<File>) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method adds all files matching the given path and fileType to the list.
collectMatchingFiles(File, String, FileType, List<File>) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method adds all files matching the given path and fileType to the list.
collectMatchingFiles(File, FileUtilImpl.PathSegment[], int, FileType, List<File>) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method adds all files matching to the given path and fileType to the list.
COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The colon sign informally called double-dot.
COLON_EQUALS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
columnInfo - Variable in class net.sf.mmm.util.text.api.TextColumn
 
columnState - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
COMBINING_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_ACUTE_ACCENT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_ACUTE_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_ALMOST_EQUAL_TO_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_BREVE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_BRIDGE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_BRIDGE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CANDRABINDU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_CARON_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_CIRCUMFLEX_ACCENT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_COMMA_ABOVE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_DIAERESIS_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_DOUBLE_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_DOUBLE_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_LOW_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_OVERLINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_RIGHTWARDS_ARROW_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_VERTICAL_LINE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_VERTICAL_LINE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOWN_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_EQUALS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_FOUR_DOTS_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for { link DiacriticalMark#GRAVE}.
COMBINING_GRAVE_ACCENT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GRAVE_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_DIALYTIKA_TONOS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_KORONIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_PERISPOMENI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_YPOGEGRAMMENI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_HOMOTHETIC_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_HOOK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_INVERTED_BREVE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_INVERTED_BRIDGE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_INVERTED_DOUBLE_ARCH_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_ANGLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_ANGLE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_HALF_RING_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_RIGHT_ARROW_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LONG_SOLIDUS_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LONG_STROKE_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LOW_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_MACRON_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_MINUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_NOT_TILDE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_OVERLINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark#OVERLINE.
COMBINING_PALATALIZED_HOOK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_PLUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RETROFLEX_HOOK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_REVERSED_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RIGHT_HALF_RING_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RIGHT_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_RING_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SEAGULL_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SHORT_SOLIDUS_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SHORT_STROKE_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SQUARE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_THREE_DOTS_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
COMBINING_TILDE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_TILDE_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_TURNED_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_UP_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_UPWARDS_ARROW_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_VERTICAL_LINE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_VERTICAL_LINE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_VERTICAL_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_X_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
combiningCharacter - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
COMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The comma used as a separator within a sentence.
commentChar - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
COMMERCIAL_AT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The at sign used as separator in email addresses.
CommonTypeVariables - Class in net.sf.mmm.util.reflect.impl
This class contains common TypeVariables.
CommonTypeVariables() - Constructor for class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The forbidden constructor.
ComparableComparator<T extends Comparable<T>> - Class in net.sf.mmm.util.lang.base
This is the implementation of Comparator for Comparable objects.
ComparableComparator() - Constructor for class net.sf.mmm.util.lang.base.ComparableComparator
The constructor.
Comparator - Enum in net.sf.mmm.util.lang.api
A Comparator represents a function that compares two given values.
Comparator(String, String, boolean, Boolean) - Constructor for enum net.sf.mmm.util.lang.api.Comparator
The constructor.
comparator - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
comparator - Variable in class net.sf.mmm.util.validation.base.ValidatorCompare
The comparison operator.
comparatorArgument - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
ComparatorHelper - Class in net.sf.mmm.util.lang.api
This class contains the implementation of Comparator.eval(Object, Object) for Comparable arguments.
ComparatorHelper() - Constructor for class net.sf.mmm.util.lang.api.ComparatorHelper
Construction prohibited.
compare(CharIterator, CharIterator) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method compares the given CharIterator instances char by char.
compare(CharIterator, CharIterator) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method compares the given CharIterator instances char by char.
compare(T, T) - Method in class net.sf.mmm.util.lang.base.ComparableComparator
compare(Class<?>, Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method compares the given classes.
compare(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method compares the given classes.
COMPARE_TO_INCOMPARABLE - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
 
COMPARE_TO_STRICT_PREDECESSOR - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
COMPARE_TO_STRICT_SUCCESSOR - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
This value indicates that a VersionIdentifier is a strict successor of another VersionIdentifier.
compareMode - Variable in class net.sf.mmm.util.xml.base.JoiningNodeIterator
The mode of comparison.
compareTo(DefaultLineWrapper.AutoAdjustInfo) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
compareTo(VersionIdentifier) - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method determines a (non-linear) distance from this version to the given otherVersion.
compareTo(VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method determines a (non-linear) distance from this version to the given otherVersion.
compareToLabel(int, VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method performs the part of AbstractVersionIdentifier.compareTo(VersionIdentifier) for the label.
compareToLinear(int, T, T, VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method performs the part of AbstractVersionIdentifier.compareTo(VersionIdentifier) for linear and optional attributes like VersionIdentifier.getTimestamp() or VersionIdentifier.getRevision().
compareToPhase(int, VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method performs the part of AbstractVersionIdentifier.compareTo(VersionIdentifier) for the timestamp.
compareToRevision(int, VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method performs the part of AbstractVersionIdentifier.compareTo(VersionIdentifier) for the revision.
compareToTimestamp(int, VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method performs the part of AbstractVersionIdentifier.compareTo(VersionIdentifier) for the timestamp.
compareToVersionNumber(VersionIdentifier) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
compile(String) - Method in interface net.sf.mmm.util.pattern.api.PatternCompiler
 
compile(String) - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
compile(String) - Method in class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
compile(String) - Method in class net.sf.mmm.util.pattern.base.RegexPatternCompiler
CompilerWarnings - Interface in net.sf.mmm.util.lang.api
This type contains the available string constants for the SuppressWarnings annotation.
COMPLEMENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
complete(TimeMeasure.Result) - Method in class net.sf.mmm.util.date.api.TimeMeasure
 
complete - Variable in class net.sf.mmm.util.search.base.SearchResultBean
 
completed - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
 
completeManifest(Manifest, URL) - Static method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method adds dynamic attributes to the given manifest.
ComponentContainer - Interface in net.sf.mmm.util.component.api
This is the interface for a Ioc/context and dependency injection (CDI) container.
ComponentSpecification - Annotation Type in net.sf.mmm.util.component.api
ComponentSpecification is used to annotate the specification (should be an interface) of a component (or better a part of it).
componentType - Variable in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
 
componentType - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
componentType - Variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
 
compose(char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method composes the given character with this DiacriticalMark.
ComposedByteBuffer - Interface in net.sf.mmm.util.io.api
This is the interface of a ByteBuffer that is internally composed out of multiple ByteArray s.
composedCharacters - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
ComposedException - Exception in net.sf.mmm.util.nls.api
An ComposedException combines a list of exceptions in one single exception.
ComposedException(Throwable...) - Constructor for exception net.sf.mmm.util.nls.api.ComposedException
The constructor.
ComposedException(NlsObject...) - Constructor for exception net.sf.mmm.util.nls.api.ComposedException
The constructor.
ComposedFormatter<V> - Class in net.sf.mmm.util.lang.base
This is the implementation of a Formatter that is composed out of other Formatters.
ComposedFormatter(Formatter<V>...) - Constructor for class net.sf.mmm.util.lang.base.ComposedFormatter
The constructor.
ComposedLocalizableFormatter<V> - Class in net.sf.mmm.util.lang.base
This is the implementation of a LocalizableFormatter that is composed out of other LocalizableFormatters.
ComposedLocalizableFormatter(LocalizableFormatter<V>...) - Constructor for class net.sf.mmm.util.lang.base.ComposedLocalizableFormatter
The constructor.
ComposedNlsMessage - Class in net.sf.mmm.util.nls.base
This is an implementation of NlsMessage for composing other objects or messages.
ComposedNlsMessage() - Constructor for class net.sf.mmm.util.nls.base.ComposedNlsMessage
The constructor for de-serialization in GWT.
ComposedNlsMessage(Object[]) - Constructor for class net.sf.mmm.util.nls.base.ComposedNlsMessage
The constructor.
ComposedValidationFailure - Class in net.sf.mmm.util.validation.base
This is an implementation of ValidationFailure that represents the composition of other ValidationFailures.
ComposedValidationFailure() - Constructor for class net.sf.mmm.util.validation.base.ComposedValidationFailure
The constructor for de-serialization in GWT.
ComposedValidationFailure(String, Object, ValidationFailure[]) - Constructor for class net.sf.mmm.util.validation.base.ComposedValidationFailure
The constructor.
ComposedValidator<V> - Class in net.sf.mmm.util.validation.base
This is an implementation of ValueValidator that is composed out of a set of individual validators given at construction.
ComposedValidator(AbstractValidator<? super V>...) - Constructor for class net.sf.mmm.util.validation.base.ComposedValidator
The constructor.
composedValueConverter - Variable in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
composedValueConverter - Variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
ComposedValueConverter - Interface in net.sf.mmm.util.value.api
This is the interface for a ValueConverter that is composed out of individual ValueConverters.
composedValueConverter - Variable in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
 
ComposedValueConverterFactory - Interface in net.sf.mmm.util.value.api
This is the interface of a factory of ComposedValueConverter instances.
ComposedValueConverterFactoryImpl - Class in net.sf.mmm.util.value.impl
This is the implementation of ComposedValueConverterFactory.
ComposedValueConverterFactoryImpl() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
The constructor.
ComposedValueConverterImpl - Class in net.sf.mmm.util.value.impl
This is the implementation of the ComposedValueConverter interface.
ComposedValueConverterImpl() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
The constructor.
ComposedValueConverterImpl.ComposedTargetTypeConverter<TARGET> - Class in net.sf.mmm.util.value.impl
This inner class is a composed converter for all ValueConverters with the same target-type.
ComposedValueConverterImpl.ComposedTargetTypeConverter(Class<TARGET>) - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
The constructor.
ComposedValueConverterImpl.TargetClass2ConverterMap - Class in net.sf.mmm.util.value.impl
ComposedValueConverterImpl.TargetClass2ConverterMap() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
The constructor.
ComposedValueConverterImpl.TargetClass2ConverterMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
The constructor.
ComposedVersionIdentifierFormatter - Class in net.sf.mmm.util.version.impl
This is the default implementation of the VersionIdentifierFormatter interface.
ComposedVersionIdentifierFormatter(Formatter<VersionIdentifier>...) - Constructor for class net.sf.mmm.util.version.impl.ComposedVersionIdentifierFormatter
The constructor.
composeMap - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
CompositeTo - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for a composite AbstractTransferObject.
CompositeTo() - Constructor for class net.sf.mmm.util.transferobject.api.CompositeTo
The constructor.
CompositeTo(Object) - Constructor for class net.sf.mmm.util.transferobject.api.CompositeTo
The constructor.
ConcurrentHashMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the ConcurrentMapFactory interface that creates instances of ConcurrentHashMap.
ConcurrentHashMapFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
 
ConcurrentLinkedQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the QueueFactory interface that creates instances of ConcurrentLinkedQueue.
ConcurrentLinkedQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
 
ConcurrentMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of ConcurrentMap.
condition - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The condition that determines when the choice applies.
CONDITION_ELSE - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The value of a NlsFormatterChoice.Choice condition that matches always.
CONDITION_END - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The character used to indicate the end of a NlsFormatterChoice.Choice condition.
CONDITION_START - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The character used to indicate the start of a NlsFormatterChoice.Choice condition.
CONDITION_VAR - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The character used to indicate the variable object of a NlsFormatterChoice.Choice condition.
configuration - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
 
configuration - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.AbstractPojoDescriptorGenerator
 
ConfiguredNlsFormatterMap - Class in net.sf.mmm.util.nls.impl
This is a sub-class of NlsFormatterMap as a ready to use configurable component.
ConfiguredNlsFormatterMap() - Constructor for class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
The constructor.
CONGRUENT_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
conjunction - Variable in class net.sf.mmm.util.filter.base.ConjunctionCharFilter
The boolean conjunction.
conjunction - Variable in class net.sf.mmm.util.filter.base.ConjunctionFilter
The boolean conjunction.
Conjunction - Enum in net.sf.mmm.util.lang.api
A Conjunction represents a function that maps a list of boolean arguments to one boolean result.
Conjunction(String, String) - Constructor for enum net.sf.mmm.util.lang.api.Conjunction
The constructor.
ConjunctionCharFilter - Class in net.sf.mmm.util.filter.base
This is an implementation of the CharFilter interface that combines a given list of filters using a boolean Conjunction.
ConjunctionCharFilter(Conjunction, CharFilter...) - Constructor for class net.sf.mmm.util.filter.base.ConjunctionCharFilter
The constructor.
ConjunctionFilter<V> - Class in net.sf.mmm.util.filter.base
This is an implementation of the Filter interface that combines a given list of filters using a boolean Conjunction.
ConjunctionFilter(Conjunction, Filter<V>...) - Constructor for class net.sf.mmm.util.filter.base.ConjunctionFilter
The constructor.
ConstantFilter<V> - Class in net.sf.mmm.util.filter.base
This is an implementation of Filter that either accepts or rejects all objects to filter.
ConstantFilter() - Constructor for class net.sf.mmm.util.filter.base.ConstantFilter
The constructor.
constraintViolations - Variable in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
 
consumeDecimal() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
Consumes the characters of a decimal number (double or float).
Consumer<T> - Interface in net.sf.mmm.util.lang.api.function
This is the back-port for the Java 1.8+ interface java.util.function.Consumer.
containerGetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
 
ContainerGrowthException - Exception in net.sf.mmm.util.reflect.base
A ContainerGrowthException is thrown if a container should grow (increase its size) but this failed.
ContainerGrowthException(int, int) - Constructor for exception net.sf.mmm.util.reflect.base.ContainerGrowthException
The constructor.
containerIterator - Variable in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumDefinitionIterator
 
containerSetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
The according setter to use if array has to be resized.
containerSetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
The according setter to use if array has to be resized.
containerSetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
The according setter to use if array has to be resized.
CONTAINS_AS_MEMBER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_AS_NORMAL_SUBGROUP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_AS_NORMAL_SUBGROUP_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_WITH_LONG_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
containsDelimiter(char[], char[]) - Static method in class net.sf.mmm.util.lang.api.StringTokenizer
This method checks that the given escape sequence does NOT contain any of the delimiters.
containsKey(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
containsKey(String) - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
containsKey(String) - Method in class net.sf.mmm.util.nls.base.GenericResourceBundle
containsSubstring(char[], int) - Method in class net.sf.mmm.util.lang.api.StringTokenizer
This method tests if the StringTokenizer.string contains the given substring starting at the given index.
containsValue(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
contentChanged() - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
This method must be called whenever the char sequence changed its length or data.
context - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
context - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
 
context - Variable in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
The PojoPathContext to use.
context - Variable in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
context - Variable in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
CONTOUR_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
convert(CliModeContainer, Object, Class<T>) - Method in class net.sf.mmm.util.cli.base.CliClassContainer.CliModeFormatter
This method converts the given pojo to the <TARGET>-type.
convert(CliArgumentContainer, Object, Class<T>) - Method in class net.sf.mmm.util.cli.base.CliState.CliArgumentFormatter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Class<?>) - Method in enum net.sf.mmm.util.lang.api.Comparator
 
convert(Object, Class<?>) - Static method in class net.sf.mmm.util.lang.api.ComparatorHelper
This method converts the given value to a more common type.
convert(Number) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method converts the given number to the number-class represented by this object.
convert(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, Object, Class<?>, GenericType<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method converts the given pojo to the given targetClass (or even targetType) as necessary.
convert(SOURCE, Object, Class<T>) - Method in interface net.sf.mmm.util.value.api.SimpleValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, Class<T>) - Method in interface net.sf.mmm.util.value.api.ValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, GenericType<T>) - Method in interface net.sf.mmm.util.value.api.ValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.base.AbstractSimpleValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
This method converts the given pojo to the <TARGET>-type.
convert(V, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
This method converts the given pojo to the <TARGET>-type.
convert(V, Object, Class<T>) - Method in class net.sf.mmm.util.value.base.ValueConverterIdentity
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method converts the given pojo to the <TARGET>-type.
convert(CharSequence, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method converts the given pojo to the <TARGET>-type.
convert(CharSequence, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<T>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method converts the given pojo to the <TARGET>-type.
convertContainerEntry(Object, int, ARRAY, Object, GenericType<? extends ARRAY>, Object) - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
This method converts a single entry of a container.
convertContainerEntry(Object, int, CONTAINER, Object, GenericType<? extends CONTAINER>, Object) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method converts a single entry of a container.
convertContainerEntry(Object, int, Collection, Object, GenericType<? extends Collection>, Object) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
This method converts a single entry of a container.
convertContainerEntry(Object, int, Map, Object, GenericType<? extends Map>, Object) - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
This method converts a single entry of a container.
converter - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
converters - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
converters - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
convertForClient(Throwable) - Method in interface net.sf.mmm.util.exception.api.ExceptionUtil
Converts the given exception for the client.
convertForClient(Throwable) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
Converts the given exception for the client.
convertForSerialization(Throwable, ExceptionTruncation) - Method in interface net.sf.mmm.util.exception.api.ExceptionUtil
Converts the given exception so it is ensured to be serializable.
convertForSerialization(Throwable, ExceptionTruncation) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
Converts the given exception so it is ensured to be serializable.
convertForUser(Throwable, ExceptionTruncation) - Method in interface net.sf.mmm.util.exception.api.ExceptionUtil
Converts the given exception for end-users with potential truncation.
convertForUser(Throwable) - Method in interface net.sf.mmm.util.exception.api.ExceptionUtilLimited
Converts the given exception for end-users.
convertForUser(Throwable, ExceptionTruncation) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
Converts the given exception for end-users with potential truncation.
convertForUser(Throwable) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilLimitedImpl
Converts the given exception for end-users.
convertFromArray(Object, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for array values.
convertFromCollection(Collection, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for Collection values.
convertFromEntity(ENTITY, Class<TO>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
This method converts the given PersistenceEntity to the corresponding transfer-object identified by the given Class.
convertFromEntity(ENTITY, Class<TO>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
This method converts the given PersistenceEntity to the corresponding transfer-object identified by the given Class.
convertFromString(String, Object, GenericType<T>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for String values.
convertList(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method converts the given arrayOrCollection to a List as necessary.
convertObject(Object) - Method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.Iso8601Formatter
 
convertPattern(String) - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
This method converts the given pattern to a regex-pattern.
convertRecursive(Object, Object, GenericType<T>, Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method performs the conversion recursive.
convertRecursive(Object, Object, GenericType<?>, Class<?>, ValueConverter, ComposedValueConverterImpl.TargetClass2ConverterMap) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method performs the conversion recursive.
convertStyle(String) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
This method converts the given style to the according DateFormat-style constant.
convertToEntity(TO, Class<ENTITY>) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
This method converts the given transfer-object to the corresponding PersistenceEntity identified by the given Class.
convertToEntity(TO, Class<ENTITY>) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
This method converts the given transfer-object to the corresponding PersistenceEntity identified by the given Class.
convertUnknownValue(String, Class<V>, Object) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method converts the given String-value to the given type.
convertValue(SOURCE, Object, Class<TARGET>) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, TARGET, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
convertValue(SOURCE, Object, TARGET, TARGET, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
convertValue(Object, Object, Class<TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method converts the given value to the given type.
convertValue(Object, Object, Class<TARGET>, Type) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, TARGET, TARGET, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
convertValue(SOURCE, Object, TARGET, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
convertValue(String, Object, Class<TARGET>, Type) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method converts the given value to the given type.
copy(V) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method creates a copy (e.g.
copy(TO) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtilLimited
This method creates a deep-copy of the AbstractTransferObject given as template.
copy(TO) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilLimitedImpl
This method creates a deep-copy of the AbstractTransferObject given as template.
copyFile(File, File) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file given by source to the file given by destination.
copyFile(File, File, boolean) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file given by source to the file given by destination.
ATTENTION:
This method will only work with java 1.6 and above!
copyFile(File, File) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file given by source to the file given by destination.
copyFile(File, File, boolean) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file given by source to the file given by destination.
ATTENTION:
This method will only work with java 1.6 and above!
copyFrom(Object) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
This method copies all properties from source to this object.
copyFrom(Object) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method copies all properties from source to this object.
copyFromInternal(Object) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
 
copyProcessor - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
The processor used to copy the bytes from the BufferInputStream.buffer to the readers buffer.
copyProperties(ENTITY, TO) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject.AbstractTransferObjectUtilLimited
This method copies the attributes from a new instance of the Entity given as template.
copyProperties(ENTITY, TO) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtilLimited
This method copies the attributes from a new instance of the Entity given as template.
copyRecursive(File, File, boolean) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file or directory given by source into the given destination.
ATTENTION:
In order to allow giving the copy of source a new name, the destination has to point to the final place where the copy should appear rather than the directory where the copy will be located in.

E.g.
copyRecursive(File, File, boolean, FileFilter) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file or directory given by source into the given destination.
ATTENTION:
In order to allow giving the copy of source a new name, the destination has to point to the final place where the copy should appear rather than the directory where the copy will be located in.

copyRecursive(File, File, boolean) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file or directory given by source into the given destination.
ATTENTION:
In order to allow giving the copy of source a new name, the destination has to point to the final place where the copy should appear rather than the directory where the copy will be located in.

E.g.
copyRecursive(File, File, boolean, FileFilter) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file or directory given by source into the given destination.
ATTENTION:
In order to allow giving the copy of source a new name, the destination has to point to the final place where the copy should appear rather than the directory where the copy will be located in.

copyRecursive(File, File, FileFilter) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file or directory given by source into the given destination.
ATTENTION:
In order to allow giving the copy of source a new name, the destination has to point to the final place where the copy should appear rather than the directory where the copy will be located in.

E.g.
COPYRIGHT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
Copyright sign (c) as correct glyph: 169 .
CoreCharSequence - Class in net.sf.mmm.util.lang.base
This is an abstract base implementation of the CharSequence interface.
CoreCharSequence() - Constructor for class net.sf.mmm.util.lang.base.CoreCharSequence
The constructor.
count - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
count() - Method in interface net.sf.mmm.util.search.api.SearchQuery
This method performs a count query to determine the total number of hits (e.g.
create() - Method in interface net.sf.mmm.util.collection.api.BlockingQueueFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.BlockingQueueFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in interface net.sf.mmm.util.collection.api.ConcurrentMapFactory
This method creates a new Map instance.
It is explicitly typed and respects the generic key and value type of the map.
create(int) - Method in interface net.sf.mmm.util.collection.api.ConcurrentMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.DequeFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.DequeFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in interface net.sf.mmm.util.collection.api.ListFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.ListFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new Map instance.
It is explicitly typed and respects the generic key and value type of the map.
create(int) - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.QueueFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.QueueFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in interface net.sf.mmm.util.collection.api.SetFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.SetFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in interface net.sf.mmm.util.collection.api.SortedMapFactory
This method creates a new Map instance.
It is explicitly typed and respects the generic key and value type of the map.
create(int) - Method in interface net.sf.mmm.util.collection.api.SortedMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.SortedSetFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in interface net.sf.mmm.util.collection.api.SortedSetFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
This method creates a new Map instance.
It is explicitly typed and respects the generic key and value type of the map.
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.HashMapFactory
This method creates a new Map instance.
It is explicitly typed and respects the generic key and value type of the map.
create(int) - Method in class net.sf.mmm.util.collection.base.HashMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in class net.sf.mmm.util.collection.base.HashSetFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.HashSetFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create() - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
This method creates a new Map instance.
It is explicitly typed and respects the generic key and value type of the map.
create(int) - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
This method creates a new Collection instance.
It is explicitly typed and respects the generic element type of the collection.
create(int) - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
This method creates a new Collection instance with the given initial capacity.
It is explicitly typed and respects the generic element type of the collection.
create(String, Object...) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
Deprecated.
create(NlsTemplate, Object...) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
create(String, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFormatterFactory
This method creates a new NlsMessageFormatter for the given message.
The format of the message is described in NlsMessage.
create(String, Object...) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, Object...) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactoryImpl
This method creates a new instance of NlsMessage from the given arguments.
create(String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactoryImpl
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
This method creates a new NlsMessageFormatter for the given message.
The format of the message is described in NlsMessage.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(IN, String, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method creates an appropriate new value.
create(IN, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method creates an appropriate new value.
create(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Class<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method creates a Pojo of the given pojoType.
create() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method creates a new element.
create() - Method in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
This method creates a new element.
create() - Method in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
This method creates a new element.
create(Class<C>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method creates a collection implementing the given collection type.
create(Type) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method creates the GenericType that encapsulates the given type.
create(Class<C>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method creates a collection implementing the given collection type.
create(Type) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method creates the GenericType that encapsulates the given type.
create(Type, GenericType<?>) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method creates a new instance of this class.
create(Type) - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method creates the GenericType that encapsulates the given type.
createArgumentMap(Method, AbstractNlsBundleFactory.NlsBundleMethodInfo, Object[]) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
This method converts the given arguments to a Map with the arguments.
createBrowsableResource(String) - Method in interface net.sf.mmm.util.resource.api.BrowsableResourceFactory
This method creates a new BrowsableResource from the given resourceUri.
createBrowsableResource(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method creates the actual raw BrowsableResource.
createBrowsableResource(String) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method creates a new BrowsableResource from the given resourceUri.
createBundle(Class<BUNDLE>) - Static method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
 
createBundle(Class<BUNDLE>) - Method in interface net.sf.mmm.util.nls.api.NlsBundleFactory
This method dynamically creates an instance for the given bundleInterface.
createBundle(Class<BUNDLE>) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
This method dynamically creates an instance for the given bundleInterface.
createBundle(Class<BUNDLE>) - Method in class net.sf.mmm.util.nls.impl.AbstractNlsBundleFactoryGwt
This method dynamically creates an instance for the given bundleInterface.
createBundle(Class<BUNDLE>) - Method in class net.sf.mmm.util.validation.base.AbstractValidator
This is a convenience method delegating to NlsBundleFactory.createBundle(Class).
createByUmask(int, boolean) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method create a new FileAccessPermissions instance according to the given umask (user file creation mode mask).
createChildContext() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method creates a new context that inherits all variables from this context (and its parent contexts).
createChildContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method creates a new context that inherits all variables from this context (and its parent contexts).
createChildContext() - Method in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
This method creates a new context that inherits all variables from this context (and its parent contexts).
createClassName(JClassType) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method creates the simple name of the Class to generate.
createClassName(JClassType) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
This method creates the simple name of the Class to generate.
createConfiguration() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.AbstractPojoDescriptorGenerator
This method creates the PojoDescriptorGeneratorConfiguration.
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
This method creates the according container for the given containerType.
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method creates the according container for the given containerType.
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
This method creates the according container for the given containerType.
createContainer(GenericType<T>, int) - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
This method creates the according container for the given containerType.
createContext() - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext.
createContext(MapFactory<? extends Map>) - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext(MapFactory<? extends Map>, GenericValueConverter<Object>) - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextFactory
This method creates a new instance of a MutableGenericContext.
createContext(MapFactory<? extends Map>) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext(MapFactory<? extends Map>, GenericValueConverter<Object>) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createConverter(boolean, List<ValueConverter<?, ?>>) - Method in interface net.sf.mmm.util.value.api.ComposedValueConverterFactory
Creates a new custom instance of ComposedValueConverter with the given configuration.
createConverter(boolean, List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
Creates a new custom instance of ComposedValueConverter with the given configuration.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.BusinessErrorUserException
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.security.api.SecurityErrorUserException
Returns a copy of the given exception where the specified details are removed.
createCopy(ExceptionTruncation) - Method in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
Returns a copy of the given exception where the specified details are removed.
createCopyViaClone(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
 
createCopyViaClone(ExceptionTruncation) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
 
createDataResource(String) - Method in interface net.sf.mmm.util.resource.api.DataResourceFactory
This method creates a new DataResource from the given resourceUri.
createDataResource(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method creates the actual raw DataResource.
createDataResource(String) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory
This method creates a new DataResource from the given resourceUri.
createDataResource(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory
This method creates the actual raw DataResource.
createDataResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.DataResourceFactoryImpl
Deprecated.
This method creates the actual raw DataResource.
createDefaultPhaseMap() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method creates the phase map used as default.
createDescriptor(GenericType<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method creates the pojo descriptor for the given pojoType.
createDescriptor(Class<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
This method creates the pojo descriptor for the given pojoType.
createDescriptor(GenericType<P>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method creates the pojo descriptor for the given pojoType.
createDescriptorBuilder(VisibilityModifier, VisibilityModifier) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects the methods and non-static fields with the given visibility or a higher order.
createDescriptorBuilder(VisibilityModifier, VisibilityModifier) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorBuilderFactoryLimited
This method creates a PojoDescriptorBuilder that introspects the methods and non-static fields with the given visibility or a higher order.
createDescriptorBuilder(VisibilityModifier, VisibilityModifier) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method creates a PojoDescriptorBuilder that introspects the methods and non-static fields with the given visibility or a higher order.
createDirect(String, String) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
ATTENTION:
This us an uncommon way for creating an NlsMessage.
createDirect(String, String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
ATTENTION:
This us an uncommon way for creating an NlsMessage.
createDirect(String, String) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
ATTENTION:
This us an uncommon way for creating an NlsMessage.
createDirect(String, String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
This method creates a new instance of NlsMessage from the given arguments.
ATTENTION:
This us an uncommon way for creating an NlsMessage.
createDocument() - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method creates a new empty XML DOM document.
createDocument() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method creates a new empty XML DOM document.
createDocumentBuilder() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method creates a new document builder.
createFormatter(String, Locale, NlsDependencies) - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplate
This method creates an NlsMessageFormatter for the given messageTemplate and locale.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.base.SimpleNlsFormatter
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
This method creates the underlying Formatter to delegate to.
createFormatter(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
This method creates the underlying Formatter to delegate to.
createFormatter(String) - Method in interface net.sf.mmm.util.version.api.VersionUtil
createFormatter(String, boolean) - Method in interface net.sf.mmm.util.version.api.VersionUtil
This method creates a VersionIdentifierFormatter for the given formatPattern.
createFormatter(String) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
createFormatter(String, boolean) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method creates a VersionIdentifierFormatter for the given formatPattern.
createGeneric() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
This method creates a new instance of the generic Collection type <COLLECTION> .
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGenericType(Class<T>) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type.
The type, lower bound and upper bound of the returned GenericType will all be identical to the given type.
ATTENTION:
If you know the Type where the given type was defined you should use GenericTypeFactory.createGenericType(Type, GenericType) instead to get a more precise result.
createGenericType(Type) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type.
If the given type is a Class, the methods behaves like GenericTypeFactory.createGenericType(Class).
ATTENTION:
If you know the Type where the given type was defined (e.g.
createGenericType(Type, GenericType<?>) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type in the context of the given definingType.
Here is some typical example of how to use this:
createGenericType(Type, Class<?>) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type in the context of the given definingType.
It is a convenience method for createGenericType(type, createGenericType(definingType))
createGenericType(Class<T>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type.
The type, lower bound and upper bound of the returned GenericType will all be identical to the given type.
ATTENTION:
If you know the Type where the given type was defined you should use GenericTypeFactory.createGenericType(Type, GenericType) instead to get a more precise result.
createGenericType(Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type.
If the given type is a Class, the methods behaves like GenericTypeFactory.createGenericType(Class).
ATTENTION:
If you know the Type where the given type was defined (e.g.
createGenericType(Type, GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type in the context of the given definingType.
Here is some typical example of how to use this:
createGenericType(Type, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type in the context of the given definingType.
It is a convenience method for createGenericType(type, createGenericType(definingType))
createGenericType(Class<T>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
This method creates the GenericType representing the given type.
The type, lower bound and upper bound of the returned GenericType will all be identical to the given type.
ATTENTION:
If you know the Type where the given type was defined you should use GenericTypeFactory.createGenericType(Type, GenericType) instead to get a more precise result.
createGenericType(Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
This method creates the GenericType representing the given type.
If the given type is a Class, the methods behaves like GenericTypeFactory.createGenericType(Class).
ATTENTION:
If you know the Type where the given type was defined (e.g.
createGenericType(Type, GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
This method creates the GenericType representing the given type in the context of the given definingType.
Here is some typical example of how to use this:
createGenericType(Type, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
This method creates the GenericType representing the given type in the context of the given definingType.
It is a convenience method for createGenericType(type, createGenericType(definingType))
createHandler(Class<? extends NlsBundle>) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
This method creates a new InvocationHandler for the given bundleInterface.
createHyphenator(String) - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method creates a new Hyphenator.
createHyphenator(String) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method creates a new Hyphenator.
createHyphenator(Locale, DataResource) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method creates a new Hyphenator instance from the XML-configuration identified by the given DataResource.
createLogger() - Method in class net.sf.mmm.util.component.base.AbstractLoggableComponent
This method creates the logger for this component.
ATTENTION:
This method is called from the constructor.
createLookaheadBuffer() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method creates a new buffer for lookahead operations on the data from the underlying stream.
createMessage(V, V, V, Object) - Static method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Creates a new error NlsMessage that the given value is not in the Range from minimum to maximum.
createPath(String...) - Static method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This method creates a pojo property path specified by the given segments.
createPrivateFieldDescriptorBuilder() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects all non-static fields for building PojoPropertyDescriptors.
createPrivateFieldDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects all non-static fields for building PojoPropertyDescriptors.
createProcessor() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamProcessorFactory
This method gets a DetectorStreamProcessor instance managed by this factory.
createProcessor() - Method in class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
This method gets a DetectorStreamProcessor instance managed by this factory.
createPublicMethodDescriptorBuilder() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects public methods for building PojoPropertyDescriptors.
createPublicMethodDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects public methods for building PojoPropertyDescriptors.
createResource(ResourceUri) - Method in interface net.sf.mmm.util.resource.api.spi.DataResourceProvider
This method creates a new resource for the given resourceUri.
createResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
This method creates a new resource for the given resourceUri.
createResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method creates a new resource for the given resourceUri.
createResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
This method creates a new resource for the given resourceUri.
createState(Object, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the AbstractPojoPathNavigator.PojoPathState for the given context.
createState(PojoPathMode, String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
createStateByType(GenericType, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the AbstractPojoPathNavigator.PojoPathState for the given context.
createStreamReader(XMLStreamReader, String, NamespaceContext) - Method in interface net.sf.mmm.util.xml.impl.stax.XPointerStreamBuilder
This method creates a XMLStreamReader facade that adapts the given xmlReader so only the contents pointed by the given xpointerExpression are visible.
createSubArray(int, int) - Method in interface net.sf.mmm.util.io.api.ByteArray
This method creates a new ByteArray with the same bytes but the given indices.
ATTENTION:
If the implementation is immutable and the given minimum and maximum index are both equal to the current indices of this ByteArray this method may return the instance itself ( this) rather than creating a new one.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.base.AbstractByteArray
This method creates a new ByteArray with the same bytes but the given indices.
ATTENTION:
If the implementation is immutable and the given minimum and maximum index are both equal to the current indices of this ByteArray this method may return the instance itself ( this) rather than creating a new one.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method creates a new ByteArray with the same bytes but the given indices.
ATTENTION:
If the implementation is immutable and the given minimum and maximum index are both equal to the current indices of this ByteArray this method may return the instance itself ( this) rather than creating a new one.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method creates a new ByteArray with the same bytes but the given indices.
ATTENTION:
If the implementation is immutable and the given minimum and maximum index are both equal to the current indices of this ByteArray this method may return the instance itself ( this) rather than creating a new one.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.impl.PooledByteArray
This method creates a new ByteArray with the same bytes but the given indices.
ATTENTION:
If the implementation is immutable and the given minimum and maximum index are both equal to the current indices of this ByteArray this method may return the instance itself ( this) rather than creating a new one.
createSubMessage(Object[]) - Static method in exception net.sf.mmm.util.nls.api.ComposedException
This method creates the NlsMessage wrapping the given errors.
createTemplate(Method) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
This method creates the NlsTemplate for the given NlsBundle-Method.
createTransformer(boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method creates a new transformer.
createUtfDetectionReader(InputStream, String) - Method in interface net.sf.mmm.util.io.api.EncodingUtil
This method creates a new Reader for the given inputStream.
createUtfDetectionReader(InputStream, String) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl
This method creates a new Reader for the given inputStream.
createUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method creates a new UUID.
createUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method creates a new UUID.
createUuid() - Method in interface net.sf.mmm.util.uuid.api.UuidFactory
This method creates a new UUID.
createUuid() - Method in class net.sf.mmm.util.uuid.base.RandomUuidFactory
This method creates a new UUID.
createValidationFailure(ConstraintViolation<?>, Object) - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
Creates a ValidationFailure for the given ConstraintViolation.
createValidatorBuilder() - Method in class net.sf.mmm.util.cli.base.CliState
 
createVersionIdentifier(String) - Method in interface net.sf.mmm.util.version.api.VersionUtil
This method parses the given versionString and builds an according VersionIdentifier instance.
createVersionIdentifier(String, boolean) - Method in interface net.sf.mmm.util.version.api.VersionUtil
This method parses the given versionString and builds an according VersionIdentifier instance.
createVersionIdentifier(String) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method parses the given versionString and builds an according VersionIdentifier instance.
createVersionIdentifier(String, boolean) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method parses the given versionString and builds an according VersionIdentifier instance.
createXmlEventReader(InputStream) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates an XMLEventReader.
createXmlEventReader(InputStream) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates an XMLEventReader.
createXmlReader(InputStream) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlReader(InputStream, Charset) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlReader(InputStream) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlReader(InputStream, Charset) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlStreamReader(InputStream) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates an XMLStreamReader.
createXmlStreamReader(DataResource, boolean) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates an XMLStreamReader.
createXmlStreamReader(InputStream) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates an XMLStreamReader.
createXmlStreamReader(DataResource, boolean) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates an XMLStreamReader.
createXmlStreamWriter(OutputStream) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates a XMLStreamWriter.
createXmlStreamWriter(Writer) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates a XMLStreamWriter.
createXmlStreamWriter(OutputStream) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates a XMLStreamWriter.
createXmlStreamWriter(Writer) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates a XMLStreamWriter.
CURLY_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CURLY_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CURRENCY_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The universal currency sign.
currentArray - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The current ByteArray to work on.
currentArrayIndex - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
currentArrayMax - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
currentArrayMin - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
currentArrayView - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
currentBufferBytes - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
currentBufferIndex - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
currentBufferMax - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
currentByteArray - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
currentIndex - Variable in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
 
currentMode - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
 
currentSegment - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
cursor - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Index of element to be returned by subsequent call to next.
CustomHashKey<T> - Class in net.sf.mmm.util.collection.base
This is a simple wrapper in order to use an object as hash key but with ability to customize equals and hashCode.
CustomHashKey() - Constructor for class net.sf.mmm.util.collection.base.CustomHashKey
The constructor for de-serialization in GWT.
CustomHashKey(T, EqualsChecker<T>) - Constructor for class net.sf.mmm.util.collection.base.CustomHashKey
The constructor.
CustomHashKey(T, EqualsChecker<T>, HashCodeFunction<T>) - Constructor for class net.sf.mmm.util.collection.base.CustomHashKey
The constructor.
CYLINDRICITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_BE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_BYELORUSSIAN_UKRAINIAN_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_CHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_GHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_GJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_HA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_HARD_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_IO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_JE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_KA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_KJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_LJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_NJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_PE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHCHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHORT_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHORT_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SOFT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_TE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_TSE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_TSHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_UKRAINIAN_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_VE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YERU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_BE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_BYELORUSSIAN_UKRAINIAN_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_CHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_GHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_GJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_HA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_HARD_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_IO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_JE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_KA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_KJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_LJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_NJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_PE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHCHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHORT_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHORT_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SOFT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_TE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_TSE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_TSHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_UKRAINIAN_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_VE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YERU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

D

DAGGER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DALET_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DARK_SHADE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DataResource - Interface in net.sf.mmm.util.resource.api
This is the interface for a resource potentially containing data.
dataResource - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The DataResource where the bean was loaded from.
DataResourceFactory - Interface in net.sf.mmm.util.resource.api
This is the interface for a factory used to create DataResources.
If you want to read resources from configurable locations, you should use this factory.
DataResourceFactoryImpl - Class in net.sf.mmm.util.resource.impl
Deprecated.
DataResourceFactoryImpl() - Constructor for class net.sf.mmm.util.resource.impl.DataResourceFactoryImpl
Deprecated.
The constructor.
DataResourceProvider<R extends DataResource> - Interface in net.sf.mmm.util.resource.api.spi
This is the interface for a provider of DataResource.
Datatype - Interface in net.sf.mmm.util.lang.api
This is the interface for a datatype.
DatatypeDetector - Interface in net.sf.mmm.util.lang.api
This is the interface to detect if some type is a Datatype.
DatatypeDetectorImpl - Class in net.sf.mmm.util.lang.base
This is the default implementation of DatatypeDetector.
DatatypeDetectorImpl() - Constructor for class net.sf.mmm.util.lang.base.DatatypeDetectorImpl
The constructor.
datatypeSet - Variable in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
 
dateFormat - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterTimestamp
The DateFormat to use.
datePattern - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
debug(String) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
debug(String, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
debug(String, Object, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
debug(String, Object...) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
debug(String, Throwable) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
declaringClass - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
 
decompose(char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method de-composes the given character with this DiacriticalMark.
decomposeMap - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
DEFAULT_ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The default array length.
DEFAULT_ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The default array length.
DEFAULT_BASE_PATH - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
DEFAULT_CAPACITY - Static variable in class net.sf.mmm.util.io.impl.BufferInputStream
DEFAULT_CAPACITY - Static variable in class net.sf.mmm.util.pool.base.AbstractPool
The default capacity used.
DEFAULT_DATE_PATTERN - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
DEFAULT_ENCODING - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
DEFAULT_MAXIMUM_LIST_GROWTH - Static variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
The default value for the maximum growth of the size of an array or List : 128
DEFAULT_REFRESH_DELAY_IN_SECONDS - Static variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The default refresh-delay.
DEFAULT_WIDTH - Static variable in class net.sf.mmm.util.text.api.TextTableInfo
The default width.
DefaultCliParser - Class in net.sf.mmm.util.cli.impl
This is the default implementation of the CliParser interface.
DefaultCliParser(Object, CliState, CliParserDependencies) - Constructor for class net.sf.mmm.util.cli.impl.DefaultCliParser
The constructor.
DefaultCliParserBuilder - Class in net.sf.mmm.util.cli.impl
The default implementation of the CliParserBuilder interface.
DefaultCliParserBuilder() - Constructor for class net.sf.mmm.util.cli.impl.DefaultCliParserBuilder
The constructor.
DefaultComposedValueConverter - Class in net.sf.mmm.util.value.impl
This is a default ComposedValueConverter to be used without IoC-Container.
DefaultComposedValueConverter() - Constructor for class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
The constructor.
defaultConverter - Variable in class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
 
defaultFormatter - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
DefaultLineWrapper - Class in net.sf.mmm.util.text.base
This is the default implementation of LineWrapper.
DefaultLineWrapper() - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper
The constructor.
DefaultLineWrapper.AutoAdjustInfo - Class in net.sf.mmm.util.text.base
 
DefaultLineWrapper.AutoAdjustInfo(DefaultLineWrapper.ColumnState) - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The constructor.
DefaultLineWrapper.CellBuffer - Class in net.sf.mmm.util.text.base
This inner class represents the buffer used for the text of a text-cell (a line of content inside a column).
DefaultLineWrapper.CellBuffer() - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
The constructor.
DefaultLineWrapper.ColumnState - Class in net.sf.mmm.util.text.base
This class represents the state of a text-column.
DefaultLineWrapper.ColumnState(String, TextColumnInfo, HyphenatorBuilder) - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
The constructor.
DefaultLineWrapper.TextSegment - Class in net.sf.mmm.util.text.base
This class represents a segment of some text.
DefaultLineWrapper.TextSegment(String, Hyphenator) - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
The constructor.
DefaultLineWrapper.TextSegmentType - Enum in net.sf.mmm.util.text.base
This enum contains the possbile types of a DefaultLineWrapper.TextSegment.
DefaultLineWrapper.TextSegmentType() - Constructor for enum net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType
 
DefaultNlsResourceBundleRequestor - Class in net.sf.mmm.util.nls.impl
This is the default implementation of NlsResourceBundleRequestor.
DefaultNlsResourceBundleRequestor() - Constructor for class net.sf.mmm.util.nls.impl.DefaultNlsResourceBundleRequestor
The constructor.
DefaultNlsResourceLocator - Class in net.sf.mmm.util.nls.base
This class is used to find a localized resource.
DefaultNlsResourceLocator() - Constructor for class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
The constructor.
DefaultNlsTemplateResolver - Class in net.sf.mmm.util.nls.impl
This is the default implementation of the NlsTemplateResolver.
DefaultNlsTemplateResolver() - Constructor for class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
The constructor.
DefaultPojoDescriptorEnhancer - Class in net.sf.mmm.util.pojo.descriptor.impl
This is an implementation of the PojoDescriptorEnhancer interface that scans all PropertyDescriptors for accessing Collections, Map s or arrays.
DefaultPojoDescriptorEnhancer() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
The constructor.
DefaultPojoDescriptorEnhancer(boolean, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
The constructor.
DefaultPojoFactory - Class in net.sf.mmm.util.pojo.base
This is the default implementation of the PojoFactory interface.
It extends SimplePojoFactory with the ability to create Maps and Collections from their interfaces.
DefaultPojoFactory() - Constructor for class net.sf.mmm.util.pojo.base.DefaultPojoFactory
The constructor.
DefaultPojoFactory(CollectionFactoryManager) - Constructor for class net.sf.mmm.util.pojo.base.DefaultPojoFactory
The constructor.
DefaultPojoPathContext - Class in net.sf.mmm.util.pojo.path.base
This is the default implementation of the PojoPathContext interface.
DefaultPojoPathContext() - Constructor for class net.sf.mmm.util.pojo.path.base.DefaultPojoPathContext
The constructor.
DefaultPojoPathFunctionManager - Class in net.sf.mmm.util.pojo.path.base
This is the default implementation of the PojoPathFunctionManager.
DefaultPojoPathFunctionManager() - Constructor for class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
The constructor.
DefaultPojoPathFunctionManager(Map<String, PojoPathFunction>) - Constructor for class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
The constructor.
defaultResult - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
 
DefaultVersionIdentifierFormatter - Class in net.sf.mmm.util.version.impl
This is the default implementation of the VersionIdentifierFormatter interface.
DefaultVersionIdentifierFormatter(Iso8601Util) - Constructor for class net.sf.mmm.util.version.impl.DefaultVersionIdentifierFormatter
The constructor.
definingType - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
DEGREE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The symbol indicating degrees for angles or temperature.
delegate - Variable in class net.sf.mmm.util.collection.base.AbstractHashKey
 
delegate - Variable in class net.sf.mmm.util.collection.base.CollectionList
 
delegate - Variable in class net.sf.mmm.util.collection.base.FilteredIterable
The actual Iterable instance to adapt.
delegate - Variable in class net.sf.mmm.util.collection.base.FilteredIterator
The actual iterator instance to adapt.
delegate - Variable in class net.sf.mmm.util.collection.base.ReadOnlyIterator
the actual iterator instance
delegate - Variable in class net.sf.mmm.util.context.base.ImmutableGenericContext
the "delegate instance" this proxy points to.
delegate - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
The delegate adapted by this wrapper.
delegate - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
The delegate adapted by this wrapper.
delegate - Variable in class net.sf.mmm.util.lang.base.EqualsCheckerArray
The delegate to check regular objects.
delegate - Variable in class net.sf.mmm.util.lang.base.EqualsCheckerCollection
The delegate to check regular objects.
delegate - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
The underlying CharIterator to delegate to.
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
 
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
 
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
 
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
 
delegate - Variable in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
 
delegate - Variable in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
 
delegate - Variable in class net.sf.mmm.util.validation.base.AbstractValidationStateCollector
The wrapped ValidationState.
delegate - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The original input-stream to adapt.
delegates - Variable in class net.sf.mmm.util.nls.base.NlsMessageLookupProxy
 
DELETE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The delete character is a control character for the function of the delete/backspace key.
deleteChildren(File) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method deletes all children of the given directory recursively.
deleteChildren(File) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method deletes all children of the given directory recursively.
deleteRecursive(File) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method deletes the given path.
deleteRecursive(File) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method deletes the given path.
delimiters - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The characters that will be detected as delimiters.
DELTA_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
denyChar - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
dependencies - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
dependencies - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
 
dependencies - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
dependencies - Variable in class net.sf.mmm.util.cli.base.CliValueMap
dependencies - Variable in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
 
dependencies - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
 
dependencies - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
 
dependencies - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
 
DEPRECATION - Static variable in interface net.sf.mmm.util.lang.api.CompilerWarnings
Suppress warnings about usage of deprecated code.
depth - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The current depth in the XML tree relative to the first "include" tag of the XInclude namespace that is currently active.
depth - Variable in class net.sf.mmm.util.xml.impl.stax.XPointerStreamReader
The depths of elements.
DequeFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Deque.
descriptorBuilder - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
descriptorBuilder - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
 
descriptorBuilderFactory - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
descriptorBuilderFactory - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
 
descriptorEnhancer - Variable in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
 
destination - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
The destination to write to.
destination - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
The destination to write to.
destinationSuffix - Variable in class net.sf.mmm.util.text.base.SuffixTransformerRule
 
details - Variable in class net.sf.mmm.util.lang.base.AbstractMessage
 
detect(byte[], int) - Static method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method detects the ByteOrderMark that may be present in the given bytes starting at offset.
ATTENTION:
Please note that binary data may accidently have header bytes that represent a ByteOrderMark.
detectEnvironmentType(String[]) - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
 
detectEnvironmentType(String) - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
 
detectionBuffer - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The lookahead buffer used to detect encoding.
detectionProcessor - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The processor to detect encoding by lookahead.
detectLimitedDevice(String, String, boolean) - Static method in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
DetectorInputStream - Interface in net.sf.mmm.util.io.api
This is the interface for a DetectorStream that wraps an InputStream.
DetectorOutputStream - Interface in net.sf.mmm.util.io.api
This is the interface for a DetectorStream that wraps an OutputStream.
DetectorStream - Interface in net.sf.mmm.util.io.api
This is the abstract base interface for a container of a wrapped stream together with metadata that is detected while streaming the data.
If a reasonable application transfers data from a source to a sink it does NOT load the entire data into memory but uses streams ( InputStream and OutputStream).
DetectorStreamBuffer - Interface in net.sf.mmm.util.io.api.spi
This is the interface for a buffer of bytes from a stream.
DetectorStreamBufferImpl - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorStreamBuffer interface.
It is based on the idea that each DetectorStreamProcessor in the chain has its own DetectorStreamBuffer instance.
DetectorStreamBufferImpl(DetectorStreamProcessor, DetectorStreamBufferImpl, ByteArrayPool) - Constructor for class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The constructor.
DetectorStreamBufferImpl.CurrentByteArray - Class in net.sf.mmm.util.io.impl
This inner class is a view on the current ByteArray.
DetectorStreamBufferImpl.CurrentByteArray() - Constructor for class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
 
DetectorStreamBufferImpl.SeekMode - Enum in net.sf.mmm.util.io.impl
Enum with available modes for a seek.
DetectorStreamBufferImpl.SeekMode() - Constructor for enum net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.SeekMode
 
DetectorStreamProcessor - Interface in net.sf.mmm.util.io.api.spi
This is the interface for a processor that can be plugged into a DetectorStream.
DetectorStreamProcessorFactory - Interface in net.sf.mmm.util.io.api.spi
This is interface represents a factory of specific DetectorStreamProcessors.
DetectorStreamProvider - Interface in net.sf.mmm.util.io.api
This is the interface of a service that provides detector-streams.
DetectorStreamProviderImpl - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorStreamProvider interface.
DetectorStreamProviderImpl() - Constructor for class net.sf.mmm.util.io.impl.DetectorStreamProviderImpl
The constructor.
detectRecursiveInclusion(DataResource) - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
This method detects if a recursive inclusion takes place.
TODO: Potentially the same resource could cause an inclusion cycle without causing an infinity loop by using different XPointer expressions.
detectSystemType(String, boolean) - Static method in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
DevelopmentPhase - Enum in net.sf.mmm.util.version.api
A DevelopmentPhase represents the state of development of an artifact.
DevelopmentPhase(String, String, String...) - Constructor for enum net.sf.mmm.util.version.api.DevelopmentPhase
The constructor.
DevNullSource - Class in net.sf.mmm.util.io.api
This is an implementation of /dev/null as InputStream.
DevNullSource() - Constructor for class net.sf.mmm.util.io.api.DevNullSource
The constructor.
DevNullTarget - Class in net.sf.mmm.util.io.api
This is an implementation of /dev/null as OutputStream.
DevNullTarget() - Constructor for class net.sf.mmm.util.io.api.DevNullTarget
The constructor.
DevZero - Class in net.sf.mmm.util.io.api
This is an implementation of /dev/zero as InputStream.
DevZero() - Constructor for class net.sf.mmm.util.io.api.DevZero
The constructor.
DiacriticalMark - Enum in net.sf.mmm.util.text.api
This enum contains the most important diacritical marks.
If you are NOT familiar with unicode and languages that use non-ASCII characters, you should know that each DiacriticalMark represents a specific shape like e.g.
DiacriticalMark(char, char, String) - Constructor for enum net.sf.mmm.util.text.api.DiacriticalMark
The constructor.
DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
Looks like two small upper dots: 168
DIAMOND_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIFFERENCE_BETWEEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_EIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for eight.
DIGIT_FIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for five.
DIGIT_FOUR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for four.
DIGIT_NINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for nine.
DIGIT_ONE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for one.
DIGIT_SEVEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for seven.
DIGIT_SIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for six.
DIGIT_THREE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for three.
DIGIT_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for two.
DIGIT_ZERO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Arabic digit for zero.
Direction - Enum in net.sf.mmm.util.lang.api
This enum contains all possible directions.
Direction(String, String) - Constructor for enum net.sf.mmm.util.lang.api.Direction
The constructor.
DirectoryFilter - Class in net.sf.mmm.util.file.base
This class represents a file-filter that only accepts directories.
DirectoryFilter() - Constructor for class net.sf.mmm.util.file.base.DirectoryFilter
The constructor.
dispose() - Method in interface net.sf.mmm.util.component.api.IocContainer
This method disposes the container (performs a shutdown and destroys all components).
dispose() - Method in class net.sf.mmm.util.component.impl.AbstractSpringContainer
This method disposes the container (performs a shutdown and destroys all components).
dispose() - Static method in class net.sf.mmm.util.component.impl.SpringContainerPool
This method disposes the singleton-instance (if it exists).
dispose(String) - Static method in class net.sf.mmm.util.component.impl.SpringContainerPool
This method disposes the instance identified by the given xmlClasspath (if it exists).
dispose() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteDisposed
This method disposes this object.
dispose() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
This method disposes this executor.
disposeAndValidate() - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
This method disposes this context and performs a validation that all IDs have been resolved.
DIVIDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIVISION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIVISION_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
documentBuilderFactory - Variable in class net.sf.mmm.util.xml.base.DomUtilImpl
the document builder factory used to read and parse XML
DOES_NOT_CONTAIN_AS_MEMBER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_CONTAIN_AS_NORMAL_SUBGROUP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_CONTAIN_AS_NORMAL_SUBGROUP_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_DIVIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_DIVIDE_WITH_REVERSED_NEGATION_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_FORCE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_PRECEDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_PRECEDE_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_PROVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_SUCCEED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_SUCCEED_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
doFormat(V, Appendable) - Method in class net.sf.mmm.util.lang.base.AbstractFormatter
 
doFormat(V, Appendable, Locale) - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
 
doFormat(V, Appendable) - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
doFormat(Boolean, Appendable) - Method in class net.sf.mmm.util.lang.base.BooleanFormatter
doFormat(V, Appendable) - Method in class net.sf.mmm.util.lang.base.ComposedFormatter
doFormat(V, Appendable, Locale) - Method in class net.sf.mmm.util.lang.base.ComposedLocalizableFormatter
doFormat(V, Appendable) - Method in class net.sf.mmm.util.lang.base.FormatterToString
doFormat(V, Appendable) - Method in class net.sf.mmm.util.lang.base.StaticFormatter
doFormat(Object, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.FormatFormatter
doFormat(Object, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.Iso8601Formatter
doFormat(VersionIdentifier, Appendable) - Method in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterNumber
doFormat(VersionIdentifier, Appendable) - Method in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterString
doFormat(VersionIdentifier, Appendable) - Method in class net.sf.mmm.util.version.impl.DefaultVersionIdentifierFormatter
doFormat(VersionIdentifier, Appendable) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
doFormatSegment(VersionIdentifier, int) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
This method formats the segment at the given index.
doInitialize() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.component.base.AbstractLoggableComponent
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.lang.base.SimpleEnumProvider
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method performs the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.nls.base.AbstractNlsDependencies
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactoryImpl
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.nls.impl.NlsBundleFactoryImpl
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.session.api.UserSessionAccess.AbstractUserSessionProvider
This method is invoked at the end of the actual initialization.
DOLLAR_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the currency dollar.
domUtil - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
 
domUtil - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
 
DomUtil - Interface in net.sf.mmm.util.xml.api
This is the interface for a collection of utility functions that help to deal with the DOM API.
DomUtilImpl - Class in net.sf.mmm.util.xml.base
This utility class contains methods that help to deal with the DOM API.
DomUtilImpl() - Constructor for class net.sf.mmm.util.xml.base.DomUtilImpl
The constructor.
done - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStream
 
DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
DOUBLE_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_COLON_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_DAGGER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
As it seems, unicode only specifies the combining double grave accent.
DOUBLE_HIGH_REVERSED_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LEFT_ARC_GREATER_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LINE_EQUAL_TO_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LINE_EQUAL_TO_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LOW_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_NESTED_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_NESTED_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_PRECEDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_RIGHT_ARC_LESS_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SOLIDUS_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STROKE_NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_Q - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_CAPITAL_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_SMALL_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_SMALL_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_SMALL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SUCCEEDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_UP_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_VERTICAL_BAR_DOUBLE_RIGHT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DoubleLinkedNode<V,NODE extends DoubleLinkedNode<V,NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node of a double linked list.
DOWN_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWN_RIGHT_DIAGONAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWN_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWN_TACK_WITH_CIRCLE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_LEFTWARDS_OF_UPWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_WITH_TIP_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_DOWNWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_UPWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_RIGHT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_RIGHT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
duplicateIdErrors - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
 
DuplicateObjectException - Exception in net.sf.mmm.util.nls.api
An DuplicateObjectException is thrown if an object was rejected because it is a duplicate.
DuplicateObjectException() - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectException
The constructor for de-serialization in GWT.
DuplicateObjectException(Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectException
The constructor.
DuplicateObjectException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectException
The constructor.
DuplicateObjectException(Object, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectException
The constructor.
DuplicateObjectUserException - Exception in net.sf.mmm.util.nls.api
This is a DuplicateObjectException that represents a user failure (is NOT technical).
DuplicateObjectUserException() - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectUserException
The constructor for de-serialization in GWT.
DuplicateObjectUserException(Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectUserException
The constructor.
DuplicateObjectUserException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectUserException
The constructor.
DuplicateObjectUserException(Object, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectUserException
The constructor.
duration - Variable in class net.sf.mmm.util.date.api.TimeMeasure
The end time.
DurationUtil - Interface in net.sf.mmm.util.date.api
This is a collection of utility functions for dealing with time and durations.
DurationUtilImpl - Class in net.sf.mmm.util.date.base
This is the implementation of DurationUtil.
DurationUtilImpl() - Constructor for class net.sf.mmm.util.date.base.DurationUtilImpl
The constructor.
dynamic - Variable in class net.sf.mmm.util.validation.base.ValidatorCompare
 

E

EIGHTH_NOTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
element - Variable in class net.sf.mmm.util.collection.base.SingleElementIterator
The single element to iterate.
ELEMENT_ESCAPE_END - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The suffix used to escape an element (that may contain AbstractValueConverterToContainer.ELEMENT_SEPARATOR).
ELEMENT_ESCAPE_START - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The prefix used to escape an element (that may contain AbstractValueConverterToContainer.ELEMENT_SEPARATOR).
ELEMENT_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_OPENING_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_LONG_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_TWO_HORIZONTAL_STROKES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_SEPARATOR - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The character used to separate the element of the collection.
elements - Variable in class net.sf.mmm.util.collection.base.RankMap
 
EM_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The em dash - a longer dash.
EM_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_CHAR_ARRAY - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
An empty char array.
EMPTY_INSTANCE - Static variable in class net.sf.mmm.util.cli.base.CliParameterConsumer
An empty instance.
EMPTY_INT_ARRAY - Static variable in interface net.sf.mmm.util.lang.api.BasicUtil
An empty int array.
EMPTY_SET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_LEFT_ARROW_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_RIGHT_ARROW_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_SMALL_CIRCLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_STRING_ARRAY - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
An empty String array.
EmptyIterator - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that is always empty.
EmptyIterator() - Constructor for class net.sf.mmm.util.collection.base.EmptyIterator
The constructor.
EN_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The en dash - a shorter dash.
EN_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
enclosingClass - Variable in class net.sf.mmm.util.reflect.api.ClassName
 
encoding - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
 
encoding - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
ENCODING_CP_437 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP437 also called DOS-US.
ENCODING_CP_737 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP737.
ENCODING_CP_850 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP850.
ENCODING_CP_852 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP852.
ENCODING_CP_855 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP855.
ENCODING_CP_857 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP857.
ENCODING_CP_858 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP857.
ENCODING_CP_860 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP860.
ENCODING_CP_861 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP861.
ENCODING_CP_863 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP863.
ENCODING_CP_865 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP865.
ENCODING_CP_866 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP866.
ENCODING_CP_869 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP869.
ENCODING_ISO_8859_1 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-1 also called Latin-1.
ENCODING_ISO_8859_10 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-10 also called Latin-6.
ENCODING_ISO_8859_11 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-11.
ENCODING_ISO_8859_12 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
Deprecated.
ENCODING_ISO_8859_13 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-13 also called Latin-7.
ENCODING_ISO_8859_14 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-14 also called Latin-8.
ENCODING_ISO_8859_15 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-15 also called Latin-9.
ENCODING_ISO_8859_16 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-16 also called Latin-10.
ENCODING_ISO_8859_2 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-2 also called Latin-2.
ENCODING_ISO_8859_3 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-3 also called Latin-3.
ENCODING_ISO_8859_4 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-4 also called Latin-4.
ENCODING_ISO_8859_5 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-5.
ENCODING_ISO_8859_6 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-6.
ENCODING_ISO_8859_7 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-7.
ENCODING_ISO_8859_8 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-8.
ENCODING_ISO_8859_9 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-9 also called Latin-5.
ENCODING_KOI8_R - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding KOI8-R.
ENCODING_KOI8_U - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding KOI8-U.
ENCODING_US_ASCII - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding US-ASCII (American Standard Code for Information Interchange) also just called ASCII.
This is a basic encoding for Java contained in lib/rt.jar.
ENCODING_UTF_16 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-16.
ENCODING_UTF_16_BE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-16, big-endian.
ENCODING_UTF_16_LE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-16, little-endian.
ENCODING_UTF_32 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-32.
ENCODING_UTF_32_BE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-32, big-endian.
ENCODING_UTF_32_LE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-32, little-endian.
ENCODING_UTF_8 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-8.
ENCODING_WINDOWS_1250 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1250 also called Windows-1250.
ENCODING_WINDOWS_1251 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1251 also called Windows-1251.
ENCODING_WINDOWS_1252 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1252 also called Windows-1252.
ENCODING_WINDOWS_1253 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1253 also called Windows-1253.
ENCODING_WINDOWS_1254 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1254 also called Windows-1254.
ENCODING_WINDOWS_1255 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1255 also called Windows-1255.
ENCODING_WINDOWS_1256 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1256 also called Windows-1256.
ENCODING_WINDOWS_1257 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1257 also called Windows-1257.
ENCODING_WINDOWS_1258 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1258 also called Windows-1258.
EncodingDetectionReader - Class in net.sf.mmm.util.io.api
This class represents a Reader that automatically detects an encoding while reading the data.
EncodingDetectionReader() - Constructor for class net.sf.mmm.util.io.api.EncodingDetectionReader
 
encodingRankMap - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The RankMap for encoding detection.
EncodingUtil - Interface in net.sf.mmm.util.io.api
This is the interface for a collection of utility functions to that help deal with encodings.
EncodingUtilImpl - Class in net.sf.mmm.util.io.base
This is the implementation of the EncodingUtil interface.
EncodingUtilImpl() - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl
The constructor.
EncodingUtilImpl.AsciiProcessor - Class in net.sf.mmm.util.io.base
This inner class is used to process the byes from the underlying InputStream in ASCII mode.
EncodingUtilImpl.AsciiProcessor() - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
The constructor.
EncodingUtilImpl.Surrogate - Enum in net.sf.mmm.util.io.base
This enum contains represents the type of a EncodingUtilImpl.Surrogate from an UTF-16 sequence.
EncodingUtilImpl.Surrogate() - Constructor for enum net.sf.mmm.util.io.base.EncodingUtilImpl.Surrogate
 
EncodingUtilImpl.UtfDetectionProcessor - Class in net.sf.mmm.util.io.base
This inner class is used to perform the actual UTF detection.
EncodingUtilImpl.UtfDetectionProcessor(String) - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The constructor.
EncodingUtilImpl.UtfDetectionReader - Class in net.sf.mmm.util.io.base
 
EncodingUtilImpl.UtfDetectionReader(InputStream, String) - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The constructor.
END_EXPRESSION - Static variable in interface net.sf.mmm.util.nls.api.NlsArgumentParser
The character used to end a variable expression: 125
END_OF_ITERATOR - Static variable in interface net.sf.mmm.util.lang.api.CharIterator
This is a character that is illegal according to the unicode specification.
END_OPTIONS - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The argument used to indicate that options are complete and arguments will follow.
endDocument() - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
endDocument() - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
endIndex - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
The exclusive end-index in CharSequenceScanner.chars.
endIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
endOfStream - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
true if end of detection-stream, false otherwise.
enforceSerializableForClient - Variable in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
EnglishSingularizer - Class in net.sf.mmm.util.text.base
This is the implementation of the Singularizer interface for English language.
EnglishSingularizer() - Constructor for class net.sf.mmm.util.text.base.EnglishSingularizer
The constructor.
enhanceDescriptor(AbstractPojoDescriptor<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorEnhancer
This method performs the generic enhancements on the given descriptor.
enhanceDescriptor(AbstractPojoDescriptor<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
This method performs the generic enhancements on the given descriptor.
enhanceDescriptor(AbstractPojoDescriptor<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method performs the generic enhancements on the given descriptor.
ensureOpen() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method ensures that this stream has NOT been closed.
Entity - Interface in net.sf.mmm.util.entity.api
This is the interface for an entity or business object.
ENTITY_MAP - Static variable in class net.sf.mmm.util.xml.base.XmlUtilImpl
 
entityEnd - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
EntityId - Interface in net.sf.mmm.util.entity.api
This is the interface for an ID that uniquely identifies an object of a particular type.
EntityIdImpl - Class in net.sf.mmm.util.entity.base
This is the implementation of EntityId including identification of revision.
EntityIdImpl() - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor for de-serialization in GWT.
EntityIdImpl(long, long, Number) - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor.
EntityIdImpl(EntityId) - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor.
EntityIdImpl(String) - Constructor for class net.sf.mmm.util.entity.base.EntityIdImpl
The constructor.
entityStart - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
EntityTo<ID> - Class in net.sf.mmm.util.transferobject.api
This is the abstract base class for an TransferObject corresponding to an PersistenceEntity.
EntityTo() - Constructor for class net.sf.mmm.util.transferobject.api.EntityTo
The constructor.
EntityTo(RevisionedEntity<ID>) - Constructor for class net.sf.mmm.util.transferobject.api.EntityTo
The constructor.
entrySet() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
EnumDefinition<TYPE,CATEGORY> - Interface in net.sf.mmm.util.lang.api
This is the interface for the definition of an EnumType.
enumDefinition - Variable in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
 
enumDefinitionMap - Variable in class net.sf.mmm.util.lang.base.AbstractEnumProvider
 
EnumEnumDefinition<TYPE extends Enum<?>,CATEGORY> - Class in net.sf.mmm.util.lang.base
This class implements EnumDefinition for a java Enum.
ATTENTION:
Please only use this class to build an EnumProvider.
EnumEnumDefinition(Class<TYPE>) - Constructor for class net.sf.mmm.util.lang.base.EnumEnumDefinition
The constructor.
EnumEnumDefinition(Class<TYPE>, EnumDefinition<CATEGORY, ?>) - Constructor for class net.sf.mmm.util.lang.base.EnumEnumDefinition
The constructor.
EnumEnumDefinition(Class<TYPE>, NodeCycle<Class<?>>, EnumDefinition<CATEGORY, ?>) - Constructor for class net.sf.mmm.util.lang.base.EnumEnumDefinition
The constructor.
EnumEnumType - Class in net.sf.mmm.util.lang.base
This is a simple implementation of EnumType to retro-fit Enums that do not implement EnumType.
EnumEnumType(Enum<?>) - Constructor for class net.sf.mmm.util.lang.base.EnumEnumType
The constructor.
EnumProvider - Interface in net.sf.mmm.util.lang.api
This is the interface for a generic provider of enumerations.
EnumType<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a particular enumeration.
enumType - Variable in class net.sf.mmm.util.lang.base.EnumEnumDefinition
 
EnumTypeWithCategory<V,CATEGORY> - Interface in net.sf.mmm.util.lang.api
This is the interface for an EnumType that has a category.
enumValues - Variable in class net.sf.mmm.util.lang.base.AbstractSimpleEnumDefinition
 
enumValues - Variable in class net.sf.mmm.util.lang.base.EnumEnumDefinition
 
environment - Variable in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
The Environment used to determine if we are running in production.
ENVIRONMENT_TYPE_ACCEPTANCE - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
The environment type for the acceptance environment.
ENVIRONMENT_TYPE_DEVELOPMENT - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
The environment type for the development environment.
ENVIRONMENT_TYPE_PRE_PRODUCTION - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
The environment type for the pre-production environment.
ENVIRONMENT_TYPE_PRODUCTION - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
The environment type for the production environment.
ENVIRONMENT_TYPE_STAGING - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
The environment type for the staging environment.
ENVIRONMENT_TYPE_TEST - Static variable in interface net.sf.mmm.util.lang.api.EnvironmentDetector
The environment type for the test environment.
environmentDetector - Variable in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
EnvironmentDetector - Interface in net.sf.mmm.util.lang.api
This is the interface for a detector of the environment.
EnvironmentDetectorSpringProfileImpl - Class in net.sf.mmm.util.lang.base
This is the default implementation of EnvironmentDetector.
EnvironmentDetectorSpringProfileImpl() - Constructor for class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
The constructor.
environmentType - Variable in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
 
eos - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
true if end of stream is reached.
eos - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
true if the end of the stream has been reached, false otherwise.
EQUAL_AND_PARALLEL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUAL_TO_OR_PRECEDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUAL_TO_OR_SUCCEEDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
equals(Object) - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
equals(Object) - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
equals(Object) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
equals(Object) - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
equals(Object) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
equals(Object) - Method in class net.sf.mmm.util.file.base.FileAttributes
equals(Object) - Method in class net.sf.mmm.util.lang.api.AbstractSimpleDatatypeBase
equals(Object) - Method in class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
equals(Object) - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
This implementation is to be discussed, because it can violate the contract of the equals method as defined by Object.
equals(Object) - Method in class net.sf.mmm.util.reflect.api.Arguments
equals(Object) - Method in class net.sf.mmm.util.reflect.api.ClassName
equals(Object) - Method in class net.sf.mmm.util.reflect.api.Signature
equals(Object) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
equals(Object) - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
equals(Object) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
equals(Object) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
equals(Object) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
equals(Object) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
EQUALS_COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The equals-than sign for the according mathematical relation.
EQUALS_SIGN_ABOVE_PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_AND_SLANTED_PARALLEL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_AND_SLANTED_PARALLEL_WITH_TILDE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_WITH_BUMPY_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_WITH_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_WITH_TWO_DOTS_ABOVE_AND_TWO_DOTS_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_WITH_ASTERISK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
equalsChecker - Variable in class net.sf.mmm.util.collection.base.CustomHashKey
 
EqualsChecker<VALUE> - Interface in net.sf.mmm.util.lang.api
This (functional) interface allows to implement an external function to check if two objects are considered as equal independent from the objects equals method.
EqualsCheckerArray - Class in net.sf.mmm.util.lang.base
This is an implementation of EqualsChecker that recursively checks arrays based on a given EqualsChecker delegate.
EqualsCheckerArray(EqualsChecker<Object>) - Constructor for class net.sf.mmm.util.lang.base.EqualsCheckerArray
The constructor.
EqualsCheckerCollection - Class in net.sf.mmm.util.lang.base
This is an implementation of EqualsChecker that recursively checks Collections based on a given EqualsChecker delegate.
EqualsCheckerCollection(EqualsChecker<Object>) - Constructor for class net.sf.mmm.util.lang.base.EqualsCheckerCollection
The constructor.
EqualsCheckerIsEqual - Class in net.sf.mmm.util.lang.api
This is an implementation of EqualsChecker that simply delegates to Object.equals(Object).
EqualsCheckerIsEqual() - Constructor for class net.sf.mmm.util.lang.api.EqualsCheckerIsEqual
The constructor.
If possible use EqualsCheckerIsEqual.getInstance() instead.
EqualsCheckerIsSame - Class in net.sf.mmm.util.lang.api
This is an implementation of EqualsChecker that simply checks if two objects are same (identical instances, checked via == operator).
EqualsCheckerIsSame() - Constructor for class net.sf.mmm.util.lang.api.EqualsCheckerIsSame
The constructor.
If possible use EqualsCheckerIsSame.getInstance() instead.
EQUIANGULAR_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUIVALENT_WITH_FOUR_DOTS_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
error(String) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
error(String, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
error(String, Object, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
error(String, Object...) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
error(String, Throwable) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
errorAccessFailed(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorAlreadyInitialized() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorAnnotationNotForTarget(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorAnnotationNotRuntime(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorArgumentNull(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorBufferLengthExceed(int, int) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCast(Object, Type, Type) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliArgumentMissing(String, String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliArgumentReferenceMissing(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliClassNoProperty(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliModeUndefined(String, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionAndArgumentAnnotation(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionDuplicate(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionIncompatibleModes(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionMisplaced(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionMissing(String, String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionMissingValue(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionNameIllegal(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliOptionUndefined(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliParameterListEmpty() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorCliParser(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorComposed(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorDuplicateObject(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorDuplicateObjectWithKey(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorDuplicateObjectWithKeyAndExisting(Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorFileAlreadyExists(String, boolean) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorFileAttributeModificationFailed(String, boolean) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorFileCreationFailed(String, boolean) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorFileDeletionFailed(String, boolean) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorFileNotExists(String, boolean) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIllegalArgument(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIllegalArgumentWithName(Object, String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIllegalCase(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIllegalDate(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIllegalState() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIncreaseExceedsMaxGrowth(int, int) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorInstantiationFailed(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorInvocationFailed() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorInvocationFailedOf(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorInvocationFailedOn(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIo() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIoClose() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIoCopy() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIoFlush() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIoRead() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorIoWrite() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorMandatory() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
ErrorMessage - Class in net.sf.mmm.util.lang.base
This is the implementation of an error Message that is already localized.
ErrorMessage() - Constructor for class net.sf.mmm.util.lang.base.ErrorMessage
The constructor for de-serialization in GWT.
ErrorMessage(String, Object, String, UUID, String, boolean) - Constructor for class net.sf.mmm.util.lang.base.ErrorMessage
The constructor.
ErrorMessage(String, Object, NlsMessage, UUID, String, boolean) - Constructor for class net.sf.mmm.util.lang.base.ErrorMessage
The constructor.
ErrorMessage(NlsThrowable) - Constructor for class net.sf.mmm.util.lang.base.ErrorMessage
The constructor.
errorNlsChoiceNoElse() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorNlsChoiceOnlyElse() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorNodeCycle(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorNotInitialized() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorNumberConversion(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorObjectDisposed(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorObjectMismatch(Object, Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorObjectNotFound(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorParseExpected(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorParseFormat(Object, Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorParseType(Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathAccess(String, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathCachingDisabled(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathConversion(String, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathCreation(String, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathIllegal(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathSegmentIsNull(String, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPathUnsafe(String, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPropertyNotAccessible(Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorPojoPropertyNotFound(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorReadOnly(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorResourceAmbiguous(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorResourceAmbiguousWithIds(String, String...) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorResourceMissing(String) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorResourceNotAvailable(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorResourceNotWritable(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorResourceUndefinedUri(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errors - Variable in exception net.sf.mmm.util.nls.api.ComposedException
The child errors.
errorSearchTimeout() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorSecurityRestriction() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorStreamClosed() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorTechnical() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorTypeIllegalWildcard(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorTypeNotFound(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorUnknownCollectionInterface(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorUnsupportedOperation() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorUnsupportedOperationWithName(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValidation() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueComparison(Object, Comparator, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueComparisonWithSource(Object, Comparator, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueConvert(Object, Type, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueNotInFuture(Date) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueNotInPast(Date) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueNotSet(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueOutOfRange(Object, Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorValueWrongType(Object, Object, Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errorXmlInvalid(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
errStream - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
escape - Variable in class net.sf.mmm.util.lang.base.StringSyntaxBean
 
escapeEnd - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The string to end escaping of a token.
escapeStart - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The string to start escaping of a token.
EscapeWriter - Class in net.sf.mmm.util.io.base
This is a wrapper for a writer that allows to map specific characters to a escape sequences given a strings.
The mapping table for escaping is given as string array.
EscapeWriter(String[], Writer) - Constructor for class net.sf.mmm.util.io.base.EscapeWriter
The constructor.
EscapeWriter(Object, String[], Writer) - Constructor for class net.sf.mmm.util.io.base.EscapeWriter
The constructor.
escapeXml(String, boolean) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method escapes the given string for usage in XML (or HTML, etc.).
escapeXml(String, Writer, boolean) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method writes the given string to the writer while escaping special characters for XML (or HTML, etc.).
escapeXml(String, boolean) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method escapes the given string for usage in XML (or HTML, etc.).
escapeXml(String, Writer, boolean) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method writes the given string to the writer while escaping special characters for XML (or HTML, etc.).
ESTIMATES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EURO_CURRENCY_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Sign for Currency EUR.
eval(double, double) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method evaluates this Comparator for the given arguments.
eval(Object, Object) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method evaluates this Comparator for the given arguments.
eval(boolean...) - Method in enum net.sf.mmm.util.lang.api.Conjunction
This method evaluates this conjunction for the given boolean arguments.
evalComparable(Comparable, Comparable) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method handles Comparator.eval(Object, Object) for two Comparables.
evalComparable(Comparator, Comparable, Comparable) - Static method in class net.sf.mmm.util.lang.api.ComparatorHelper
Event - Interface in net.sf.mmm.util.event.api
This is the interface for a generic event.
EventListener<E extends Event> - Interface in net.sf.mmm.util.event.api
This is the interface for a generic event listener.
EventSource<E extends Event,L extends EventListener<E>> - Interface in net.sf.mmm.util.event.api
This interface allows listeners to be registered and unregistered.
NOTE:
For event base communication between loosely coupled components we recommend to use the event-bus pattern that is properly implemented by guava.
exactness - Variable in class net.sf.mmm.util.math.base.NumberTypeImpl
 
exceptionMap - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
The Map with explicit exceptions.
ExceptionTruncation - Class in net.sf.mmm.util.exception.api
This class configures the (potential) truncation of an exception.
ExceptionTruncation(boolean, boolean, boolean) - Constructor for class net.sf.mmm.util.exception.api.ExceptionTruncation
The constructor.
ExceptionUtil - Interface in net.sf.mmm.util.exception.api
This is the interface for a collection of utility functions to deal with exceptions (Throwables).
ExceptionUtilImpl - Class in net.sf.mmm.util.exception.base
This is the default implementation of ExceptionUtil.
ExceptionUtilImpl() - Constructor for class net.sf.mmm.util.exception.base.ExceptionUtilImpl
The constructor.
ExceptionUtilLimited - Interface in net.sf.mmm.util.exception.api
This is a limited subset of ExceptionUtil that is GWT compatible.
ExceptionUtilLimitedImpl - Class in net.sf.mmm.util.exception.base
This is the default implementation of ExceptionUtilLimited.
ExceptionUtilLimitedImpl() - Constructor for class net.sf.mmm.util.exception.base.ExceptionUtilLimitedImpl
The constructor.
EXCLAMATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The exclamation mark used to terminate an exclamation.
excludeSuperType - Variable in class net.sf.mmm.util.reflect.base.AssignableFromFilter
 
execute(Runnable) - Method in class net.sf.mmm.util.concurrent.base.SimpleExecutor
execute(ProcessContext, ProcessBuilder...) - Method in interface net.sf.mmm.util.process.api.ProcessUtil
This method executes the external Processes configured by the given builders.
execute(ProcessContext, long, TimeUnit, ProcessBuilder...) - Method in interface net.sf.mmm.util.process.api.ProcessUtil
This method executes the external Processes configured by the given builders.
execute(ProcessContext, ProcessBuilder...) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method executes the external Processes configured by the given builders.
execute(ProcessContext, long, TimeUnit, ProcessBuilder...) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method executes the external Processes configured by the given builders.
executeAsync(ProcessContext, ProcessBuilder...) - Method in interface net.sf.mmm.util.process.api.ProcessUtil
This method executes the external Processes configured by the given builders as async task.
executeAsync(ProcessContext, ProcessBuilder...) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method executes the external Processes configured by the given builders as async task.
executor - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
executor - Variable in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
 
executor - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
executor - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.AsyncProcessExecutorImpl
The actual task to run.
executor - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl
 
EXIT_CODE_CONSTRAINT_VIOLATION - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code on constraint error (illegal command-line value).
EXIT_CODE_ILLEGAL_SYNTAX - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code on syntax error (illegal command-line arguments).
EXIT_CODE_OK - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code on success.
EXIT_CODE_UNEXPECTED - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code if an unexpected error occurred.
expect(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method skips all next characters as long as they equal to the according character of the expected string.
If a character differs this method stops and the parser points to the first character that differs from expected.
expect(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method checks that the current character is equal to the given expected character.
If the current character was as expected, the parser points to the next character.
expect(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method skips all next characters as long as they equal to the according character of the expected string.
If a character differs this method stops and the parser points to the first character that differs from expected.
expect(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method checks that the current character is equal to the given expected character.
If the current character was as expected, the parser points to the next character.
expectedModCount - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
The modCount value that the iterator believes that the backing List should have.
expectStrict(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method acts as CharStreamScanner.expect(String, boolean) but if the expected String is NOT completely present, no character is consumed and the state of the scanner remains unchanged.
expectStrict(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method acts as CharStreamScanner.expect(String, boolean) but if the expected String is NOT completely present, no character is consumed and the state of the scanner remains unchanged.
extend(boolean, FilterRule<V>...) - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method extends this chain with additionalRules.
extend(StringTransformerRule...) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method extends this chain with additionalRules.
ATTENTION:
If you want to be able to marshall the chain with JAXB, you have to use StringTransformerChain.StringTransformerChain(String, StringTransformerChain, StringTransformerRule...) instead.
EXTENDABLE_INTERFACE - Static variable in interface net.sf.mmm.util.component.api.Api
This is used to mark interfaces of the API that may potentially be extended.
extendedModes - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
ExtendedPojoDescriptorDependenciesImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This class extends PojoDescriptorDependenciesImpl with additional components to inject.
ExtendedPojoDescriptorDependenciesImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
The constructor.
ExternalValidatingIdResolver - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of IDResolver validating that no IDs are duplicated or missing (IDRef is pointing to an undefined ID).
ATTENTION:
This class only works if jaxb-impl (com.sun.xml.bind) is on your classpath!
ExternalValidatingIdResolver() - Constructor for class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
The constructor.
extractPlainText(String, StringBuilder, ParserState) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method extracts the plain text from the given htmlFragment and appends it to the given buffer.
extractPlainText(String, StringBuilder, ParserState) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method extracts the plain text from the given htmlFragment and appends it to the given buffer.

F

factory - Static variable in class net.sf.mmm.util.nls.api.NlsAccess
 
factory - Static variable in class net.sf.mmm.util.uuid.api.UuidAccess
 
factory - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The factory used to create additional readers.
fail() - Method in class net.sf.mmm.util.date.api.TimeMeasure
This method is to be called once after the operation(s) to measure failed (e.g.
failIfNotSucceeded() - Method in class net.sf.mmm.util.date.api.TimeMeasure
Invokes TimeMeasure.fail() if TimeMeasure.succeed() has not been invoked before.
FailingInputStream - Class in net.sf.mmm.util.io.base
This is an implementation of InputStream that will throw an exception for every method of InputStream.
FailingInputStream() - Constructor for class net.sf.mmm.util.io.base.FailingInputStream
The constructor.
failureList - Variable in class net.sf.mmm.util.validation.base.ValidationStateFailureCollector
 
failureList - Variable in class net.sf.mmm.util.validation.base.ValidationStateImpl
 
failureMessages - Variable in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
 
failures - Variable in class net.sf.mmm.util.validation.base.ComposedValidationFailure
 
failureView - Variable in class net.sf.mmm.util.validation.base.ValidationStateImpl
 
fallback - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
This flag indicates whether we are actively inside a fallback section.
FALSE - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
a string representing the boolean value false
FastStringHasher - Class in net.sf.mmm.util.text.base
This is a fast implementation of StringHasher.
FastStringHasher() - Constructor for class net.sf.mmm.util.text.base.FastStringHasher
The constructor.
FEMALE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FEMININE_ORDINAL_INDICATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The feminine ordinal indicator.
field - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
 
fieldIntrospector - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
 
fields - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
the fields.
FIGURE_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The figure dash (for digits).
FIGURE_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
file - Variable in class net.sf.mmm.util.resource.base.FileResource
The File to adapt.
FileAccessClass - Enum in net.sf.mmm.util.file.api
This class represents the three distinct classes of Unix (POSIX) file permissions.
FileAccessClass() - Constructor for enum net.sf.mmm.util.file.api.FileAccessClass
 
FileAccessPermissions - Class in net.sf.mmm.util.file.base
This class represents the permissions of a file.
FileAccessPermissions() - Constructor for class net.sf.mmm.util.file.base.FileAccessPermissions
The constructor.
FileAccessPermissions(int) - Constructor for class net.sf.mmm.util.file.base.FileAccessPermissions
The constructor.
FileAlreadyExistsException - Exception in net.sf.mmm.util.file.api
A FileAlreadyExistsException is thrown if a file or directory already exists but was NOT expected.
FileAlreadyExistsException(File) - Constructor for exception net.sf.mmm.util.file.api.FileAlreadyExistsException
The constructor.
FileAlreadyExistsException(String) - Constructor for exception net.sf.mmm.util.file.api.FileAlreadyExistsException
The constructor.
FileAlreadyExistsException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileAlreadyExistsException
The constructor.
FileAttributeModificationFailedException - Exception in net.sf.mmm.util.file.api
A FileAttributeModificationFailedException is thrown if the attributes of a file or directory failed to be modified.
FileAttributeModificationFailedException(File) - Constructor for exception net.sf.mmm.util.file.api.FileAttributeModificationFailedException
The constructor.
FileAttributeModificationFailedException(String) - Constructor for exception net.sf.mmm.util.file.api.FileAttributeModificationFailedException
The constructor.
FileAttributeModificationFailedException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileAttributeModificationFailedException
The constructor.
FileAttributes - Class in net.sf.mmm.util.file.base
This class represents the attributes of a file as defined in a Unix/Posix Filesystem.
FileAttributes() - Constructor for class net.sf.mmm.util.file.base.FileAttributes
The constructor.
FileAttributes(BasicUtil) - Constructor for class net.sf.mmm.util.file.base.FileAttributes
The constructor.
FileCreationFailedException - Exception in net.sf.mmm.util.file.api
A FileCreationFailedException is thrown if a file or directory should be created but the creation failed.
FileCreationFailedException(File) - Constructor for exception net.sf.mmm.util.file.api.FileCreationFailedException
The constructor.
FileCreationFailedException(String) - Constructor for exception net.sf.mmm.util.file.api.FileCreationFailedException
The constructor.
FileCreationFailedException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileCreationFailedException
The constructor.
FileDeletionFailedException - Exception in net.sf.mmm.util.file.api
A FileDeletionFailedException is thrown if a file or directory should be deleted but the deletion failed.
FileDeletionFailedException(File) - Constructor for exception net.sf.mmm.util.file.api.FileDeletionFailedException
The constructor.
FileDeletionFailedException(String) - Constructor for exception net.sf.mmm.util.file.api.FileDeletionFailedException
The constructor.
FileDeletionFailedException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileDeletionFailedException
The constructor.
FileFilterAdapter - Class in net.sf.mmm.util.file.base
This class implements the FileFilter interface by simply delegating to a Filter<File>.
FileFilterAdapter(Filter<File>) - Constructor for class net.sf.mmm.util.file.base.FileFilterAdapter
The constructor.
FileItem - Interface in net.sf.mmm.util.io.api
This is the interface for a File.
FileNotExistsException - Exception in net.sf.mmm.util.file.api
A FileNotExistsException is thrown if a file or directory is expected but was NOT found.
FileNotExistsException(File) - Constructor for exception net.sf.mmm.util.file.api.FileNotExistsException
The constructor.
FileNotExistsException(String) - Constructor for exception net.sf.mmm.util.file.api.FileNotExistsException
The constructor.
FileNotExistsException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileNotExistsException
The constructor.
FileResource - Class in net.sf.mmm.util.resource.base
This is the implementation of the BrowsableResource interface for a resource that is a regular File.
FileResource(File) - Constructor for class net.sf.mmm.util.resource.base.FileResource
The constructor.
FileResource(String) - Constructor for class net.sf.mmm.util.resource.base.FileResource
The constructor.
FileResource.FileResourceIterable - Class in net.sf.mmm.util.resource.base
This inner class is an Iterable of FileResources.
FileResource.FileResourceIterable() - Constructor for class net.sf.mmm.util.resource.base.FileResource.FileResourceIterable
The constructor.
FileResource.FileResourceIterator - Class in net.sf.mmm.util.resource.base
This inner class is an Iterator of FileResources.
FileResource.FileResourceIterator(File[]) - Constructor for class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
The constructor.
FileResourceProvider - Class in net.sf.mmm.util.resource.impl.spi
This is the implementation of DataResourceProvider for FileResource.
FileResourceProvider() - Constructor for class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
The constructor.
files - Variable in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
The array of Files.
FileStringFilterAdapter - Class in net.sf.mmm.util.file.base
This class implements the FileFilter interface by simply delegating to a Filter<String>.
FileStringFilterAdapter(Filter<String>) - Constructor for class net.sf.mmm.util.file.base.FileStringFilterAdapter
The constructor.
FileType - Enum in net.sf.mmm.util.file.api
This enum contains the available types of a file.
FileType() - Constructor for enum net.sf.mmm.util.file.api.FileType
 
fileType - Variable in class net.sf.mmm.util.file.base.PatternFileFilter
The type of the acceptable files or null if any type is acceptable.
FileUtil - Interface in net.sf.mmm.util.file.api
This is the interface for a collection of utility functions for File handling and manipulation.
fileUtil - Variable in class net.sf.mmm.util.resource.base.UrlResource
The FileUtil instance.
fileUtil - Variable in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
 
fileUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToFile
 
FileUtilImpl - Class in net.sf.mmm.util.file.base
This class is a collection of utility functions for File handling and manipulation.
FileUtilImpl() - Constructor for class net.sf.mmm.util.file.base.FileUtilImpl
The constructor.
FileUtilImpl.PathSegment - Class in net.sf.mmm.util.file.base
This inner class represents a segment of a glob-matching path.
FileUtilImpl.PathSegment(String) - Constructor for class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
The constructor.
FileUtilImpl.PathSegment(String, Pattern) - Constructor for class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
The constructor.
fill(byte[], int, int) - Method in interface net.sf.mmm.util.io.api.ComposedByteBuffer
This method fills the given buffer starting at offset with the next bytes from this ComposedByteBuffer.
fill(InputStream) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method fills this buffer using the given inputStream.
fill(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method fills the given buffer starting at offset with the next bytes from this ComposedByteBuffer.
fill() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method (re-)fills the internal buffer as far as data is available from the underlying InputStream without consuming data from the stream.
fill(InputStream) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferBuffer
This method fills this buffer using the given inputStream.
fill(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method fills the given buffer starting at offset with the next bytes from this ComposedByteBuffer.
fill(InputStream) - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method fills this buffer using the given inputStream.
fill(int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
This method tries to ensure that the internal buffer has at least the given number of bytes available.
fill(Appendable, char, int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method fills the Appendable with the given count of filler characters.
filler - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
filler - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The character used to fill up.
fillInStackTrace() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
Prevents creating a stacktrace.
filter - Variable in class net.sf.mmm.util.collection.base.FilteredIterable
 
filter - Variable in class net.sf.mmm.util.collection.base.FilteredIterator
 
filter - Variable in class net.sf.mmm.util.file.base.FileFilterAdapter
 
filter - Variable in class net.sf.mmm.util.file.base.FileStringFilterAdapter
 
Filter<V> - Interface in net.sf.mmm.util.filter.api
This is the interface for a filter that decides if a given value is acceptable or should be filtered.
See also java.util.function.Predicate.
filter - Variable in class net.sf.mmm.util.reflect.base.ClassNameCollector
Filter to accept class-names.
filter - Variable in class net.sf.mmm.util.reflect.base.ResourceCollector
Filter to accept resource-names.
filter - Variable in class net.sf.mmm.util.reflect.base.ResourceNameCollector
Filter to accept resource-names.
FILTER_COMPARATOR - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
FILTER_COMPARATOR_ARGUMENT - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The CharFilter for the comparator argument.
FILTER_ELSE - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
FilteredIterable<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of an Iterator that adapts another Iterator but only iterates the elements that are accepted by a given Filter.
ATTENTION:
This implementation is using FilteredIterator.
FilteredIterable(Iterable<E>, Filter<E>) - Constructor for class net.sf.mmm.util.collection.base.FilteredIterable
The constructor.
FilteredIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of an Iterator that adapts another Iterator but only iterates the elements that are accepted by a given Filter.
ATTENTION:
According to the design of the Iterator interface, it is NOT possible to implement the AbstractIterator.remove() method properly here.
FilteredIterator(Iterator<E>, Filter<E>) - Constructor for class net.sf.mmm.util.collection.base.FilteredIterator
The constructor.
filterList - Variable in class net.sf.mmm.util.filter.base.ConjunctionCharFilter
the filters to check.
filterList - Variable in class net.sf.mmm.util.filter.base.ConjunctionFilter
the filters to check.
FilterRule<V> - Interface in net.sf.mmm.util.filter.api
This is the interface for a filter rule.
FilterRuleChain<V> - Class in net.sf.mmm.util.filter.base
This class implements a Filter that is based on a chain of FilterRules.
FilterRuleChain() - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChain
The non-arg constructor.
NOTE:
This constructor should not be called directly! It is only intended for reflective access (e.g.
FilterRuleChain(boolean, FilterRule<V>...) - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChain
The constructor.
FilterRuleChain(String, FilterRuleChain<V>, boolean, FilterRule<V>...) - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChain
The constructor.
FilterRuleChainPlainParser - Class in net.sf.mmm.util.filter.base
This class allows to parse a list of including and excluding regex PatternFilterRules and build an according FilterRuleChain.
FilterRuleChainPlainParser() - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
The constructor.
FilterRuleChainXmlParser - Class in net.sf.mmm.util.filter.base
This class allows to parse a list of including and excluding regex PatternFilterRules from XML and build an according FilterRuleChain.
FilterRuleChainXmlParser() - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The constructor.
FilterRuleChainXmlParser(DomUtil) - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The constructor.
findBundles() - Method in interface net.sf.mmm.util.nls.impl.NlsResourceBundleLocator
This method automatically finds and creates instances of ResourceBundle for Locale.ROOT via NlsTemplateResolver.CLASSPATH_NLS_BUNDLE.
findBundles() - Method in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
This method automatically finds and creates instances of ResourceBundle for Locale.ROOT via NlsTemplateResolver.CLASSPATH_NLS_BUNDLE.
findClassNames(String, boolean) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Filter<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Filter<String>, ClassLoader) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Set<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Set<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Filter<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findClassNames(String, boolean, Set<String>, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
 
findFields(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.NoPojoFieldIntrospector
This method finds the fields of the given pojoType.
findFields(Class<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoFieldIntrospector
This method finds the fields of the given pojoType.
findFields(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl
This method finds the fields of the given pojoType.
findFirst() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method has to be called from the constructor of the implementing class.
findFirst() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method has to be called from the constructor of the implementing class.
findInArray(Object, Object[], boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
findInArray(Object, Object, boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
Unlike BasicUtil.findInArray(Object, Object[], boolean) this method also works for primitive arrays (such as int[]).
findInArray(Object, Object[], boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
findInArray(Object, Object, boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
Unlike BasicUtil.findInArray(Object, Object[], boolean) this method also works for primitive arrays (such as int[]).
findMethods(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.NoPojoMethodIntrospector
This method finds all Methods of the given pojoType.
findMethods(Class<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoMethodIntrospector
This method finds all Methods of the given pojoType.
findMethods(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
This method finds all Methods of the given pojoType.
findNext() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.collection.base.FilteredIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumDefinitionIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.xml.base.JoiningNodeIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.xml.base.NodeIterator
This method tries to find the next element.
findPropertyAnnotations(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.cli.base.CliState
This method finds the properties annotated with CliOption or CliArgument.
findResource(Class<?>, String, Locale) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
findResource(String, String, Locale) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
This method finds a localized resource.
findResource(Class<?>, String, Locale) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
findResource(String, String, Locale) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
This method finds a localized resource.
findResourceNames(String, boolean, Filter<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResourceNames(String, boolean, Filter<String>, ClassLoader) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResourceNames(String, boolean, Filter<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResourceNames(String, boolean, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResources(String, boolean, Filter<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResources(String) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that match to the given absoluteClasspath.
findResources(String, boolean, Filter<String>, ClassLoader) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResources(String, boolean, Filter<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
findResources(String) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that match to the given absoluteClasspath.
findResources(String, boolean, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
ATTENTION:
This is a relative expensive operation.
FINITE_PART_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
fireEvent(E) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method sends the given event to all registered listeners.
fireEvent(E, L) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method sends the given event to the given listener.
fireEvent(E, L) - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method sends the given event to the given listener.
firstBuffer - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
The first buffer of the chain.
firstNonAsciiPosition - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The EncodingUtilImpl.UtfDetectionProcessor.bytePosition where the first non-ascii byte was detected.
flags - Variable in class net.sf.mmm.util.pattern.base.RegexPatternCompiler
 
FLOAT - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
flush() - Method in class net.sf.mmm.util.io.base.AppendableWriter
flush() - Method in class net.sf.mmm.util.io.base.EscapeWriter
flush() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
flush() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
flushBuffer() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
This method flushes the internal buffer.
FOR_ALL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
forceInheritence - Variable in class net.sf.mmm.util.reflect.base.AnnotationFilter
If true then also types are accepted if one of their super-types (including implemented interfaces) is properly annotated (see AnnotationUtilImpl.getTypeAnnotation(Class, Class)).
forceNext() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
Like CharStreamScanner.next() this method reads the current character and increments the index.
forceNext() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
Like CharStreamScanner.next() this method reads the current character and increments the index.
forcePeek() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the current character without incrementing the index.
forcePeek() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the current character without incrementing the index.
FORCES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FORM_FEED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The character indicating a move to the next page.
format(V) - Method in interface net.sf.mmm.util.lang.api.Formatter
This method formats the given value.
This is a shorthand of the following code:
format(V, Appendable) - Method in interface net.sf.mmm.util.lang.api.Formatter
This method formats the given value and directly appends to the given buffer.
format(V, Locale) - Method in interface net.sf.mmm.util.lang.api.LocalizableFormatter
This method formats the given value for the given locale.
This is a shorthand of the following code:
format(V, Appendable, Locale) - Method in interface net.sf.mmm.util.lang.api.LocalizableFormatter
This method formats the given value for the given locale and directly appends to the given buffer.
format(V) - Method in class net.sf.mmm.util.lang.base.AbstractFormatter
This method formats the given value.
This is a shorthand of the following code:
format(V, Appendable) - Method in class net.sf.mmm.util.lang.base.AbstractFormatter
This method formats the given value and directly appends to the given buffer.
format(V) - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
This method formats the given value.
This is a shorthand of the following code:
format(V, Locale) - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
This method formats the given value for the given locale.
This is a shorthand of the following code:
format(V, Appendable) - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
This method formats the given value and directly appends to the given buffer.
format(V, Appendable, Locale) - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
This method formats the given value for the given locale and directly appends to the given buffer.
format(String, Object...) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
This is a GWT compatible implementation of MessageFormatter.
format(O, Locale, Map<String, Object>, NlsTemplateResolver) - Method in interface net.sf.mmm.util.nls.api.NlsFormatter
This method formats the given object according to the given locale.
format(O, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsFormatter
This method formats the given object according to the given locale.
format(Void, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFormatter
This method formats the underlying pattern by filling in the given arguments and writing the result into the given buffer.
format(O, Locale, Map<String, Object>, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatter
This method formats the given object according to the given locale.
format(O, Locale, Map<String, Object>, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.SimpleNlsFormatter
This method formats the given object according to the given locale.
format(O, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.base.SimpleNlsFormatter
This method formats the given object according to the given locale.
format - Variable in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.FormatFormatter
 
format(NlsArgument, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsArgumentFormatterImpl
This method formats the given object according to the given locale.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method formats the given object according to the given locale.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
This method formats the given object according to the given locale.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method formats the given object according to the given locale.
format(Void, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
This method formats the underlying pattern by filling in the given arguments and writing the result into the given buffer.
FORMAT_PATTERN - Static variable in class net.sf.mmm.util.text.base.JustificationImpl
The pattern for the format.
FORMAT_SEPARATOR - Static variable in interface net.sf.mmm.util.nls.api.NlsArgumentParser
The character used to separate format type and style: 44
formatDate(Calendar) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date according to ISO 8601.
formatDate(Date) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given date in the format "yyyy-MM-dd" in GMT according to ISO 8601.
formatDate(Date, boolean) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Date, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given date as a date according to ISO 8601.
formatDate(Date, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given date as a date according to ISO 8601.
formatDate(Calendar) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date according to ISO 8601.
formatDate(Date) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given date in the format "yyyy-MM-dd" in GMT according to ISO 8601.
formatDate(Date, boolean) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Date, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given date as a date according to ISO 8601.
formatDate(int, int, int, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
 
formatDateTime(Calendar) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date and time according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date and time according to ISO 8601.
formatDateTime(Date) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given date as a date and time in the format "yyyy-MM-ddTHH:mm:ssZ" (UTC) according to ISO 8601.
formatDateTime(Date, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given date as a date according to ISO 8601.
formatDateTime(Date, boolean, boolean, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given date as a date and time according to ISO 8601.
formatDateTime(Date, boolean, boolean, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given date as a date and time according to ISO 8601.
formatDateTime(Calendar) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date and time according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date and time according to ISO 8601.
formatDateTime(Date) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given date as a date and time in the format "yyyy-MM-ddTHH:mm:ssZ" (UTC) according to ISO 8601.
formatDateTime(Date, boolean, boolean, boolean) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given date as a date according to ISO 8601.
formatDateTime(Date, boolean, boolean, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given date as a date and time according to ISO 8601.
formatDuration(long, long) - Method in class net.sf.mmm.util.date.base.DurationUtilImpl
 
formatMessage(NlsMessage) - Method in class net.sf.mmm.util.lang.base.BooleanFormatter
 
formatMilliseconds(long) - Method in interface net.sf.mmm.util.date.api.DurationUtil
This method formats the given milliseconds as a human readable String.
formatMilliseconds(long) - Method in class net.sf.mmm.util.date.base.DurationUtilImpl
This method formats the given milliseconds as a human readable String.
formatNanoseconds(long) - Method in interface net.sf.mmm.util.date.api.DurationUtil
This method formats the given nanoseconds as a human readable String.
formatNanoseconds(long) - Method in class net.sf.mmm.util.date.base.DurationUtilImpl
This method formats the given nanoseconds as a human readable String.
formatNull() - Method in class net.sf.mmm.util.lang.base.AbstractFormatter
Returns the (static) string representation for the undefined value null.
formatNull() - Method in class net.sf.mmm.util.lang.base.BooleanFormatter
Returns the (static) string representation for the undefined value null.
formatSeconds(long) - Method in interface net.sf.mmm.util.date.api.DurationUtil
This method formats the given seconds as a human readable String.
formatSeconds(long) - Method in class net.sf.mmm.util.date.base.DurationUtilImpl
This method formats the given seconds as a human readable String.
formatter - Variable in class net.sf.mmm.util.collection.base.NodeCycle
 
Formatter<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a formatter that allows to format a given object of a generic type.
Unlike Formatter this variant concentrates on an API rather than an implementation.
formatter - Variable in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
 
formatter - Variable in class net.sf.mmm.util.nls.api.NlsArgument
 
formatterMap - Variable in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
 
FormatterProvider - Class in net.sf.mmm.util.nls.impl.formatter
This class provides Formatters for various types.
FormatterProvider() - Constructor for class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
Construction prohibited.
FormatterProvider.FormatFormatter - Class in net.sf.mmm.util.nls.impl.formatter
FormatterProvider.FormatFormatter(Format) - Constructor for class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.FormatFormatter
The constructor.
FormatterProvider.Iso8601Formatter - Class in net.sf.mmm.util.nls.impl.formatter
FormatterProvider.Iso8601Formatter(Locale, Iso8601Util, String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.Iso8601Formatter
The constructor.
formatters - Variable in class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
 
FormatterToString<V> - Class in net.sf.mmm.util.lang.base
This is an implementation of Formatter that simply delegates to Object.toString().
FormatterToString() - Constructor for class net.sf.mmm.util.lang.base.FormatterToString
The constructor.
formatTime(Calendar, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as time according to ISO 8601.
formatTime(Date, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given date as time according to ISO 8601.
formatTime(Calendar, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as time according to ISO 8601.
formatTime(Date, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given date as time according to ISO 8601.
formatTime(int, int, int, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
 
formatTimeZone(Calendar, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given timezone according to ISO 8601.
formatTimeZone(int, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method formats the given timezone according to ISO 8601.
formatTimeZone(Calendar, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given timezone according to ISO 8601.
formatTimeZone(int, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method formats the given timezone according to ISO 8601.
FOUR_PER_EM_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
fromCamlCase(String, char) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method converts the given string from caml-case syntax to lower-case using the given separator as word-boundary.
Example:
string separator fromCamlCase(string, separator) FooBar - foo-bar someWordMix . some.word.mix AbbreviationsLikeXMLshouldNotBeCapitalized _ abbreviations_like_xmlshould_not_be_capitalized FOO_BAR * foo_bar
fromCamlCase(String, char) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method converts the given string from caml-case syntax to lower-case using the given separator as word-boundary.
Example:
string separator fromCamlCase(string, separator) FooBar - foo-bar someWordMix . some.word.mix AbbreviationsLikeXMLshouldNotBeCapitalized _ abbreviations_like_xmlshould_not_be_capitalized FOO_BAR * foo_bar
fromDirection(Direction) - Static method in enum net.sf.mmm.util.lang.api.Alignment
This is the inverse operation for Alignment.toDirection().
fromSeparatedString(CharSequence, String, StringSyntax) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method is like StringUtil.fromSeparatedString(CharSequence, String, StringSyntax, Collection, ValueConverter) but expects elements of the type String that do not need additional custom conversion.
fromSeparatedString(CharSequence, String, StringSyntax, Collection<String>) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method is like StringUtil.fromSeparatedString(CharSequence, String, StringSyntax, Collection, ValueConverter) but expects elements of the type String that do not need additional custom conversion.
fromSeparatedString(CharSequence, String, StringSyntax, Collection<E>, ValueConverter<String, E>) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method parses the given separatedString that contains elements separated with separator and the given syntax and adds these elements to the given collection.
This is the inverse operation of StringUtil.toSeparatedString(Collection, String, StringSyntax, Formatter).
fromSeparatedString(CharSequence, String, StringSyntax, Collection<E>, ValueConverter<? super String, ? super E>, Class<E>) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method parses the given separatedString that contains elements separated with separator and the given syntax and adds these elements to the given collection.
This is the inverse operation of StringUtil.toSeparatedString(Collection, String, StringSyntax, Formatter).
fromSeparatedString(CharSequence, String, StringSyntax) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method is like StringUtil.fromSeparatedString(CharSequence, String, StringSyntax, Collection, ValueConverter) but expects elements of the type String that do not need additional custom conversion.
fromSeparatedString(CharSequence, String, StringSyntax, Collection<String>) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method is like StringUtil.fromSeparatedString(CharSequence, String, StringSyntax, Collection, ValueConverter) but expects elements of the type String that do not need additional custom conversion.
fromSeparatedString(CharSequence, String, StringSyntax, Collection<E>, ValueConverter<String, E>) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method parses the given separatedString that contains elements separated with separator and the given syntax and adds these elements to the given collection.
This is the inverse operation of StringUtil.toSeparatedString(Collection, String, StringSyntax, Formatter).
fromSeparatedString(CharSequence, String, StringSyntax, Collection<E>, ValueConverter<? super String, ? super E>, Class<E>) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method parses the given separatedString that contains elements separated with separator and the given syntax and adds these elements to the given collection.
This is the inverse operation of StringUtil.toSeparatedString(Collection, String, StringSyntax, Formatter).
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.Alignment
This method gets the Alignment with the given value.
fromValue(Boolean) - Static method in enum net.sf.mmm.util.lang.api.BooleanEnum
This method gets the BooleanEnum for the given value.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.Comparator
This method gets the Comparator for the given symbol.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.Conjunction
This method gets the Conjunction with the given value.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method gets the HorizontalAlignment with the given value.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.Orientation
This method gets the Orientation with the given value.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.VerticalAlignment
This method gets the VerticalAlignment with the given value.
fromValue(String) - Static method in enum net.sf.mmm.util.version.api.DevelopmentPhase
This method gets the DevelopmentPhase with the given value.
FROWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FULL_BLOCK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FULL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The full stop sign used in most languages to terminate a sentence.
function - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
FUNCTION_APPLICATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FUNCTION_NAME_PREFIX - Static variable in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This is the prefix used to indicate a PojoPathFunction in a PojoPath.
functionManager - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
functionMap - Variable in class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
 
functionMap - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
 
functions - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
 

G

generate(JClassType, TreeLogger, GeneratorContext) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method performs the actual generation of the Class to rebind.
generateAccessorRegistrationStatement(PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
Generates the source-code of the statement to register a PojoPropertyAccessor.
generateAccessorStatement(PojoPropertyDescriptor, PojoPropertyAccessorMode<?>, PojoPropertyDescriptor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
Generates the source-code of the statement to register a PojoPropertyAccessor.
generateBlockBundleCreation(SourceWriter, TreeLogger, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
Generates the block that creates the NlsBundle instance lazily via GWT.create(Class).
generateBundleInterface(JClassType, TreeLogger, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
This method generates the GWT-i18n-interface for the NLS-bundle.
generateClassContents(JClassType, TreeLogger, SourceWriter, String, GeneratorContext) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the actual contents of the Class to generate.
generateClassContents(JClassType, TreeLogger, SourceWriter, String, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
This method generates the actual contents of the Class to generate.
generateClassContents(JClassType, TreeLogger, SourceWriter, String, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
This method generates the actual contents of the Class to generate.
generateClassContents(JClassType, TreeLogger, SourceWriter, String, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
This method generates the actual contents of the Class to generate.
generateClassContents(JClassType, TreeLogger, SourceWriter, String, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
This method generates the actual contents of the Class to generate.
generateClassDeclaration(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the additional things for the class declaration.
generateClassDeclaration(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
This method generates the additional things for the class declaration.
generateClassDeclaration(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
This method generates the additional things for the class declaration.
generateClassDeclaration(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
This method generates the additional things for the class declaration.
generateClassDeclaration(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
This method generates the additional things for the class declaration.
generateConstructor(SourceWriter, String, JClassType, PojoDescriptor<?>, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
Generates the constructor of the Class to generate.
generateCreateMessageBlock(SourceWriter, boolean) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Generates the source code block to create a new NlsMessage.
generateDefaultConstructor(SourceWriter, String) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
Generates the the default constructor.
generateFields(SourceWriter, TreeLogger, GeneratorContext, JClassType) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Generates the (private) fields.
generateFields(SourceWriter, TreeLogger, GeneratorContext, JClassType) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
Generates the (private) fields.
generateImportStatements(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the import statements.
generateImportStatements(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
This method generates the import statements.
generateImportStatements(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
This method generates the import statements.
generateImportStatements(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
This method generates the import statements.
generateImportStatements(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
This method generates the import statements.
generateImportStatements(JClassType, TreeLogger, ClassSourceFileComposerFactory, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
This method generates the import statements.
generateIncrementally(TreeLogger, GeneratorContext, String) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
generateLookupMethod(SourceWriter, TreeLogger, GeneratorContext, JMethod, JMethod[]) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Generates the implementation of NlsBundleWithLookup.getMessage(String, Map).
generateMethod(SourceWriter, TreeLogger, GeneratorContext, JMethod) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Generates an implementation of an NlsBundle-method.
generateMethodBody(SourceWriter, TreeLogger, GeneratorContext, JMethod) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Generates an the body of an NlsBundle-method.
generateMethodCreateBundle(SourceWriter, TreeLogger, GeneratorContext) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
Generates the createBundle method.
generateMethodCreateDescriptor(SourceWriter, TreeLogger, String, JClassType, GeneratorContext) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
generateMethodMessageBlock(SourceWriter, TreeLogger, GeneratorContext, String) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Generates the block of the NlsBundle-method body that creates the code block with the String variable AbstractNlsBundleGenerator.VARIABLE_MESSAGE excluding the String declaration.
generateMethodMessageBlock(SourceWriter, TreeLogger, GeneratorContext, String) - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
Generates the block of the NlsBundle-method body that creates the code block with the String variable AbstractNlsBundleGenerator.VARIABLE_MESSAGE excluding the String declaration.
generateMethodNewInstance(JClassType, SourceWriter, PojoDescriptor<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
Generates the method PojoDescriptor.newInstance().
generatePropertyDescriptorBlock(PojoPropertyDescriptor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
Generates the source-code to rebuild the given PojoPropertyDescriptor.
generateSourceCloseBlock(SourceWriter) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the source code to close a block (method body, if-block, while-block, etc.).
generateSourcePublicConstructorDeclaration(SourceWriter, String) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the source code for a public method or constructor including the opening brace and indentation.
generateSourcePublicMethodDeclaration(SourceWriter, JMethod) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the source code for a public method declaration including the opening brace and indentation.
generateSourcePublicMethodDeclaration(SourceWriter, String, String, String, boolean) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method generates the source code for a public method or constructor including the opening brace and indentation.
generateSuperDescriptorBlockIfNotAlreadyDone() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
This method generates the source-code block to get the PojoDescriptor for the superType so things can be reused from super-classes to reduce memory consumption.
generateSuperPropertyDescriptorBlockIfNotAlreadyDone(PojoPropertyDescriptor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
This method generates the source-code block to get the PojoPropertyDescriptor for the superType so things can be reused from super-classes to reduce memory consumption.
GenericArrayTypeImpl - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the GenericArrayType interface.
GenericArrayTypeImpl(Type) - Constructor for class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
The constructor.
GenericBean<TYPE> - Class in net.sf.mmm.util.lang.api
This class is a simple java bean that has one generic property named value.
GenericBean() - Constructor for class net.sf.mmm.util.lang.api.GenericBean
The constructor.
GenericBean(TYPE) - Constructor for class net.sf.mmm.util.lang.api.GenericBean
The constructor.
genericComponentType - Variable in class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
 
GenericContext - Interface in net.sf.mmm.util.context.api
This is the interface for a context of variables.
GenericContextFactory - Interface in net.sf.mmm.util.context.api
This is the interface for a factory of generic contexts.
GenericContextFactoryImpl - Class in net.sf.mmm.util.context.impl
This is the implementation of GenericContextFactory.
GenericContextFactoryImpl() - Constructor for class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
The constructor.
genericDeclaration - Variable in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
 
GenericEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a (persistent) entity, which is an object that is potentially stored in a persistent store (typically a database and via JPA).
GenericResourceBundle - Class in net.sf.mmm.util.nls.base
Generic ResourceBundle for dynamic creation from key/value pairs.
GenericResourceBundle(Hashtable<String, String>) - Constructor for class net.sf.mmm.util.nls.base.GenericResourceBundle
The constructor.
GenericSerializableException - Exception in net.sf.mmm.util.nls.api
This is a very specific exception that allows sending of any Throwable via a remote service.
GenericSerializableException() - Constructor for exception net.sf.mmm.util.nls.api.GenericSerializableException
The constructor for de-serialization in GWT.
GenericSerializableException(Throwable, String, String, StackTraceElement[], boolean, String, UUID) - Constructor for exception net.sf.mmm.util.nls.api.GenericSerializableException
The constructor.
GenericTreeNode<CHILD extends Node<PARENT>,PARENT extends GenericTreeNode<CHILD,PARENT>> - Interface in net.sf.mmm.util.collection.api
This is the interface for the node of a tree.
GenericType<T> - Interface in net.sf.mmm.util.reflect.api
This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
It represents a Type (available via GenericType.getType()) but allows easy access to resolve the actual erasure Class for assignment and retrieval.
GenericTypeFactory - Interface in net.sf.mmm.util.reflect.api
This is the interface for a factory with ability to create GenericTypes.
GenericTypeImpl<T> - Class in net.sf.mmm.util.reflect.impl
This is the implementation of the GenericType interface.
GenericTypeImpl(Type) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl
The constructor.
GenericTypeImpl(Type, GenericType<?>) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl
The constructor.
GenericTypeImpl.ClassBounds - Class in net.sf.mmm.util.reflect.impl
This inner class represents the bounds of a GenericType.
GenericTypeImpl.ClassBounds(Class<?>) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
The constructor.
GenericTypeImpl.ClassBounds(Class<?>, Class<?>) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
The constructor.
GenericValueConverter<SOURCE> - Interface in net.sf.mmm.util.value.api
This is the interface for generic conversion of values from a specific source-type ( <SOURCE>) to a given target-type ( <TARGET>).
ATTENTION:
An implementation of this interface should be stateless and thread-safe.
GEOMETRIC_PROPORTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GEOMETRICALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GEOMETRICALLY_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
get(CliParameterContainer) - Method in class net.sf.mmm.util.cli.base.CliValueMap
This method gets the CliValueContainer for the given CliParameterContainer.
get(Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method gets the element that has been registered for the given type or a sub-type.
get(int) - Method in class net.sf.mmm.util.collection.base.AppendingList
get(Class<COMPONENT_API>) - Method in interface net.sf.mmm.util.component.api.ComponentContainer
This method gets the component that realizes the given apiClass.
get(Class<COMPONENT_API>, String) - Method in interface net.sf.mmm.util.component.api.ComponentContainer
This method gets the component that realizes the given apiClass and is registered under the given componentId.
get(Class<COMPONENT_API>) - Method in class net.sf.mmm.util.component.impl.AbstractSpringContainer
This method gets the component that realizes the given apiClass.
get(Class<COMPONENT_API>, String) - Method in class net.sf.mmm.util.component.impl.AbstractSpringContainer
This method gets the component that realizes the given apiClass and is registered under the given componentId.
get() - Method in interface net.sf.mmm.util.io.api.AsyncTransferrer
get(long, TimeUnit) - Method in interface net.sf.mmm.util.io.api.AsyncTransferrer
get(Object, int) - Static method in class net.sf.mmm.util.lang.base.Array
 
GET - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArgMode
The mode for a regular reader of a property.
get(Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
get(IN, String, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method gets the value of this function.
get(Object, String, PojoPathMode, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(Object, String, PojoPathMode, PojoPathContext, Class<TYPE>) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(Map<String, Object>, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractMapPojoPathFunction
This method gets the value of this function.
get(IN, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method gets the value of this function.
get(Object, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(Object, String, PojoPathMode, PojoPathContext, Class<TYPE>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the value for the single segment of the given currentPath from the pojo of its parent.
If the state indicates an invocation from getType, only the pojo-type should be determined.
get(Object) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathMap
get(Object, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the value of this function.
get() - Method in interface net.sf.mmm.util.process.api.AsyncProcessExecutor
get(long, TimeUnit) - Method in interface net.sf.mmm.util.process.api.AsyncProcessExecutor
get(Object, int) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the item at the given index from arrayOrCollection.
It sets ignoreIndexOverflow to true.
get(Object, int, boolean) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the item at the given index from arrayOrCollection.
get(Object, int) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the item at the given index from arrayOrCollection.
It sets ignoreIndexOverflow to true.
get(Object, int, boolean) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the item at the given index from arrayOrCollection.
get(String, Class<?>) - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
This method resolves the value with the given id.
GET_INDEXED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArgMode
GET_INSTANCE - Static variable in interface net.sf.mmm.util.component.api.Cdi
We strongly believe in the Ioc pattern and try to avoid the keyword static except for constants (in combination with final).
GET_MAPPED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for a getter of a mapped property.
For example an invoke with argument key for a property named "colors" might cause a pojo.getColors().get(key) or pojo.getColors(key) or even pojo.getColor(key).
GET_SIZE - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArgMode
The mode for a reader of the size of a property that holds a container type (array or Collection ).
ATTENTION:
The accessor may NOT only return an Integer.
getAbsolutePath(Class<?>, String, boolean) - Static method in class net.sf.mmm.util.resource.base.ClasspathResource
 
getAcceptChar() - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method gets the character used to identify an accept pattern.
getAccessibleObject() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorGetMethod
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorSetMethod
This method gets the accessible object used to access (read/write) this property.
getAccessibleObjectName() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the name of the accessible object.
getAccessibleObjectName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the name of the accessible object.
getAccessibleObjectName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the name of the accessible object.
getAccessibleObjectName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the name of the accessible object.
getAccessibleObjectName() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
This method gets the name of the accessible object.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the accessor for the property with the given propertyName and for the given access mode.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>, boolean) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the accessor for the given mode from the descriptor with the given propertyName .
getAccessor(PojoPropertyAccessorMode<ACCESSOR>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoPropertyDescriptor
This method gets the accessor to access the represented property in the way given by mode.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the accessor for the property with the given propertyName and for the given access mode.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>, boolean) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
This method gets the accessor for the given mode from the descriptor with the given propertyName .
getAccessor(PojoPropertyAccessorMode<ACCESSOR>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
This method gets the accessor to access the represented property in the way given by mode.
getAccessorBuilders() - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method gets the accessor-builders used to create the accessors for properties of a POJO.
getAccessorBuilders() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the accessor-builders used to create the accessors for properties of a POJO.
getAccessors() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoPropertyDescriptor
This method gets all available accessors for the represented property.
getAccessors() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
This method gets all available accessors for the represented property.
getActualTypeArguments() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
getAdditionalConverter() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional ComposedValueConverter that is used in favor to ComposedValueConverter registered to the PojoPathNavigator itself.
getAdditionalConverter() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional ComposedValueConverter that is used in favor to ComposedValueConverter registered to the PojoPathNavigator itself.
getAdditionalFunctionManager() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional PojoPathFunctionManager.
getAdditionalFunctionManager() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional PojoPathFunctionManager.
getAlignment() - Method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method gets the corresponding Alignment.
getAlignment() - Method in enum net.sf.mmm.util.lang.api.VerticalAlignment
This method gets the corresponding Alignment.
getAlignment() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the alignment.
getAlternatives() - Method in enum net.sf.mmm.util.version.api.DevelopmentPhase
This method gets the alternatives.
getAltQuoteEnd() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the alternative character used to end a quotation.
getAltQuoteEnd() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the alternative character used to end a quotation.
getAltQuoteEscape() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to escape the alt-quote-end character within an quotation opened by alt-quote-start.
getAltQuoteEscape() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to escape the alt-quote-end character within an quotation opened by alt-quote-start.
getAltQuoteStart() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the alternative character used to start a quotation that should be terminated by a alt-quote-end character.
getAltQuoteStart() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the alternative character used to start a quotation that should be terminated by a alt-quote-end character.
getAnnotatedClass() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
This method gets the Class that was annotated with the mode.
getAnnotatedClass() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
This method gets the Class that was annotated with the mode.
getAnnotation(Class<T>) - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getAnnotations() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getAnnotationsByType(Class<T>) - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getAnnotationUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getAnnotationUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getAnnotationUtil() - Method in class net.sf.mmm.util.cli.base.CliState
 
getAppendable() - Method in class net.sf.mmm.util.io.base.AppendableWriter
This method gets the Appendable to delegate to.
getArgument() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
This method gets the CliArgumentContainer.
getArgument() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the actual CliArgument.
getArgument(String) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the language independent argument for the given key.
getArgument(int) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the language independent argument at the given index.
getArgument(String) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the language independent argument for the given key.
getArgument(int) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
Deprecated.
use NlsMessage.getArgument(String) instead (and use named keys instead of numbers where possible).
getArgument(int) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
getArgument(String) - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the language independent argument for the given key.
getArgument(int) - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the Argument for the given index.
getArgument(String) - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the language independent argument for the given key.
getArgument(String) - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method gets the language independent argument for the given key.
getArgument(int) - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
Deprecated.
getArgument() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
This method gets the NlsArgument.
getArgument(int) - Method in class net.sf.mmm.util.reflect.api.Arguments
This method gets the argument at the given position.
getArgumentCount() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the number of language independent arguments of this exception.
getArgumentCount() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
Deprecated.
this method does NOT make sense anymore.
getArgumentCount() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the number of language independent arguments of this exception.
getArgumentCount() - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the number of language independent arguments of this exception.
getArgumentCount() - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
Deprecated.
getArgumentCount() - Method in class net.sf.mmm.util.reflect.api.Arguments
This method gets the number of arguments.
getArgumentFormatter() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the NlsArgumentFormatter.
getArgumentFormatter() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the NlsArgumentFormatter.
getArgumentIndex() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method gets the index of the current argument.
getArgumentNames(Method) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
This method gets the names of the arguments for the given Method.
getArgumentNames() - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleMethodInfo
 
getArgumentParser() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the NlsArgumentParser.
getArgumentParser() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the NlsArgumentParser.
getArguments() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
 
getArguments() - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the List of all CLI-arguments.
getArguments(CliModeObject) - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the List of CLI-arguments for the given mode.
getArguments() - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the message arguments.
getArguments() - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method gets the arguments for the created NlsMessage s.
getArrayClass(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method creates the Class reflecting an array of the given componentType.
getArrayClass(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the Class reflecting an array of the given componentType.
getArrayClass(Class<?>) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method creates the Class reflecting an array of the given componentType.
getAssignmentClass() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
It will only differ from the retrieval-class if this GenericType is a WildcardType.
Unlike the lower-bound, the assignment-class is never null.
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
It will only differ from the retrieval-class if this GenericType is a WildcardType.
Unlike the lower-bound, the assignment-class is never null.
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
It will only differ from the retrieval-class if this GenericType is a WildcardType.
Unlike the lower-bound, the assignment-class is never null.
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
It will only differ from the retrieval-class if this GenericType is a WildcardType.
Unlike the lower-bound, the assignment-class is never null.
getAttributeAsBoolean(Element, String, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the value of the attribute from the given element as a boolean value.
getAttributeAsBoolean(Element, String, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the value of the attribute from the given element as a boolean value.
getBasename(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the basename of the given filename (path).
getBasename(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the basename of the given filename (path).
getBasicUtil() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the BasicUtil.
getBean() - Method in interface net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolder
This method gets the current JAXB bean.
getBean() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method gets the current JAXB bean.
getBest() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the element that has currently the best (highest) positive rank .
getBest(int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the element that has currently the best (highest) rank greater or equal to the given threshold.
getBests() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets a List containing the element(s) that has currently the best (highest) rank.
getBetterOrEqual(int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets all elements with a rank greater or equal to the given threshold.
getBits() - Method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
This method gets the bit-mask of this visibility-modifier.
getBorderLeft() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the string for the left border of this column.
getBorderRight() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the string for the right border of this column.
getBorderWidth() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the auto calculated width of the left and right border.
getBounds() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getBundle() - Static method in enum net.sf.mmm.util.lang.api.Comparator
 
getBundle() - Static method in enum net.sf.mmm.util.lang.api.Direction
 
getBundle(Class<BUNDLE>) - Method in class net.sf.mmm.util.nls.impl.AbstractNlsBundleFactoryGwt
This method gets the NlsBundle for the given bundleInterface from the internal map.
getBundleClasses() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the Class reflecting the ResourceBundle to synchronize.
getBundleFactory() - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method gets the default NlsBundleFactory.
getBundleHelper() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
getBundleOptions(Class<? extends NlsBundle>) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
This method gets the NlsBundleOptions for the given bundleInterface.
getBundles() - Method in interface net.sf.mmm.util.nls.base.NlsResourceBundleProvider
This method gets all central registered NlsResourceBundles.
getBundles() - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method gets all central registered NlsResourceBundles.
getByteArray(int) - Method in interface net.sf.mmm.util.io.api.ComposedByteBuffer
This method gets the ByteArray at the given index.
getByteArray(int) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the ByteArray at the given index.
getByteArray(int) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the ByteArray at the given index.
getByteArrayCount() - Method in interface net.sf.mmm.util.io.api.ComposedByteBuffer
This method gets the number of ByteArrays currently available via ComposedByteBuffer.getByteArray(int).
ATTENTION:
Consuming operations such as ByteIterator.next() or ByteIterator.skip(long) will invalidate the returned ByteArray.
getByteArrayCount() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the number of ByteArrays currently available via ComposedByteBuffer.getByteArray(int).
ATTENTION:
Consuming operations such as ByteIterator.next() or ByteIterator.skip(long) will invalidate the returned ByteArray.
getByteArrayCount() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the number of ByteArrays currently available via ComposedByteBuffer.getByteArray(int).
ATTENTION:
Consuming operations such as ByteIterator.next() or ByteIterator.skip(long) will invalidate the returned ByteArray.
getByteArrayPool() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets the ByteArrayPool used to borrow byte-arrays.
getByteArrayPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the byte-array Pool used to transfer streams.
The implementation should create byte-arrays with a suitable length (at least 512, suggested is 4096).
getByteArrayPool() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
This method gets a pool used to manage byte-arrays.
getBytes() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the underlying byte-array of this buffer.
getBytes() - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method gets the bytes of this BOM.
getBytes() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the underlying byte-array of this buffer.
getBytes() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the underlying byte-array of this buffer.
getBytesAvailable() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the number of bytes available in this array.
getBytesAvailable() - Method in interface net.sf.mmm.util.io.api.ByteProvider
This method gets the number of bytes available.
getBytesAvailable() - Method in class net.sf.mmm.util.io.base.AbstractByteArray
This method gets the number of bytes available in this array.
getBytesAvailable() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the number of bytes available.
getBytesAvailable() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the number of bytes available in this array.
getBytesAvailable() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the number of bytes available.
getCache() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method provides a cache that is used by the PojoPathNavigator to speed up repetitive calls with the same initial Pojo and PojoPaths with a common prefix.
WARNING:
If caching is enabled and the initial or an intermediate Pojo changed outside the navigator the result will be wrong because the evaluation used an old value from the cache.
Please also note that the PojoPathNavigator only adds objects from the cache.
getCache() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method provides a cache that is used by the PojoPathNavigator to speed up repetitive calls with the same initial Pojo and PojoPaths with a common prefix.
WARNING:
If caching is enabled and the initial or an intermediate Pojo changed outside the navigator the result will be wrong because the evaluation used an old value from the cache.
Please also note that the PojoPathNavigator only adds objects from the cache.
getCachedPath(String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method gets the AbstractPojoPathNavigator.CachingPojoPath from the cache.
getCanonicalName() - Method in class net.sf.mmm.util.reflect.api.ClassName
 
getCapacity() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method gets the capacity of this pool.
getCategory() - Method in interface net.sf.mmm.util.lang.api.EnumDefinition
 
getCategory() - Method in interface net.sf.mmm.util.lang.api.EnumTypeWithCategory
This method gets the EnumType of the category of this enum instance.
getCategory() - Method in class net.sf.mmm.util.lang.base.AbstractSimpleEnumDefinition
getCategory() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
getCause() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
 
getCdataCloseCount() - Method in class net.sf.mmm.util.xml.api.ParserState
 
getCharacterType(char) - Static method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the DefaultLineWrapper.TextSegmentType corresponding to the given character.
getCharArrayPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the char-array Pool used to transfer Readers and Writers.
getCharset() - Method in class net.sf.mmm.util.xml.base.XmlInputStream
This method gets the Charset that was detected.
getChildren() - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method gets the List containing all children of this GenericTreeNode.
getChildren() - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method gets the List containing all children of this GenericTreeNode.
getChildResources() - Method in interface net.sf.mmm.util.resource.api.BrowsableResource
This method iterates the immediate child-resources contained in this BrowsableResource.
If this is no folder, this method will always return an empty Iterable.
getChildResources(Filter<BrowsableResource>) - Method in interface net.sf.mmm.util.resource.api.BrowsableResource
This method iterates the immediate child-resources contained in this BrowsableResource and are accepted by the given filter .
getChildResources(Filter<BrowsableResource>) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResource
This method iterates the immediate child-resources contained in this BrowsableResource and are accepted by the given filter .
getChildResources() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method iterates the immediate child-resources contained in this BrowsableResource.
If this is no folder, this method will always return an empty Iterable.
getChildResources(Filter<BrowsableResource>) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method iterates the immediate child-resources contained in this BrowsableResource and are accepted by the given filter .
getChildResources() - Method in class net.sf.mmm.util.resource.base.FileResource
This method iterates the immediate child-resources contained in this BrowsableResource.
If this is no folder, this method will always return an empty Iterable.
getClass(E) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
This method gets the associated type for the given element.
getClass(ComposedValueConverterImpl.ComposedTargetTypeConverter<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
This method gets the associated type for the given element.
getClassAnnotation(Class<?>, Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method gets the first annotation of the type given by annotation in the class hierarchy of the given annotatedClass.
INFORMATION:
This method is only useful if the given annotation is a runtime annotation that is applicable for classes.
getClassAnnotation(Class<?>, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the class hierarchy of the given annotatedClass.
INFORMATION:
This method is only useful if the given annotation is a runtime annotation that is applicable for classes.
getClassBounds(Type) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the most specific Class available by the type-safe analyzation of the given generic type.
getClasses(Object[]) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the classes of the given objects.
getClasses(Object[]) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the classes of the given objects.
getCliClass() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the CliClass configured for the state-class.
getCliState() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method gets the CliState.
getCliState() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getCliStyle() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the style configured for the state-class.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliArgumentMissingException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliArgumentReferenceMissingException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliModeUndefinedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionDuplicateException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionMisplacedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionMissingException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionMissingValueException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliOptionUndefinedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliParameterListEmptyException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.cli.api.CliParserExcepiton
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.collection.base.NodeCycleException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.component.api.AlreadyInitializedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.component.api.NotInitializedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.component.api.ResourceAmbiguousException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.component.api.ResourceMissingException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.date.api.IllegalDateFormatException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.io.api.BufferExceedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.io.api.RuntimeIoException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.io.api.StreamClosedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadMessageCode
This method gets the code that identifies the detailed type of this object.
getCode() - Method in class net.sf.mmm.util.lang.base.AbstractMessage
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.math.api.NumberConversionException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.BusinessErrorUserException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.ComposedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.DuplicateObjectException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.IllegalCaseException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsClassCastException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsIllegalStateException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsNullPointerException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsParseException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.ObjectDisposedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.ObjectMismatchException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.ObjectNotFoundException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.ReadOnlyException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceNoElseConditionException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceOnlyElseConditionException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.api.PojoPathUnsafeException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.pojo.path.base.PojoPathCachingDisabledException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.api.AccessFailedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.api.AnnotationNotForTargetException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.api.AnnotationNotRuntimeException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.api.InstantiationFailedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.api.InvocationFailedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.api.TypeNotFoundException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.base.ContainerGrowthException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.reflect.base.UnknownCollectionInterfaceException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.resource.api.ResourceNotWritableException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.search.api.SearchTimeoutException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.security.api.SecurityErrorUserException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in interface net.sf.mmm.util.validation.api.ValidationFailure
This method gets the code of this ValidationFailure.
getCode() - Method in class net.sf.mmm.util.validation.base.AbstractValidator
This is the default implementation to retrieve the code of this ValueValidator.
ATTENTION:
This default implementation returns the classname of the actual ValueValidator implementation.
getCode() - Method in class net.sf.mmm.util.validation.base.ComposedValidator
This is the default implementation to retrieve the code of this ValueValidator.
ATTENTION:
This default implementation returns the classname of the actual ValueValidator implementation.
getCode() - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
This is the default implementation to retrieve the code of this ValueValidator.
ATTENTION:
This default implementation returns the classname of the actual ValueValidator implementation.
getCode() - Method in class net.sf.mmm.util.validation.base.ValidatorMandatory
This is the default implementation to retrieve the code of this ValueValidator.
ATTENTION:
This default implementation returns the classname of the actual ValueValidator implementation.
getCode() - Method in exception net.sf.mmm.util.value.api.ValueConvertException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.value.api.ValueNotSetException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.value.api.WrongValueTypeException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.xml.api.XmlGenericException
This method gets the code that identifies the detailed type of this object.
getCode() - Method in exception net.sf.mmm.util.xml.base.XmlInvalidException
This method gets the code that identifies the detailed type of this object.
getCollection() - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
 
getCollectionFactory(Class<COLLECTION>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method gets the CollectionFactory for the given collectionType.
getCollectionFactory(Class<C>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the CollectionFactory for the given collectionType.
getCollectionFactoryManager() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getCollectionFactoryManager() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getCollectionFactoryManager() - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
This method gets the CollectionFactoryManager instance used to create Maps and Collections.
getCollectionFactoryManager() - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the CollectionFactoryManager instance used by this util.
getCollectionFactoryManager() - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the CollectionFactoryManager instance used by this util.
getCollectionImplementation() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.HashSetFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionInterface() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
This method gets the interface of the Collection managed by this factory.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getCollectionReflectionUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getCollectionReflectionUtil() - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependencies
This method gets the CollectionReflectionUtil instance to use.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
This method gets the CollectionReflectionUtil instance to use.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the CollectionReflectionUtil instance to use.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method gets the CollectionReflectionUtilImpl instance to use.
getColumnInfo() - Method in class net.sf.mmm.util.text.api.TextColumn
This method gets the TextColumnInfo holding the metadata of the column.
getCombiningCharacter() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets the combining character for this DiacriticalMark.
getCommentChar() - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method gets the character used to identify a comment.
getComponentType() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>Map<String, Long>ListObjectFoo[]FooFoo<Bar>[]Foo<Bar>Foo<Bar>nullMap<String, Long>Long
getComponentType() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>Map<String, Long>ListObjectFoo[]FooFoo<Bar>[]Foo<Bar>Foo<Bar>nullMap<String, Long>Long
getComponentType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>Map<String, Long>ListObjectFoo[]FooFoo<Bar>[]Foo<Bar>Foo<Bar>nullMap<String, Long>Long
getComponentType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>Map<String, Long>ListObjectFoo[]FooFoo<Bar>[]Foo<Bar>Foo<Bar>nullMap<String, Long>Long
getComposedCharacters() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets a Collection with all precomposed characters containing this mark.
getComposedValueConverter() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
getComposedValueConverter() - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method gets the ComposedValueConverter owing this converter.
getConfiguration() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.AbstractPojoDescriptorGenerator
 
getConstraintViolations() - Method in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
 
getContainerStyle(CliStyle) - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the style of this parameter.
getContainerStyle(CliStyle) - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the style of this parameter.
getContainerStyle(CliStyle) - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the style of this parameter.
getContext() - Method in class net.sf.mmm.util.component.impl.AbstractSpringContainer
 
getContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the delegate instance this proxy points to.
getContext() - Method in class net.sf.mmm.util.context.base.ImmutableGenericContext
This method gets the delegate instance this proxy points to.
getConverter() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getConverter() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getConverters() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
getCurrencyFormatter(Locale) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getCurrent() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
This method gets the current element.
getCurrentBuffer() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current ByteArrayBufferImpl.
getCurrentBufferIndex() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current index in the current buffer.
getCurrentIndex() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the offset in the byte array.
getCurrentIndex() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the offset in the byte array.
getCurrentIndex() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method gets the offset in the byte array.
getCurrentIndex() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the offset in the byte array.
getCurrentIndex() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method gets the current position in the stream to scan.
getCurrentIndex() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the current position in the stream to scan.
getCurrentMode() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method gets the current mode that was detected so far.
getCurrentSegment() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the current DefaultLineWrapper.TextSegment.
getCurrentSession() - Method in interface net.sf.mmm.util.session.base.UserSessionProvider
Gets the current UserSession according to the current environment and client or server context.
getCurrentSession() - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
Gets the current UserSession according to the current environment and client or server context.
getDataResource() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method gets the DataResource where the bean was loaded from.
getDateFormatter(Locale, String, String) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getDateFormatter(Locale, String) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getDateFormatter(Locale, String, Iso8601Util) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getDatePattern() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the pattern used to format the date comment.
getDeclarationIndex(TypeVariable<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method gets the declaration-index of the given typeVariable.
getDeclaredAnnotation(Class<T>) - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getDeclaredAnnotations() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getDeclaredAnnotationsByType(Class<T>) - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getDeclaringClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
This method gets the class reflecting the type that declared this accessor.
getDefaultClassLoader() - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the default ClassLoader to use.
getDefaultClassLoader(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the default ClassLoader to use.
getDefaultConverter() - Method in interface net.sf.mmm.util.value.api.ComposedValueConverterFactory
 
getDefaultConverter() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
getDefaultFormatter() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
getDefaultLocale() - Method in class net.sf.mmm.util.lang.base.AbstractLocalizableFormatter
This method gets the default locale used if none is provided.
getDefaultResult() - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method gets the default result used if none of the rules matched.
getDefiningType() - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method gets the defining type.
getDefiningType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the defining type.
getDefiningType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the defining type.
getDelegate() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
This method gets the original object this hash-key delegates to.
getDelegate() - Method in class net.sf.mmm.util.collection.base.CollectionList
This method gets the underlying Collection that is adapted to appear as List.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.validation.base.AbstractValidationStateCollector
 
getDenyChar() - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method gets the character used to identify a deny pattern.
getDependencies() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
 
getDependencies() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getDependencies() - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
 
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
 
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method gets the dependencies required for this descriptor.
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
getDescriptor(Class<POJO>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoClass.
getDescriptor(Type) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(GenericType<POJO>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(Class<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoClass.
getDescriptor(Type) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(GenericType<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(Class<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
This method gets (or creates) the descriptor for the given pojoClass.
getDescriptor(Type) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(GenericType<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
This method gets (or creates) the descriptor for the given pojoType.
getDescriptorBuilder() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
getDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method gets the PojoDescriptorBuilder used for the underlying reflectional property access.
getDescriptorBuilderFactory() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
getDescriptorEnhancer() - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
 
getDestination() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
This method gets the destination to transfer to.
getDestination() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
This method gets the destination to transfer to.
getDestination() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
This method gets the destination to transfer to.
getDetails() - Method in interface net.sf.mmm.util.lang.api.Message
This method gets optional details for this message.
getDetails() - Method in class net.sf.mmm.util.lang.base.AbstractMessage
This method gets optional details for this message.
getDetails() - Method in class net.sf.mmm.util.lang.base.InformationMessage
This method gets optional details for this message.
getDetails() - Method in class net.sf.mmm.util.lang.base.WarningMessage
This method gets optional details for this message.
getDetails() - Method in class net.sf.mmm.util.validation.base.ComposedValidationFailure
This method gets optional details for this message.
getDirname(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the directory-name of the given filename (path).
Examples:
filename FileUtil.getDirname(String) foo . /foo / /foo/bar /foo /foo/bar/ /foo ./foo/bar/ ./foo ./foo/bar/../ ./foo/bar
getDirname(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the directory-name of the given filename (path).
Examples:
filename FileUtil.getDirname(String) foo . /foo / /foo/bar /foo /foo/bar/ /foo ./foo/bar/ ./foo ./foo/bar/../ ./foo/bar
getDocumentBuilderFactory() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the DocumentBuilderFactory.
getDurationAsString() - Method in class net.sf.mmm.util.date.api.TimeMeasure
 
getDurationInNanos() - Method in class net.sf.mmm.util.date.api.TimeMeasure
 
getElements() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets all elements in this RankMap that have been actively ranked (by RankMap.addRank(Object, int) or RankMap.setUnacceptable(Object)).
getEnclosingClass() - Method in class net.sf.mmm.util.reflect.api.ClassName
 
getEncoding() - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method gets the encoding indicated by this ByteOrderMark.
getEncoding() - Method in class net.sf.mmm.util.io.api.EncodingDetectionReader
This method gets the encoding if already detected.
getEncoding() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
This method gets the detected encoding from the currently processed data.
getEncoding() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
This method gets the encoding if already detected.
getEncoding() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the encoding used to read and write the bundles.
getEndIndex() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the index immediately after the last character of this DefaultLineWrapper.TextSegment.
getEntityEnd() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to end an entity.
getEntityEnd() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to end an entity.
getEntityStart() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to start an entity.
getEntityStart() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to start an entity.
getEnumClass() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
This method gets the Class reflecting the enum.
getEnumDefinition(String) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method gets the EnumDefinition with the given key.
getEnumDefinition(Class<TYPE>) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method gets the EnumDefinition with the given enumType.
getEnumDefinition() - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
 
getEnumDefinition(Class<TYPE>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method gets the EnumDefinition with the given enumType.
getEnumDefinition(String) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method gets the EnumDefinition with the given key.
getEnumDefinitions() - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method gets an (unmodifiable) Iterator with all existing EnumDefinitions.
getEnumDefinitions() - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method gets an (unmodifiable) Iterator with all existing EnumDefinitions.
getEnumDefinitionWithCategory(Class<? extends ENUM>) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method gets the EnumDefinition with the given enumType.
getEnumDefinitionWithCategory(Class<? extends ENUM>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method gets the EnumDefinition with the given enumType.
getEnumType() - Method in interface net.sf.mmm.util.lang.api.EnumDefinition
 
getEnumType() - Method in class net.sf.mmm.util.lang.base.BooleanEnumDefinition
getEnumType() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
getEnumValues(EnumDefinition<ENUM, ?>) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method gets the List of EnumType-instances that represent the values of the given EnumDefinition.
getEnumValues(EnumDefinition<ENUM, CATEGORY>, CATEGORY...) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method gets the List of enum values filtered by the given categories.
getEnumValues() - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
 
getEnumValues(EnumDefinition<ENUM, ?>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method gets the List of EnumType-instances that represent the values of the given EnumDefinition.
getEnumValues(EnumDefinition<ENUM, CATEGORY>, CATEGORY...) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method gets the List of enum values filtered by the given categories.
getEnumValues() - Method in class net.sf.mmm.util.lang.base.AbstractSimpleEnumDefinition
getEnumValues() - Method in class net.sf.mmm.util.lang.base.BooleanEnumDefinition
getEnumValues() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
 
getEnumValues(EnumDefinition<ENUM, ?>) - Method in class net.sf.mmm.util.lang.base.SimpleEnumProvider
This method gets the List of EnumType-instances that represent the values of the given EnumDefinition.
getEnvironment() - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
 
getEnvironmentDetector() - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
getEnvironmentType() - Method in interface net.sf.mmm.util.lang.api.EnvironmentDetector
 
getEnvironmentType() - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
getEnvironmentTypeSynchronized() - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
 
getEqualsChecker() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
getEqualsChecker() - Method in class net.sf.mmm.util.collection.base.CustomHashKey
getEqualsChecker() - Method in class net.sf.mmm.util.collection.base.HashKey
getErrStream() - Method in class net.sf.mmm.util.process.api.ProcessContext
 
getEscape() - Method in interface net.sf.mmm.util.lang.api.StringSyntax
This method gets the character used as escape.
getEscape() - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
This method gets the character used as escape.
getEscape() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used as escape.
getEventTypeName(int) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method gets the name for the given eventType.
getEventTypeName(int) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the name for the given eventType.
getExactnessDifference(NumberType<?>) - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets the difference of the exactness of this NumberType and the given otherType.
ATTENTION:
Some types such as Double and BigInteger are NOT really comparable so the exactness difference might only make sense if the compared types are both decimal or both non-decimal (mathematical integers).
getExactnessDifference(NumberType<?>) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets the difference of the exactness of this NumberTypeImpl and the given otherType.
ATTENTION:
Some types such as Double and BigInteger are NOT really comparable so the exactness difference might only make sense if the compared types are both decimal or both non-decimal (mathematical integers).
getExecutor() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
getExecutor() - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method gets the Executor used to run asynchronous tasks.
getExecutor() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the Executor used to run asynchronous tasks.
getExecutor() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method gets the Executor used to run asynchronous tasks.
getExtendedModes() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
This method gets the Set of modes that are extended by this mode.
getExtension(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method extracts the extension from the given filename.
Example: getExtension("test.java") would return "java".
ATTENTION:
If the filename is just a dot followed by the extension (e.g.
getExtension(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method extracts the extension from the given filename.
Example: getExtension("test.java") would return "java".
ATTENTION:
If the filename is just a dot followed by the extension (e.g.
getFactory() - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method gets the NlsMessageFactory used to create instances of NlsMessage.
getFactory() - Static method in class net.sf.mmm.util.uuid.api.UuidAccess
This method gets the UuidFactory used to create UUIDs.
getFailure(int) - Method in class net.sf.mmm.util.validation.base.ComposedValidationFailure
Gets the ValidationFailure at the given index.
getFailureCount() - Method in interface net.sf.mmm.util.validation.api.ValidationCollector
 
getFailureCount() - Method in class net.sf.mmm.util.validation.base.AbstractValidationStateCollector
getFailureCount() - Method in class net.sf.mmm.util.validation.base.ComposedValidationFailure
 
getFailureCount() - Method in class net.sf.mmm.util.validation.base.ValidationStateImpl
getFailureList() - Method in class net.sf.mmm.util.validation.base.ValidationStateFailureCollector
This method gets the List with the ValidationFailures collected during validation.
getFailureList() - Method in class net.sf.mmm.util.validation.base.ValidationStateImpl
This method gets an unmodifiable List with the ValidationFailures collected during validation.
getFailureMessage() - Method in class net.sf.mmm.util.validation.base.ValidatorMandatory
 
getFailureMessages() - Method in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
This method gets the collected messages separated with the separator.
getField(String) - Method in class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
 
getField() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
 
getFieldIntrospector() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the introspector used to find potential fields for accessing properties of a POJO.
getFileUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method gets the FileUtil to use.
getFiller() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the character used to fill up the column.
getFirstChildElement(Element, String) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the first child-element of the given element with the specified tagName.
getFirstChildElement(Element, String) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the first child-element of the given element with the specified tagName.
getFirstElement(NodeList) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the first element of the given node-list.
getFirstElement(NodeList, String) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the first element of the given node-list with the specified tag-name.
getFirstElement(NodeList) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the first element of the given node-list.
getFirstElement(NodeList, String) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the first element of the given node-list with the specified tag-name.
getFormatter() - Method in interface net.sf.mmm.util.lang.api.EnumDefinition
This method gets the Formatter used to format instances of the enum as String for end-users.
getFormatter() - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
This method gets the Formatter used to format instances of the enum as String for end-users.
getFormatter() - Method in class net.sf.mmm.util.nls.api.NlsArgument
Is the formatter used to format the argument.
getFormatter() - Method in interface net.sf.mmm.util.nls.api.NlsFormatterManager
This method gets the default NlsFormatter.
getFormatter(String) - Method in interface net.sf.mmm.util.nls.api.NlsFormatterManager
This method gets the NlsFormatter for the given formatType.
getFormatter(String, String) - Method in interface net.sf.mmm.util.nls.api.NlsFormatterManager
This method gets the NlsFormatter for the given formatType and formatStyle.
To be compliant with MessageFormat the following types and styles need to be supported by the implementation:

formatType: number date time choice datetime
formatStyle: short medium long full integer currency percent additional custom styles (named [a-z]*) anything else will be treated as SubformatPattern ATTENTION:
The support for ChoiceFormats is NOT provided in a compatible way as by hacking internal arrays of MessageFormat.
getFormatter() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the default NlsFormatter.
getFormatter(String) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the NlsFormatter for the given formatType.
getFormatter(String, String) - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
This method gets the NlsFormatter for the given formatType and formatStyle.
To be compliant with MessageFormat the following types and styles need to be supported by the implementation:

formatType: number date time choice datetime
formatStyle: short medium long full integer currency percent additional custom styles (named [a-z]*) anything else will be treated as SubformatPattern ATTENTION:
The support for ChoiceFormats is NOT provided in a compatible way as by hacking internal arrays of MessageFormat.
getFormatter(String, String) - Method in class net.sf.mmm.util.nls.base.NlsFormatterMap
 
getFormatterMap() - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
 
getFromFunction(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, PojoPathFunction) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the single segment of the given currentPath from the Pojo given by parentPojo.
getFromList(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, int) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the single segment of the given currentPath from the array or List given by parentPojo.
getFromMap(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Map) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the single segment of the given currentPath from the Map given by parentPojo.
getFromPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method reflectively gets the single segment of the given currentPath from the Pojo given by parentPojo.
getFromPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method reflectively gets the single segment of the given currentPath from the Pojo given by parentPojo.
getFunction() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the name of the function given by the segment or null if it is no function.
The function-name identifies a PojoPathFunction that will be used to evaluate the segment.
If a segment starts with the character PojoPathFunction.FUNCTION_NAME_PREFIX ('@'), it is treated as function.
getFunction(String) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunctionManager
This method gets a PojoPathFunction by its name.
getFunction(String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the PojoPathFunction for the given functionName.
getFunction() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the name of the function given by the segment or null if it is no function.
The function-name identifies a PojoPathFunction that will be used to evaluate the segment.
If a segment starts with the character PojoPathFunction.FUNCTION_NAME_PREFIX ('@'), it is treated as function.
getFunction(String) - Method in class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
This method gets a PojoPathFunction by its name.
getFunctionDescription(String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method gets a description of this function.
getFunctionManager() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the optional PojoPathFunctionManager for PojoPathFunctions that are global for this PojoPathNavigator instance.
ATTENTION:
PojoPathFunctions provided by this PojoPathFunctionManager need to be stateless / thread-safe.
getGenericComponentType() - Method in class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
getGenericDeclaration(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method walks up the Class-hierarchy from descendant up to ancestor and returns the sub-class or sub-interface of ancestor on that hierarchy-path.
Please note that if ancestor is an interface, the hierarchy may NOT be unique.
getGenericDeclaration() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getGenericDeclarations(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method walks up the Class-hierarchy from descendant up to ancestor and collects the generic super-classes or super-interfaces of ancestor on that hierarchy-path.
Please note that if ancestor is an interface, the hierarchy may NOT be unique.
getGetter() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the accessor used to get the value of the according option or argument.
getGroup() - Method in class net.sf.mmm.util.file.base.FileAttributes
 
getGroups() - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
 
getHashCode(CharSequence) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-code for the given string.
getHashCode(CharSequence, int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(char[], int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(CharSequence) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-code for the given string.
getHashCode(CharSequence, int, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(char[], int, int) - Method in class net.sf.mmm.util.text.base.FastStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(CharSequence, int, int) - Method in class net.sf.mmm.util.text.base.FastStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(char[], int, int) - Method in class net.sf.mmm.util.text.base.SimpleStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCodeFunction() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
 
getHashCodeFunction() - Method in class net.sf.mmm.util.collection.base.CustomHashKey
getHashCodeFunction() - Method in class net.sf.mmm.util.collection.base.HashKey
getHashCodes(char[], int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(char[], int, int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
The implementation of this method needs to behave functionally equivalent to this code (but should be more efficient):
getHashCodes(CharSequence, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(CharSequence, int, int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashCodes(CharSequence, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(char[], int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(CharSequence, int, int, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashCodes(char[], int, int, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
The implementation of this method needs to behave functionally equivalent to this code (but should be more efficient):
getHashCodes(char[], int, int, int) - Method in class net.sf.mmm.util.text.base.FastStringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
The implementation of this method needs to behave functionally equivalent to this code (but should be more efficient):
getHashes(int) - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the hashes of all substrings of the normalized word that have the given length.
getHashKey(O) - Method in interface net.sf.mmm.util.collection.api.HashKeyProvider
 
getHelper() - Static method in class net.sf.mmm.util.nls.api.ThrowableHelper
 
getHitOffset() - Method in interface net.sf.mmm.util.search.api.SearchCriteria
This method gets the offset for the first hit.
getHitOffset() - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
This method gets the offset for the first hit.
getHits() - Method in interface net.sf.mmm.util.search.api.SearchResult
This method gets the List with all hits returned by this SearchResult.
ATTENTION:
The hit-count is limited to the maximum hit-count specified by your SearchCriteria.
getHits() - Method in class net.sf.mmm.util.search.base.SearchResultBean
This method gets the List with all hits returned by this SearchResult.
ATTENTION:
The hit-count is limited to the maximum hit-count specified by your SearchCriteria.
getHorizontalAlignment() - Method in enum net.sf.mmm.util.lang.api.Alignment
This method gets the horizontal part of the alignment.
getHyphen() - Method in interface net.sf.mmm.util.text.api.Hyphenation
 
getHyphen() - Method in interface net.sf.mmm.util.text.api.Hyphenator
This method gets the character used to separate the hyphenated parts of a word.
getHyphen() - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
This method gets the character used to separate the hyphenated parts of a word.
getHyphen() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
getHyphenatedWord() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
getHyphenation(int) - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the index of the given hyphenation-point.
getHyphenation(int) - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the index of the given hyphenation-point.
getHyphenationBefore(int) - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the greatest hyphenation position that is less to the given offset.
getHyphenationBefore(int) - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the greatest hyphenation position that is less to the given offset.
getHyphenationCount() - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the number of hyphenation-points in the word.
getHyphenationCount() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the number of hyphenation-points in the word.
getHyphenationPoints() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
 
getHyphenationPositions() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the hyphenation-positions of the pattern.
getHyphenator() - Method in interface net.sf.mmm.util.text.api.HyphenatorBuilder
This method gets the Hyphenator for the default locale.
getHyphenator(Locale) - Method in interface net.sf.mmm.util.text.api.HyphenatorBuilder
This method gets the Hyphenator for the given Locale.
getHyphenator() - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method gets the Hyphenator for the default locale.
getHyphenator(Locale) - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method gets the Hyphenator for the given Locale.
getHyphenatorBuilder() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
 
getId() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
The ID of the mode.
ATTENTION:
Please use this method to get the ID as CliModeObject.getMode() may return null.
getId() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the ID of the argument.
getId() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
The ID of the mode.
ATTENTION:
Please use this method to get the ID as CliModeObject.getMode() may return null.
getId() - Method in interface net.sf.mmm.util.entity.api.GenericEntity
This method gets the unique identifier (primary key) of this entity.
getId() - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
This method gets the unique identifier (primary key) of this entity.
getId() - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method gets the ID used to identify this chain.
getId() - Method in interface net.sf.mmm.util.io.api.FileItem
 
getId() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadId
This method gets the ID used to identify this object.
getId() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method gets the unique identifier (primary key) of this entity.
getId() - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method gets the ID used to identify this chain.
getImmutableContext() - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
getImmutableContext() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
getInAttribute() - Method in class net.sf.mmm.util.xml.api.ParserState
 
getIndent() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the indent.
getIndentationMode() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the TextColumnInfo.IndentationMode that defines when to add an indentation .
getIndex() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
This method gets the optional index.
getIndex() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the index given by the segment or null if it is no index.
An index is an integer that represents the position of an ordered container (array or List).
If a segment starts with a Latin digit, it is treated as index and has to be a valid integer-value.
getIndex() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the index given by the segment or null if it is no index.
An index is an integer that represents the position of an ordered container (array or List).
If a segment starts with a Latin digit, it is treated as index and has to be a valid integer-value.
getInitializationState() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method gets the InitializationState of this component.
getInitializationState() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
getInputClass() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method gets the input-type of this function.
getInputClass() - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the input-type of this function.
getInstance() - Static method in class net.sf.mmm.util.collection.base.EmptyIterator
This method gets the singleton instance of this empty iterator.
getInstance() - Static method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the singleton instance of this CollectionFactoryManager implementation.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.component.impl.SpringContainerPool
This method gets the singleton instance of the IocContainer.
getInstance(String) - Static method in class net.sf.mmm.util.component.impl.SpringContainerPool
This method gets the IocContainer for the given xmlClasspath.
getInstance() - Static method in class net.sf.mmm.util.date.base.DurationUtilImpl
This method gets the singleton instance of DurationUtil.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method gets the singleton instance of this Iso8601UtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
This method gets the singleton instance of this ExceptionUtil.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.file.base.DirectoryFilter
This method gets the singleton instance of this file-filter.
getInstance() - Static method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the singleton instance of this FileUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.file.base.PlainFileFilter
This method gets the singleton instance of this file-filter.
getInstance(boolean) - Static method in class net.sf.mmm.util.filter.base.ConstantFilter
This method gets the an instance of this class.
getInstance() - Static method in class net.sf.mmm.util.io.base.EncodingUtilImpl
This method gets the singleton instance of this EncodingUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the singleton instance of this StreamUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.lang.api.EqualsCheckerIsEqual
 
getInstance() - Static method in class net.sf.mmm.util.lang.api.EqualsCheckerIsSame
 
getInstance() - Static method in class net.sf.mmm.util.lang.api.HashCodeFunctionDefault
 
getInstance() - Static method in class net.sf.mmm.util.lang.api.HashCodeFunctionSystemIdentity
 
getInstance() - Static method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method gets the singleton instance of this BasicUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.lang.base.BooleanFormatter
 
getInstance() - Static method in class net.sf.mmm.util.lang.base.ComparableComparator
 
getInstance() - Static method in class net.sf.mmm.util.lang.base.FormatterToString
 
getInstance() - Static method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method gets the singleton instance of this StringUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.lang.base.SystemUtilImpl
This method gets the singleton instance of this SystemUtil.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.math.base.MathUtilImpl
This method gets the singleton instance of MathUtil.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.nls.base.AbstractNlsDependencies
 
getInstance() - Static method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the singleton instance of this AbstractNlsFormatterManager.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.nls.base.NlsBundleHelper
 
getInstance() - Static method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
This method gets the singleton instance of PojoDescriptorBuilderFactory.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
 
getInstance() - Static method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method gets the singleton instance of this PojoDescriptorBuilderFactory.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method gets the singleton instance of this ProcessUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the singleton instance of this AnnotationUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the singleton instance of this CollectionReflectionUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the singleton instance of this ReflectionUtil.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
 
getInstance() - Static method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method gets the singleton instance of this HyphenatorBuilderImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.text.base.JustificationBuilderImpl
This method gets the singleton instance of this JustificationBuilder.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method gets the singleton instance of this UnicodeUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
This method gets the singleton instance of this TransferObjectUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.validation.base.ValidatorMandatory
 
getInstance() - Static method in class net.sf.mmm.util.validation.base.ValidatorNone
 
getInstance() - Static method in class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
 
getInstance() - Static method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the singleton instance of this StringValueConverterImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
This method gets the singleton instance of this ComposedValueConverter.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method gets the singleton instance of this VersionUtilImpl.
This design is the best compromise between easy access (via this indirection you have direct, static access to all offered functionality) and IoC-style design which allows extension and customization.
For IoC usage, simply ignore all static VersionUtilImpl.getInstance() methods and construct new instances via the container-framework of your choice.
getInstance() - Static method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the singleton instance of this DomUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the singleton instance of this StaxUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInstance() - Static method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method gets the singleton instance of this XmlUtilImpl.
ATTENTION:
Please read Cdi.GET_INSTANCE before using.
getInStream() - Method in class net.sf.mmm.util.process.api.ProcessContext
This method gets the input stream that is transferred to the process as stdin.
getIntegerFormatter(Locale) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getInterfacesAnnotation(Class<?>, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the hierarchy of the given annotatedInterface.
This method is only useful if the given annotation is a runtime annotation that is applicable for classes.
getInternationalizedMessage() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the internationalized message that can be translated to a native language.
getInternationalizedMessage() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the internationalized message that can be translated to a native language.
getInternationalizedMessage() - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the internationalized message that can be translated to a native language.
getInternationalizedMessage() - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the internationalized message that can be translated to a native language.
getInternationalizedMessage() - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method gets the internationalized message that can be translated to a native language.
getInverseCycle() - Method in class net.sf.mmm.util.collection.base.NodeCycle
This method gets the List of nodes that build a cycle.
getIocContainer() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the IocContainer used to manage components with their implementation.
getIso8601Util() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the Iso8601UtilLimited.
getIso8601Util() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the Iso8601UtilLimited.
getIso8601Util() - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
getIso8601Util() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the Iso8601Util used to parse and format date and time according to the standard ISO-8601.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
getJaxbContext() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
getJustification() - Method in class net.sf.mmm.util.nls.api.NlsArgument
This method gets the optional Justification.
getJustificationBuilder() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the JustificationBuilder used to build Justifications.
getKey(Class<TYPE>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
This method is called from the constructor to set the value.
getKey(Class<TYPE>) - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
This method is called from the constructor to set the value.
getKey() - Method in class net.sf.mmm.util.nls.api.NlsArgument
This method gets the key of the argument to format.
getKey(Object) - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
This method is the inverse of ResourceBundle.getObject(String).
getKey(Method) - Method in class net.sf.mmm.util.nls.base.NlsBundleHelper
This method gets the key of an NlsBundle-method.
getKey() - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
This method gets the key of the string to lookup from the bundle.
getKey(String) - Method in interface net.sf.mmm.util.nls.impl.NlsReversedResourceBundle
This method gets the key for the given message.
getKey(String) - Method in class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
This method is the inverse of ResourceBundle.getString(String).
getKey() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
This method gets the optional key.
getKey() - Method in class net.sf.mmm.util.xml.base.jaxb.Property
This method gets the String.
getKeys() - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
getKeys() - Method in class net.sf.mmm.util.nls.base.GenericResourceBundle
getKeyType() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the key-type of this GenericType if it represents a Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>nullMapObjectFoo[]nullFoo<K,V>nullMap<String, Long>String
getKeyType() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the key-type of this GenericType if it represents a Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>nullMapObjectFoo[]nullFoo<K,V>nullMap<String, Long>String
getKeyType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the key-type of this GenericType if it represents a Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>nullMapObjectFoo[]nullFoo<K,V>nullMap<String, Long>String
getKeyType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the key-type of this GenericType if it represents a Map.
Here are some examples:
type GenericType.getComponentType()List<Map<String, Long>>nullMapObjectFoo[]nullFoo<K,V>nullMap<String, Long>String
getLabel() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the optional label of the VersionIdentifier.
getLabel() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the optional label of the VersionIdentifier.
getLastModificationDate() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the last modification date of the DataResource if available and supported.
getLength() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
 
getLength() - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method gets the number of bytes of this ByteOrderMark.
getLength(Object) - Static method in class net.sf.mmm.util.lang.base.Array
 
getLength() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
getLength() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the length of this DefaultLineWrapper.TextSegment.
getLineCount() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
 
getLineSeparator() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
getLineSeparator() - Method in interface net.sf.mmm.util.lang.api.StringUtil
The platform-specific line-separator string.
getLineSeparator() - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
The platform-specific line-separator string.
getLineSeparator() - Method in class net.sf.mmm.util.text.api.TextTableInfo
This method gets the line separator used to terminate a line of text.
getLineWrapper() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getLineWrapper() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getLocale() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
This method gets the Locale used to nationalize the output.
getLocale() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadLocale
This method gets the locale set for this object.
getLocale() - Method in interface net.sf.mmm.util.session.api.UserSession
 
getLocale() - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
getLocale() - Method in interface net.sf.mmm.util.text.api.Hyphenator
This method gets the Locale this Hyphenator works for.
getLocale() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the Locale to use for this column.
getLocale() - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
This method gets the Locale this Hyphenator works for.
getLocaleForInfix(String) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
This method gets the Locale for the given locale-infix.
getLocaleForInfix(String) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
This method gets the Locale for the given locale-infix.
getLocaleInfixes(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
This method determines the infix-strings for localization lookup ordered from most specific to least specific (empty string representing Locale.ROOT).
getLocaleInfixes(Locale) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
This method determines the infix-strings for localization lookup ordered from most specific to least specific (empty string representing Locale.ROOT).
getLocales() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the locales of the bundles that should be synchronized.
getLocalizedMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
getLocalizedMessage(Locale) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method writes the localized message to the given string buffer.
getLocalizedMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
getLocalizedMessage(Locale) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method writes the localized message to the given string buffer.
getLocalizedMessage(Locale) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method writes the localized message to the given string buffer.
getLocalizedMessage() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method tries to get the localized message as string using the default Locale.
ATTENTION:
If possible try to avoid using this method and use NlsMessage.getLocalizedMessage(Locale) instead.
getLocalizedMessage(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the message localized to the given Locale as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method writes the localized message to the given buffer.
getLocalizedMessage(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method writes the localized message to the given string buffer.
getLocalizedMessage() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method tries to get the localized message as string using the default Locale.
ATTENTION:
If possible try to avoid using this method and use NlsMessage.getLocalizedMessage(Locale) instead.
getLocalizedMessage(Locale) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the message localized to the given Locale as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method writes the localized message to the given buffer.
getLocalizedMessage() - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method tries to get the localized message as string using the default Locale.
ATTENTION:
If possible try to avoid using this method and use NlsMessage.getLocalizedMessage(Locale) instead.
getLocalizedMessage(Locale) - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method gets the message localized to the given Locale as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method writes the localized message to the given buffer.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
This method writes the localized message to the given buffer.
getLocalName(Node) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the local name of a given element.
getLocalName(Node) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the local name of a given element.
getLogger() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getLogger() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the Logger.
getLogger() - Method in class net.sf.mmm.util.component.base.AbstractLoggableComponent
This method gets the logger for this component.
This method is NOT public because the logger should only be used by the component itself and NOT externally.
getLogger() - Method in class net.sf.mmm.util.component.base.AbstractLoggableHttpServlet
This method gets the logger for this object.
This method is NOT public because the logger should only be used by the component itself and NOT externally.
getLogger() - Method in class net.sf.mmm.util.component.base.AbstractLoggableObject
This method gets the logger for this object.
This method is NOT public because the logger should only be used by the component itself and NOT externally.
getLogin() - Method in interface net.sf.mmm.util.session.api.UserSession
 
getLogin() - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
getLookaheadCount() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamProcessorFactory
This method determines the required number of bytes a DetectorStreamProcessor needs as lookahead in order to make its decisions.
getLookaheadCount() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProcessorFactory
This method determines the required number of bytes a DetectorStreamProcessor needs as lookahead in order to make its decisions.
getLowByteEncoding() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
This method gets the encoding without taking high-bytes (non-ASCII) into account.
getLowerBounds() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
getLowerBounds() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
getLowerBounds() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
getManifests() - Method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method gets an unmodifiable list with all available Manifests.
getMapFactory(Class<MAP>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method gets the MapFactory for the given mapType.
getMapFactory(Class<MAP>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the MapFactory for the given mapType.
getMapFactory() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the MapFactory.
getMapImplementation() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.HashMapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
This method gets the implementation of the map-interface used by this factory.
getMapInterface() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
This method gets the interface of the Map managed by this factory.
getMarkerClassType(TypeOracle) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
 
getMarkerType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
This method gets the Class reflecting the class or interface used as markers for objects for POJOs where reflection should be supported via PojoDescriptorBuilder.
getMaskBits() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method gets the FileAccessPermissions encoded as a single integer value.
getMatchingFiles(File, String, FileType) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets all files matching to the given path and fileType .
getMatchingFiles(File, String, FileType) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets all files matching to the given path and fileType .
getMathUtil() - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
getMathUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method gets the MathUtil to use.
getMax() - Method in class net.sf.mmm.util.value.api.Range
Shorthand form for Range.getMaximumValue().
getMaximumHitCount() - Method in interface net.sf.mmm.util.search.api.SearchCriteria
This method gets the maximum number of hits that will be received as result for this query.
Note:
This feature is the same as Query.setMaxResults(int) in JPA.
getMaximumHitCount() - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
This method gets the maximum number of hits that will be received as result for this query.
Note:
This feature is the same as Query.setMaxResults(int) in JPA.
getMaximumIndex() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the maximum index in the buffer.
getMaximumIndex() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the maximum index in the buffer.
getMaximumIndex() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the maximum index in the buffer.
getMaximumListGrowth() - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the maximum growth for arrays or Lists.
getMaximumValue() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadMaximumValue
This method gets the maximum value of this object.
getMaximumValue() - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets the maximum value of this object.
getMaximumValue() - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets the maximum value of this object.
getMaximumValue() - Method in class net.sf.mmm.util.value.api.Range
This method gets the maximum value of this object.
getMaxLength() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method gets the maximum length of this buffer and the according cell.
getMessage(IoMode) - Static method in exception net.sf.mmm.util.io.api.RuntimeIoException
This method gets the message according to the given mode.
getMessage() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadMessage
This method gets the actual message that describes this object.
getMessage(Locale) - Method in interface net.sf.mmm.util.lang.api.Message
This method gets the message localized for the given Locale.
ATTENTION:
This method is designed for server applications with NLS.
getMessage() - Method in class net.sf.mmm.util.lang.base.AbstractMessage
This method gets the actual message that describes this object.
getMessage(Locale) - Method in class net.sf.mmm.util.lang.base.AbstractMessage
This method gets the message localized for the given Locale.
ATTENTION:
This method is designed for server applications with NLS.
getMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the actual message that describes this object.
getMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the actual message that describes this object.
getMessage(String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsBundleWithLookup
This method create the NlsMessage for the given key with the given nlsArguments.
getMessage() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the untranslated message (default language should be English) with arguments filled in.
ATTENTION:
In most cases you wand to use NlsMessage.getLocalizedMessage(Locale) instead of this method.
getMessage(String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsMessageLookup
This method create the NlsMessage for the given key with the given nlsArguments.
getMessage() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the untranslated message (default language should be English) with arguments filled in.
ATTENTION:
In most cases you wand to use NlsMessage.getLocalizedMessage(Locale) instead of this method.
getMessage(Method) - Method in class net.sf.mmm.util.nls.base.NlsBundleHelper
This method gets the message of an NlsBundle-method.
getMessage(String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsMessageLookupNone
This method create the NlsMessage for the given key with the given nlsArguments.
getMessage(String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsMessageLookupProxy
This method create the NlsMessage for the given key with the given nlsArguments.
getMessage() - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method gets the untranslated message (default language should be English) with arguments filled in.
ATTENTION:
In most cases you wand to use NlsMessage.getLocalizedMessage(Locale) instead of this method.
getMessage() - Method in interface net.sf.mmm.util.validation.api.ValidationFailure
This method gets the message of the validation failure.
getMessage(Locale) - Method in interface net.sf.mmm.util.validation.api.ValidationFailure
This method gets the message localized for the given Locale.
ATTENTION:
This method is designed for server applications with NLS.
getMessage(Locale) - Method in class net.sf.mmm.util.validation.base.ComposedValidationFailure
This method gets the message localized for the given Locale.
ATTENTION:
This method is designed for server applications with NLS.
getMessageFactory() - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
 
getMessageFactory() - Method in class net.sf.mmm.util.nls.impl.NlsBundleFactoryImpl
getMessageFormatterFactory() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the NlsMessageFormatterFactory.
getMessageFormatterFactory() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the NlsMessageFormatterFactory.
getMetadata() - Method in interface net.sf.mmm.util.io.api.DetectorStream
This method gets the context with the detected metadata.
getMetadata() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method gets the context with the detected metadata.
getMethod() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
 
getMethodAnnotation(Method, Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method gets the first annotation of the type given by annotation in the hierarchy of the given method.
This method is only useful if the given annotation is a runtime annotation.
getMethodAnnotation(Method, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the hierarchy of the given method.
This method is only useful if the given annotation is a runtime annotation.
getMethodIntrospector() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the introspector used to find potential methods for accessing properties of a POJO.
getMin() - Method in class net.sf.mmm.util.value.api.Range
Shorthand form for Range.getMinimumValue().
getMinimumIndex() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the minimum index where to start reading in the byte array.
getMinimumIndex() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the minimum index where to start reading in the byte array.
getMinimumIndex() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the minimum index where to start reading in the byte array.
getMinimumValue() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadMinimumValue
This method gets the minimum value of this object.
getMinimumValue() - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets the minimum value of this object.
getMinimumValue() - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets the minimum value of this object.
getMinimumValue() - Method in class net.sf.mmm.util.value.api.Range
This method gets the minimum value of this object.
getMirrored() - Method in enum net.sf.mmm.util.lang.api.Alignment
This method gets the inverse alignment.
getMirrored() - Method in enum net.sf.mmm.util.lang.api.Orientation
This method gets the inverse orientation.
getMode() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
This method gets the actual CliMode.
getMode(String) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the mode associated with the given ID.
getMode() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
This method gets the actual CliMode.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArg
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorIndexedNonArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorIndexedOneArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorNonArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorOneArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorTwoArgBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorGetMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorSetMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetField
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetField
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method gets the PojoPathMode that determines how to deal with null-values.
getModeIds() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the Collection with the IDs of all registered CliModes.
getModeOption() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
The command-line argument for the option, that activated the current mode.
getModificationCounter() - Method in interface net.sf.mmm.util.entity.api.GenericEntity
This method gets the current modification-counter of this entity.
getModificationCounter() - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
This method gets the current modification-counter of this entity.
getModificationCounter() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method gets the current modification-counter of this entity.
getModifiers() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
This method gets the modifiers of the accessible object.
getMutableChildList() - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
getMutableMetadata() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method gets the mutable Metadata.
getName() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
This method gets the name of the argument.
getName() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the name of the option or argument.
getName() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the name configured for the state-class .
getName() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the name of the option or argument.
getName() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the name of the option or argument.
getName() - Method in interface net.sf.mmm.util.io.api.FileItem
 
getName() - Method in interface net.sf.mmm.util.nls.api.NlsResourceBundle
 
getName() - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
This method gets the base-name used to lookup the bundle (typically a ResourceBundle).
getName() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
 
getName() - Method in class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
getName() - Method in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
This method gets the name of this mode.
getName() - Method in interface net.sf.mmm.util.pojo.descriptor.api.attribute.PojoAttributeName
This method gets the programmatic (technical) name of the according property.
E.g.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
This method gets the programmatic (technical) name of the according property.
E.g.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
This method gets the programmatic (technical) name of the according property.
E.g.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the programmatic (technical) name of the according property.
E.g.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
This method gets the plain name of the property.
Examples:
propertyName new PojoProperty(propertyName).PojoProperty.getName() fooBar fooBar foo[42] foo bar['key'] bar
getName() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
This method gets the programmatic (technical) name of the according property.
E.g.
getName() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNamedFunction
This method gets the name of this function.
ATTENTION:
The name has to be unique for all functions registered to a PojoPathNavigator implementation.
E.g.
getName() - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the name of this function.
ATTENTION:
The name has to be unique for all functions registered to a PojoPathNavigator implementation.
E.g.
getName() - Method in class net.sf.mmm.util.reflect.api.ClassName
 
getName(char) - Method in class net.sf.mmm.util.reflect.api.ClassName
 
getName() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getName() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the name of the resource.
getNanoTime() - Static method in class net.sf.mmm.util.date.api.Helper
 
getNewline() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the newline string used to terminate a line in the resource bundle.
getNext() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
getNext() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method gets the next node of the linked list.
getNext() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method gets the next node of the linked list.
getNextSegment() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the next DefaultLineWrapper.TextSegment after the current.
getNlsBundles() - Method in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
This method gets the List of ResourceBundles.
getNlsDependencies() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
 
getNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the NlsMessage describing the problem.
getNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the NlsMessage describing the problem.
getNlsMessage() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the NlsMessage describing the problem.
getNlsMessage() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the NlsMessage describing the problem.
getNlsMessageFactory() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getNlsMessageFactory() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getNlsTemplateResolver() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getNlsTemplateResolver() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getNodeText(Node) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the text of the given node excluding the text of child elements (depth=0).
getNodeText(Node, int) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the text of the given node as string.
getNodeText(Node, Appendable, int) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method appends the text of the given node to the string buffer.
getNodeText(Node) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the text of the given node excluding the text of child elements (depth=0).
getNodeText(Node, int) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the text of the given node as string.
getNodeText(Node, Appendable, int) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method appends the text of the given node to the string buffer.
getNonPrimitiveType(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtilLimited
This method gets the according non-primitive type for the class given by type.
E.g.
getNonPrimitiveType(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
This method gets the according non-primitive type for the class given by type.
E.g.
getNormalizedWord() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the normalized word.
getNumber(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterNumber
This method gets the Number to format.
getNumber(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhaseNumber
This method gets the Number to format.
getNumber(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterRevision
This method gets the Number to format.
getNumberClass() - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets the Class reflecting the Number represented by this NumberType.
getNumberFormatter(Locale) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getNumberFormatter(Locale, String) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getNumberType(Class<?>) - Method in interface net.sf.mmm.util.math.api.MathUtilLimited
This method gets the NumberType for the given numericType.
getNumberType(Class<?>) - Method in class net.sf.mmm.util.math.base.MathUtilImpl
This method gets the NumberType for the given numericType.
getNumberType(Class<?>) - Method in class net.sf.mmm.util.math.base.MathUtilLimitedImpl
This method gets the NumberType for the given numericType.
getNumberTypeGeneric(Class<NUMBER>) - Method in interface net.sf.mmm.util.math.api.MathUtilLimited
This method gets the NumberType for the given numericType.
getNumberTypeGeneric(Class<NUMBER>) - Method in class net.sf.mmm.util.math.base.MathUtilLimitedImpl
This method gets the NumberType for the given numericType.
getObjectId() - Method in interface net.sf.mmm.util.entity.api.EntityId
This method gets the unique identifier of an entity (or any other object).
getObjectId() - Method in class net.sf.mmm.util.entity.base.EntityIdImpl
This method gets the unique identifier of an entity (or any other object).
getOmitChars() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the characters to omit at the beginning of each indented line.
getOperand() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
 
getOption() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the actual CliOption.
getOption(String) - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the option associated with the given nameOrAlias .
getOptions() - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the List of CLI-options .
getOptions(CliModeObject) - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the options for the given mode.
getOrCreate(CliParameterContainer) - Method in class net.sf.mmm.util.cli.base.CliValueMap
This method gets the CliValueContainer for the given CliParameterContainer.
getOrCreateMarshaller() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method gets a Marshaller instance.
getOrCreateMethodInfo(Method, Object[], String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
Gets AbstractNlsBundleFactory.NlsBundleMethodInfo for methodName from cache or creates it and puts it into the cache.
getOrCreatePropertyDescriptor(String) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the property-descriptor for the given propertyName.
getOrCreatePropertyDescriptor(String) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
This method gets the property-descriptor for the given propertyName.
getOrCreateUnmarshaller() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method gets a Marshaller instance.
getOrCreateUserException(Throwable) - Static method in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
Gets the given Throwable as user exception or converts it to such.
getOrder() - Method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
This method gets a non-negative integer value that follows the strict order of the visibility.
getOriginalExceptionName() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
 
getOriginalString() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the original string to parse.
getOutputSettings() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the output settings used for information and error messages.
getOutStream() - Method in class net.sf.mmm.util.process.api.ProcessContext
 
getOwnerType() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
getPackageName() - Method in class net.sf.mmm.util.reflect.api.ClassName
 
getParameterAnnotation() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the annotation with the metadata of the option or argument.
getParameterAnnotation() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the annotation with the metadata of the option or argument.
getParameterAnnotation() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the annotation with the metadata of the option or argument.
getParameterContainer() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getParent() - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method gets the parent of this GenericTreeNode.
getParent() - Method in interface net.sf.mmm.util.collection.api.Node
This method gets the parent of this node.
getParent() - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method gets the parent of this GenericTreeNode.
getParent() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
getParentMethod(Method) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the parent method of the given method.
getParentMethod(Class<?>, String, Class<?>[]) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the method identified by methodName and parameterTypes that is NOT declared but inherited by the given declaringClass.
getParentMethod(Method) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the parent method of the given method.
getParentMethod(Class<?>, String, Class<?>[]) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the method identified by methodName and parameterTypes that is NOT declared but inherited by the given declaringClass.
getParentPath() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPropertyPath
This method gets the parent-path of this path.
E.g.
getParentPath() - Method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This method gets the parent-path of this path.
E.g.
getParentPath() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the parent-path of this path.
E.g.
getParserBuilder() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the CliParserBuilder used to build the CliParser.
To extend with custom functionality you should use an IoC container in advance to overriding this method.
getPart(Orientation) - Method in enum net.sf.mmm.util.lang.api.Alignment
This method extracts the horizontal or vertical part of this alignment.
getPath() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the base-path where the bundles are written to.
getPath(Object, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method contains the internal implementation of AbstractPojoPathNavigator.get(Object, String, PojoPathMode, PojoPathContext).
getPath() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the path of this resource.
getPath() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
This method gets the path of this ResourceUri.
getPath() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
This method gets the path of this ResourceUri.
getPath() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the path of this resource.
getPattern() - Method in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
This method gets the pattern.
getPattern() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the original pattern (word-part with hyphenation-points).
ATTENTION:
This method is intended for debugging purposes.
getPattern() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
getPercentFormatter(Locale) - Static method in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider
 
getPermissions(File, FileAccessClass) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the permissions of the given file.
ATTENTION:
This operation is only available since java 6.
getPermissions() - Method in class net.sf.mmm.util.file.base.FileAttributes
 
getPermissions(File, FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the permissions of the given file.
ATTENTION:
This operation is only available since java 6.
getPhase() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the DevelopmentPhase of this VersionIdentifier.
ATTENTION:
If the phase is undefined (null), DevelopmentPhase.RELEASE will be assumed for VersionIdentifier.compareTo(VersionIdentifier).
getPhase() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the DevelopmentPhase of this VersionIdentifier.
ATTENTION:
If the phase is undefined (null), DevelopmentPhase.RELEASE will be assumed for VersionIdentifier.compareTo(VersionIdentifier).
getPhaseAlias() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the string representation of the phase for this VersionIdentifier.
getPhaseAlias() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the string representation of the phase for this VersionIdentifier.
getPhaseMap() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
getPhaseNumber() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the subsequent number of this VersionIdentifier within a particular phase.
getPhaseNumber() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the subsequent number of this VersionIdentifier within a particular phase.
getPhaseNumberAsInt(VersionIdentifier) - Static method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method gets VersionIdentifier.getPhaseNumber() as int.
getPhasePrefixSet() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
getPojo() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method gets the Pojo instance this PojoPath is leading to.
getPojoClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.attribute.PojoAttributeType
This method gets the type reflecting the Pojo this object is related to.
getPojoClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the type reflecting the Pojo this object is related to.
getPojoClass() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method get the Class of the Pojo this PojoPath is leading to.
getPojoDescriptor(JClassType) - Static method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
This method determines the property descriptors of the Pojo identified by inputType.
getPojoDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
 
getPojoDescriptorBuilder() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
getPojoDescriptorBuilder() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
getPojoDescriptorBuilderFactory() - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
getPojoDescriptorBuilderFactory() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
getPojoFactory() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional PojoFactory instance used if favor to the PojoFactory registered to the PojoPathNavigator itself.
getPojoFactory() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the PojoFactory instance used to create new Pojos.
getPojoFactory() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional PojoFactory instance used if favor to the PojoFactory registered to the PojoPathNavigator itself.
getPojoPath() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPropertyPath
This method gets the actual Pojo path represented by this object.
getPojoPath() - Method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This method gets the actual Pojo path represented by this object.
getPojoPath() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
getPojoPath() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the actual Pojo path represented by this object.
getPojoType() - Method in interface net.sf.mmm.util.pojo.descriptor.api.attribute.PojoAttributeType
This method gets the GenericType reflecting the Pojo this object is related to.
getPojoType() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the GenericType reflecting the Pojo this object is related to.
getPojoType() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method gets the type of the Pojo this PojoPath is leading to.
getPojoType() - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
getPojoTypeDescription() - Method in interface net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfiguration
 
getPojoTypeDescription() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
getPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
This method gets the Pool to retrieve buffers.
getPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
This method gets the Pool to retrieve buffers.
getPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
This method gets the Pool to retrieve buffers.
getPrefix() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
This method gets the prefix.
getPrevious() - Method in interface net.sf.mmm.util.collection.api.DoubleLinkedNode
This method gets the previous node of the double linked list.
getPrevious() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method gets the previous node of the double linked list.
getProcessorFactoryList() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets the List of registered DetectorStreamProcessorFactory-instances.
getProperties() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
 
getProperties() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets the properties of the context.
getProperties() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets the properties of the context.
getProperties(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method gets an unmodifiable List with the properties of the given Pojo type.
getProperty(POJO, String) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the property identified by the given property from the given pojo.
getProperty(POJO, TypedProperty<V>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the value of the specified property in a type-safe way.
getProperty(POJO, String) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the property identified by the given property from the given pojo.
getProperty(POJO, TypedProperty<V>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the value of the specified property in a type-safe way.
getProperty(POJO, String, boolean) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
 
getProperty() - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
getPropertyClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the type as Class.
getPropertyDescriptor(String) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the descriptor for the property identified by the given propertyName.
getPropertyDescriptor(TypedProperty<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the descriptor for the given property.
getPropertyDescriptor(TypedProperty<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the descriptor for the given property.
getPropertyDescriptor(String) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
This method gets the descriptor for the property identified by the given propertyName.
getPropertyDescriptors() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the descriptors of all properties of the according pojo.
getPropertyDescriptors() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the descriptors of all properties of the according pojo.
getPropertyDescriptors() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
This method gets the descriptors of all properties of the according pojo.
getPropertyItem(POJO, String, int) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the item with the given index from the list-like property with the given propertyName of the given pojo using the indexed getter accessor.
getPropertyItem(POJO, String, int) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the item with the given index from the list-like property with the given propertyName of the given pojo using the indexed getter accessor.
getPropertyList() - Method in class net.sf.mmm.util.xml.base.jaxb.PropertyList
This method gets the List of properties.
getPropertyName(String, String[], String[]) - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method gets the according property-name for the given methodName.
This is the un-capitalized substring of the methodName after between the given prefix and suffix.
getPropertyName(String, String, String) - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method gets the according property-name for the given methodName.
This is the un-capitalized substring of the methodName after between the given prefix and suffix.
getPropertyName(String, int, int) - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method gets the according property-name for the given methodName.
This is the un-capitalized substring of the methodName after the prefix (given via prefixLength).
getPropertySize(POJO, String) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the size of the property with the given propertyName from the given pojo.
getPropertySize(POJO, String) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the size of the property with the given propertyName from the given pojo.
getPropertyType() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the GenericType of this property.
For a getter this will be the return-type while a setter typically has void as return-type and this method will return the type of its argument.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
This method gets the GenericType of this property.
For a getter this will be the return-type while a setter typically has void as return-type and this method will return the type of its argument.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the GenericType of this property.
For a getter this will be the return-type while a setter typically has void as return-type and this method will return the type of its argument.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
This method gets the GenericType of this property.
For a getter this will be the return-type while a setter typically has void as return-type and this method will return the type of its argument.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
This method gets the GenericType of this property.
For a getter this will be the return-type while a setter typically has void as return-type and this method will return the type of its argument.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the GenericType of this property.
For a getter this will be the return-type while a setter typically has void as return-type and this method will return the type of its argument.
getPropertyType() - Method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This method gets the type of this property.
ATTENTION:
The actual type is optional.
getPropertyType() - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
getPropertyValidator(Class<?>, String) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method gets or creates the ValueValidator for the specified property derived from annotations (e.g.
getPropertyValue(Object, String) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method gets the value of the specified property.
E.g.
getPropertyValue(Object, TypedProperty<V>) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method gets the value of the specified property.
getProvider(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method gets the provider for the given resourceUri.
getProvider() - Static method in class net.sf.mmm.util.session.api.UserSessionAccess
 
getProviders() - Method in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
 
getQualifiedLocation(Class<? extends NlsBundle>) - Method in class net.sf.mmm.util.nls.base.NlsBundleHelper
This method gets the location of the ResourceBundle base name for the given NlsBundle interface.
getQuoteEnd() - Method in interface net.sf.mmm.util.lang.api.StringSyntax
This method gets the character used to end a quotation.
getQuoteEnd() - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
This method gets the character used to end a quotation.
getQuoteEscape() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to escape the quote-end character within a quotation.
getQuoteEscape() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to escape the quote-end character within a quotation.
getQuoteStart() - Method in interface net.sf.mmm.util.lang.api.StringSyntax
This method gets the character used to start a quotation that should be terminated by a quote-end character.
getQuoteStart() - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
This method gets the character used to start a quotation that should be terminated by a quote-end character.
getRank(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the current rank for the given element.
getRawType() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
getRecognizer() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional recognizer that adds support for the visitor-pattern.
getRecognizer() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional recognizer that adds support for the visitor-pattern.
getRecursive(String, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method recursively navigates the given pojoPath.
getReflectionUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getReflectionUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getReflectionUtil() - Method in class net.sf.mmm.util.cli.base.CliState
 
getReflectionUtil() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the ReflectionUtil.
getReflectionUtil() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
getReflectionUtil() - Method in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
This method gets the ReflectionUtil.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets the instance of ReflectionUtilLimited.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
This method gets the instance of ReflectionUtilLimited.
getReflectionUtil() - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependencies
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the instance of ReflectionUtilLimited.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the ReflectionUtilImpl used by this AnnotationUtilImpl instance.
getReflectionUtil() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method gets the ReflectionUtilImpl instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
This method gets the ReflectionUtil instance to use.
getRefreshDelaySeconds() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
getReplaced(String, int, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the original string where the substring specified by start and end is replaced by substitute.
getReplacement() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
getResourceBundleFinder() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the NlsResourceBundleLocator.
getResourceBundleFinder() - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method gets the NlsResourceBundleLocator.
getResourceFactory() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
getResourceLocator() - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
 
getResourceType() - Method in interface net.sf.mmm.util.resource.api.spi.DataResourceProvider
This method gets the type of the resource managed by this provider.
getResourceType() - Method in class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
This method gets the type of the resource managed by this provider.
getResourceType() - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method gets the type of the resource managed by this provider.
getResourceType() - Method in class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
This method gets the type of the resource managed by this provider.
getRest() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method gets the rest, which is the number of characters available until the buffer has reached its end.
getRetrievalClass() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getReturnClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorGetMethod
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorSetMethod
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method gets the Class of the object returned when this accessor is invoked.
is a convenience method for PojoPropertyAccessor.getReturnType().getRetrievalClass()
getReturnType() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorGetMethod
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorSetMethod
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method gets the GenericType of the object returned when this accessor is invoked.
getRevision() - Method in interface net.sf.mmm.util.entity.api.EntityId
This method gets the number of the specific revision of the object referenced by this EntityId.
getRevision() - Method in interface net.sf.mmm.util.entity.api.RevisionedEntity
This method gets the revision of this entity.
getRevision() - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
This method gets the revision of this entity.
getRevision() - Method in class net.sf.mmm.util.entity.base.EntityIdImpl
This method gets the number of the specific revision of the object referenced by this EntityId.
getRevision() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method gets the revision of this entity.
getRevision() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the revision of the VersionIdentifier.
getRevision() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the revision of the VersionIdentifier.
getRootPath() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
getRules() - Method in class net.sf.mmm.util.text.base.AbstractTextTransformer
This method gets the list of rules.
getRules() - Method in class net.sf.mmm.util.text.base.EnglishSingularizer
This method gets the list of rules.
getSchemePrefix() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
This method gets the scheme-prefix of a qualified ResourceUri.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
This method gets the scheme-prefix of a qualified ResourceUri.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefixes() - Method in interface net.sf.mmm.util.resource.api.spi.DataResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSchemePrefixes() - Method in class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSchemePrefixes() - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSchemePrefixes() - Method in class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSearchTimeout() - Method in interface net.sf.mmm.util.search.api.SearchCriteria
This method gets the maximum delay in milliseconds the search may last until it is canceled.
Note:
This feature is the same as the query hint "javax.persistence.query.timeout" in JPA.
getSearchTimeout() - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
This method gets the maximum delay in milliseconds the search may last until it is canceled.
Note:
This feature is the same as the query hint "javax.persistence.query.timeout" in JPA.
getSegment() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPropertyPath
This method gets the last segment of this current Pojo path.
getSegment() - Method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This method gets the last segment of this current Pojo path.
getSegment() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the last segment of this current Pojo path.
getSeparateCharacter() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets the separate character for this DiacriticalMark.
getSeparator() - Method in class net.sf.mmm.util.validation.base.ComposedValidationFailure
 
getSeparator() - Method in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
This method gets the String used to separate individual validation failure messages for ValidationStateMessageCollector.getFailureMessages().
getSession() - Static method in class net.sf.mmm.util.session.api.UserSessionAccess
 
getSetter() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the accessor used to set the value of the according option or argument.
getSimpleName() - Method in class net.sf.mmm.util.reflect.api.ClassName
 
getSingularizer() - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method gets the Singularizer, which is used to determine singular forms so e.g.
getSize() - Method in interface net.sf.mmm.util.io.api.FileItem
 
getSize() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method gets the size of the pool.
getSize(Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the size of the given arrayMapOrCollection.
getSize(Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the size of the given arrayMapOrCollection.
getSize() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the size (content-length) of this resource.
getSize() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the size (content-length) of this resource.
getSize() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the size (content-length) of this resource.
getSize() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the size (content-length) of this resource.
getSource() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
This method gets the source to transfer.
getSource() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
This method gets the source to transfer.
getSource() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
This method gets the source to transfer.
getSource() - Method in interface net.sf.mmm.util.lang.api.Message
This method gets the (optional) source of the message.
getSource() - Method in class net.sf.mmm.util.lang.base.AbstractMessage
This method gets the (optional) source of the message.
getSource() - Method in interface net.sf.mmm.util.validation.api.ValidationFailure
This method gets the (optional) source of the validation.
getSourceType() - Method in interface net.sf.mmm.util.value.api.ValueConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.base.ValueConverterIdentity
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This the type of the value accepted by this converter.
getStacktrace(Throwable) - Method in interface net.sf.mmm.util.exception.api.ExceptionUtilLimited
Gets the complete stacktrace of the given exception as String.
getStacktrace(Throwable) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilLimitedImpl
Gets the complete stacktrace of the given exception as String.
getStackTrace() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
 
getStandardError() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the standard error where to print errors for the end-user.
Default is System.err.
getStandardOutput() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the standard output where to print information for the end-user.
Default is System.out.
getStartIndex() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the start index of this DefaultLineWrapper.TextSegment.
getStartNode() - Method in class net.sf.mmm.util.collection.base.NodeCycle
This method gets the start node where the detected cycle begins.
getState() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method gets the instance of the state where the command-line arguments should be applied to.
getState() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
getState() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
 
getStateClass() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the Class reflecting the state-object.
getStaticField(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the value of a static field .
getStaticField(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the value of a static field .
getStaticFieldOrNull(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
 
getStaticFieldOrNull(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
getStaxUtil() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
getStaxUtil() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
getStream() - Method in interface net.sf.mmm.util.io.api.DetectorInputStream
This method gets the wrapped stream.
getStream() - Method in interface net.sf.mmm.util.io.api.DetectorOutputStream
This method gets the wrapped stream.
getStream() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream
This method gets the wrapped stream.
getStream() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream
This method gets the wrapped stream.
getStreamPosition() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method gets the absolute position of the current pointer in the logical stream (the data provided by this interface that origins from the previous member of the chain).
getStreamPosition() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the absolute position of the current pointer in the logical stream (the data provided by this interface that origins from the previous member of the chain).
getStreamUtil() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the StreamUtil to use.
getStreamUtil() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method gets the stream-util that is used by this process-util.
getString() - Method in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
This method gets the segment as raw string.
getString(String) - Method in interface net.sf.mmm.util.nls.api.NlsResourceBundle
 
getString(String) - Method in class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterString
This method gets the String to format.
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterLabel
This method gets the String to format.
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhase
This method gets the String to format.
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhaseAlias
This method gets the String to format.
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhaseValue
This method gets the String to format.
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterSnapshot
This method gets the String to format.
getString(VersionIdentifier) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterTimestamp
This method gets the String to format.
getStringHasher() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
getStringRepresentation() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
 
getStringUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getStringUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getStringUtil() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the StringUtilImpl that is used by this FileUtilImpl.
getStringUtil() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
getStringUtil() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the StringUtil used to deal with strings.
getStringUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method gets the StringUtil to use.
getStringUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method gets the StringUtil to use.
getStringUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method gets the StringUtil to use.
getStringUtil() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
getStyle() - Method in interface net.sf.mmm.util.nls.api.NlsFormatterPlugin
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateFull
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateLong
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateMedium
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateShort
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeFull
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeLong
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeMedium
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeShort
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeFull
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeLong
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeMedium
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeShort
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method gets the style of this formatter.
getSubClass(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method walks up the Class-hierarchy from descendant up to ancestor and returns the sub-class or sub-interface of ancestor on that hierarchy-path.
Please note that if ancestor is an interface, the hierarchy may NOT be unique.
getSubFormatter(String, CharSequenceScanner) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method is like NlsFormatterManager.getFormatter(String, String) but reads the style from the given scanner.
getSubFormatter(String, String) - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
This method creates the NlsFormatter for the given formatType and the custom subformat.
getSubFormatter(String, CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method is like NlsFormatterManager.getFormatter(String, String) but reads the style from the given scanner.
getSubFormatter(String, String) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method creates the NlsFormatter for the given formatType and the custom subformat.
getSubsequentNewlineCount() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the current number of subsequent newlines.
getSupportedSuperType(JClassType, TypeOracle) - Method in interface net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfiguration
Determines the super-type that is supported.
getSupportedSuperType(JClassType, TypeOracle) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
Determines the super-type that is supported.
getSyntax() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
 
getSystemArchitecture() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the architecture of the operating system running this java virtual machine.
getSystemArchitecture() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the architecture of the operating system running this java virtual machine.
getSystemInformation() - Method in interface net.sf.mmm.util.lang.api.SystemUtil
This method gets the SystemInformation for the operating system running this java virtual-machine.
getSystemInformation() - Method in class net.sf.mmm.util.lang.base.SystemUtilImpl
This method gets the SystemInformation for the operating system running this java virtual-machine.
getSystemName() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the name of the operating system running this java virtual machine.
getSystemName() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the name of the operating system running this java virtual machine.
getSystemProperty(String) - Static method in class net.sf.mmm.util.lang.base.GwtHelper
getSystemType() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the type of the operating system running this java virtual machine.
getSystemType() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the type of the operating system running this java virtual machine.
getSystemVersion() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the version of the operating system running this java virtual machine in lower-case.
getSystemVersion() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the version of the operating system running this java virtual machine in lower-case.
getTagStartIndex() - Method in class net.sf.mmm.util.xml.api.ParserState
 
getTail() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the tail of this scanner without changing the state.
getTail(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the tail of this scanner limited (truncated) to the given maximum number of characters without changing the state.
getTargetType() - Method in interface net.sf.mmm.util.value.api.ValueConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.base.ValueConverterIdentity
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfBoolean
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfByte
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfDouble
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfFloat
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfInt
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfLong
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfObject
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfShort
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
Is the guaranteed return-type of the conversion.
getTemplate() - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleMethodInfo
 
getTemplate() - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the NlsTemplate of this message.
getTemplate(NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the NlsTemplate of this message.
getTemplateResolver() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
getTemplateResolver() - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method gets the default NlsTemplateResolver.
getTemporaryDirectory() - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the File representing the temporary directory.
getTemporaryDirectory() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the File representing the temporary directory.
getter - Variable in class net.sf.mmm.util.cli.base.CliParameterContainer
 
getText() - Method in class net.sf.mmm.util.text.api.TextColumn
This method gets the text of this column.
getText() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the full text containing this segment.
getText() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
getTextCharacters() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
getTextIndex() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
getTextLength() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
getTextLengthRation(double) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
 
getTextStart() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
getThreadName() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method gets the thread-name.
getTimestamp() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the timestamp of the VersionIdentifier.
getTimestamp() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the timestamp of the VersionIdentifier.
getTitle() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
The title of the mode.
getTitle() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
The title of the mode.
getTitle() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadTitle
This method gets the title of this object.
NOTE:
For generic usage you need to use Object.toString() of the result if NOT null
getTitle() - Method in class net.sf.mmm.util.pojo.path.api.TypedProperty
This title is used to display the property name to end-users.
getTransformerFactory() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the TransformerFactory.
getTransformers() - Method in class net.sf.mmm.util.transformer.base.StringTransformerList
 
getTruncationForClient() - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
getType() - Method in interface net.sf.mmm.util.event.api.ChangeEvent
This method gets the type of this event.
getType(File) - Static method in enum net.sf.mmm.util.file.api.FileType
This method determines the type of a file.
getType() - Method in interface net.sf.mmm.util.lang.api.Message
This method gets the type of this Message.
getType() - Method in class net.sf.mmm.util.lang.base.AbstractErrorMessage
This method gets the type of this Message.
getType() - Method in class net.sf.mmm.util.lang.base.InformationMessage
This method gets the type of this Message.
getType() - Method in class net.sf.mmm.util.lang.base.WarningMessage
This method gets the type of this Message.
getType(Object) - Static method in exception net.sf.mmm.util.nls.api.NlsClassCastException
This method gets the class of an object in a null-safe way.
getType() - Method in interface net.sf.mmm.util.nls.api.NlsFormatterPlugin
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDate
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateIso8601
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTime
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeIso8601
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTime
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method gets the type of this formatter.
getType(GenericType<?>, String, boolean, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
In other words if get is invoked on this navigator with an instance of pojoType the result will be an instance of the type returned by this method.
Please note that the given pojoPath may be unsafe , what means that it has a segment that points to a property that does NOT exist for the Class determined for the according Pojo.
getType(Type, String, boolean, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
In other words if get is invoked on this navigator with an instance of pojoType the result will be an instance of the type returned by this method.
Please note that the given pojoPath may be unsafe , what means that it has a segment that points to a property that does NOT exist for the Class determined for the according Pojo.
getType(Type, String, boolean, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
In other words if get is invoked on this navigator with an instance of pojoType the result will be an instance of the type returned by this method.
Please note that the given pojoPath may be unsafe , what means that it has a segment that points to a property that does NOT exist for the Class determined for the according Pojo.
getType(GenericType<?>, String, boolean, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
In other words if get is invoked on this navigator with an instance of pojoType the result will be an instance of the type returned by this method.
Please note that the given pojoPath may be unsafe , what means that it has a segment that points to a property that does NOT exist for the Class determined for the according Pojo.
getType() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the Type represented by this GenericType.
getType(int) - Method in class net.sf.mmm.util.reflect.api.Signature
This method gets the type of this signature at the given position.
getType() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the Type represented by this GenericType.
getType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the Type represented by this GenericType.
getType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the Type represented by this GenericType.
getType() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method determines if this DefaultLineWrapper.TextSegment represents a word.
getType() - Method in class net.sf.mmm.util.validation.base.AbstractValidationFailure
This method gets the type of this Message.
getType(Object) - Static method in exception net.sf.mmm.util.value.api.WrongValueTypeException
This method gets the type reflecting the actual value.
getTypeAnnotation(Class<?>, Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method gets the first annotation of the type given by annotation in the declaration of the given annotatedType.
Instead of AnnotationUtil.getClassAnnotation(Class, Class) this method will also scan implemented interfaces for the given annotation.
This method is only useful if the given annotation is a runtime annotation.
getTypeAnnotation(Class<?>, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the declaration of the given annotatedType.
Instead of AnnotationUtil.getClassAnnotation(Class, Class) this method will also scan implemented interfaces for the given annotation.
This method is only useful if the given annotation is a runtime annotation.
getTypeArgument(int) - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the type-argument at the given index.
E.g.
getTypeArgument(int) - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the type-argument at the given index.
E.g.
getTypeArgument(int) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the type-argument at the given index.
E.g.
getTypeArgument(int) - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the type-argument at the given index.
E.g.
getTypeArgumentCount() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the number of type-arguments .
getTypeArgumentCount() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method gets the number of type-arguments .
getTypeArgumentCount() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the number of type-arguments .
getTypeArgumentCount() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the number of type-arguments .
getTypeCount() - Method in class net.sf.mmm.util.reflect.api.Signature
This method gets the number of types in this signature.
getTypeId() - Method in interface net.sf.mmm.util.entity.api.EntityId
This method gets the identifier representing the type of the referenced entity or object.
getTypeId() - Method in class net.sf.mmm.util.entity.base.EntityIdImpl
This method gets the identifier representing the type of the referenced entity or object.
getUpperBounds() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
getUpperBounds() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
getUpperBounds() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
getUri() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets a string identifying this DataResource.
getUri() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
This method gets this ResourceUri as string.
getUri() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
This method gets this ResourceUri as string.
getUrl() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets this resource as URL.
getUser() - Method in class net.sf.mmm.util.file.base.FileAttributes
 
getUser() - Method in interface net.sf.mmm.util.session.api.UserSession
 
getUser() - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
getUserHomeDirectory() - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the File representing the home directory of the user .
getUserHomeDirectory() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the File representing the home directory of the user .
getUserLocale() - Static method in class net.sf.mmm.util.session.api.UserSessionAccess
 
getUserLogin() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the String.
getUserLogin() - Static method in class net.sf.mmm.util.session.api.UserSessionAccess
 
getUuid() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadUuid
This method gets the UUID of this object.
getUuid() - Method in interface net.sf.mmm.util.lang.api.Message
This method gets the UUID of this object.
getUuid() - Method in class net.sf.mmm.util.lang.base.AbstractMessage
This method gets the UUID of this object.
getUuid() - Method in class net.sf.mmm.util.lang.base.InformationMessage
This method gets the UUID of this object.
getUuid() - Method in class net.sf.mmm.util.lang.base.WarningMessage
This method gets the UUID of this object.
getUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the UUID of this object.
getUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the UUID of this object.
getUuid() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method gets the UUID of this object.
getValidator() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the ValueValidator.
getValidator(int) - Method in class net.sf.mmm.util.validation.base.ComposedValidator
Gets the ValueValidator at the given index.
getValidator() - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
 
getValidatorCount() - Method in class net.sf.mmm.util.validation.base.ComposedValidator
 
getValue() - Method in interface net.sf.mmm.util.cli.base.CliValueContainer
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerArray
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerMap
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerObject
 
getValue() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method gets the actual value of this node.
getValue() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method gets the actual value of this node.
getValue() - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.lang.api.AbstractSimpleDatatype
This method returns the raw value of this datatype.
getValue() - Method in enum net.sf.mmm.util.lang.api.Alignment
This method returns the raw value of this datatype.
getValue() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadValue
This method gets the value of this object.
getValue() - Method in enum net.sf.mmm.util.lang.api.BooleanEnum
This method returns the raw value of this datatype.
getValue() - Method in enum net.sf.mmm.util.lang.api.Comparator
This method gets the symbol of the Comparator.
getValue() - Method in enum net.sf.mmm.util.lang.api.Conjunction
This method returns the raw value of this datatype.
getValue() - Method in enum net.sf.mmm.util.lang.api.Direction
This method returns the raw value of this datatype.
getValue() - Method in interface net.sf.mmm.util.lang.api.EnumDefinition
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.lang.api.GenericBean
This method gets the value of this object.
getValue() - Method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method returns the raw value of this datatype.
getValue() - Method in enum net.sf.mmm.util.lang.api.Orientation
This method returns the raw value of this datatype.
getValue() - Method in interface net.sf.mmm.util.lang.api.SimpleDatatype
This method returns the raw value of this datatype.
getValue() - Method in enum net.sf.mmm.util.lang.api.SortOrder
This method returns the raw value of this datatype.
getValue() - Method in enum net.sf.mmm.util.lang.api.VerticalAlignment
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.lang.base.EnumEnumType
This method returns the raw value of this datatype.
getValue(Manifest, Attributes.Name) - Static method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method gets an attribute-value from a Manifest in a pragmatic way.
getValue() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method returns the raw value of this datatype.
getValue(POJO) - Method in interface net.sf.mmm.util.value.api.PropertyAccessor
This method gets the value of the property represented by this PropertyAccessor from the given element.
getValue(POJO) - Method in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
This method gets the value of the property represented by this PropertyAccessor from the given element.
getValue() - Method in enum net.sf.mmm.util.version.api.DevelopmentPhase
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.xml.base.jaxb.Property
This method gets the String.
getValueClass() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method gets the output-type (or return-type) of this function.
getValueClass() - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the output-type (or return-type) of this function.
getValueConverter() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the ComposedValueConverter used by default to convert values that are NOT compatible.
getValueConverter() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
getValues() - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
 
getValueType() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadValueType
This method gets the value type of this object.
getValueType() - Method in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
This method gets the value type of this object.
getVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
getVariable(String, Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName as the given type.
getVariable(Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given type.
getVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName.
getVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName as the given type.
getVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given type.
getVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given variableName.
getVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given type.
getVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
This method gets the variable associated with the given variableName as the given type.
getVariableName(Class<?>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable-name (key) for the given type.
getVariableNames() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method returns the names of all defined variables.
ATTENTION:
Please note that this is an expensive operation so prefer GenericContext.hasVariable(String) where possible.
getVariableNames() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method returns the names of all defined variables.
ATTENTION:
Please note that this is an expensive operation so prefer GenericContext.hasVariable(String) where possible.
getVariableNames() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method returns the names of all defined variables.
ATTENTION:
Please note that this is an expensive operation so prefer GenericContext.hasVariable(String) where possible.
getVersion() - Method in class net.sf.mmm.util.cli.api.AbstractVersionedMain
This method gets the Version of this program.
getVersionId() - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
getVersionId() - Method in class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
getVersionId() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
getVersionId() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
getVersionMajorSegment() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the major segment of this VersionIdentifier.
getVersionMajorSegment() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method gets the major segment of this VersionIdentifier.
getVersionMicroSegment() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the micro segment of this VersionIdentifier.
getVersionMicroSegment() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method gets the micro segment of this VersionIdentifier.
getVersionMilliSegment() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the milli segment of this VersionIdentifier.
getVersionMilliSegment() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method gets the milli segment of this VersionIdentifier.
getVersionMinorSegment() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the minor segment of this VersionIdentifier.
getVersionMinorSegment() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method gets the minor segment of this VersionIdentifier.
getVersionSegment(int) - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets an arbitrary segment of the version number.
getVersionSegment(int) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets an arbitrary segment of the version number.
getVersionSegmentCount() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets the number of segments of this VersionIdentifier .
getVersionSegmentCount() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method gets the number of segments of this VersionIdentifier .
getVerticalAlignment() - Method in enum net.sf.mmm.util.lang.api.Alignment
This method gets the vertical part of the alignment.
getVisibility() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
This method gets the lowest visibility to be considered when searching for methods or fields.
getWidth() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
This method gets the width of the help-output in characters per line.
getWidth() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the width of this column in characters excluding the left and right border.
The value has to be positive or may have the value of TextColumnInfo.WIDTH_AUTO_ADJUST (the default).
getWidth() - Method in class net.sf.mmm.util.text.api.TextTableInfo
This method gets the width of the text-table in characters.
This should be the number of characters per line in your console.
getWidth() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the physical width.
getWord() - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the raw word to be hyphenated.
getWord() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the raw word to be hyphenated.
getWord() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the word to hyphenate.
getWordPart() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the word-part, that is the pattern without digits.
getWordPartHash() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the pre-calculated hash of word-part.
ATTENTION:
The result may be different to the hash-code of word-part.
getWrapChars() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the characters where a wrap of the line is preferred.
getXmlInputFactory() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the XMLInputFactory to use.
getXmlOutputFactory() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the XMLOutputFactory to use.
GIMEL_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GlobPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is an implementation of the PatternCompiler interface that compiles glob-patterns.
GlobPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.GlobPatternCompiler
The constructor.
GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The grave accent.
GREATER_THAN_ABOVE_DOUBLE_LINE_EQUAL_ABOVE_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_LESS_THAN_ABOVE_DOUBLE_LINE_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_SIMILAR_ABOVE_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_SIMILAR_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_SLANTED_EQUAL_ABOVE_LESS_THAN_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_AND_NOT_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_AND_SINGLE_LINE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_BESIDE_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_BUT_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_CLOSED_BY_CURVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_CLOSED_BY_CURVE_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_EQUAL_TO_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OVER_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OVERLAPPING_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The greater-than sign for the according mathematical relation.
GREATER_THAN_WITH_CIRCLE_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_WITH_QUESTION_MARK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_BETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_CHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_DELTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_EPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_ETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_KAPPA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_LAMDA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_MU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_NU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_OMEGA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_OMICRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_PHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_PI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_PSI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_RHO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_SIGMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_TAU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_THETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_XI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_ZETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_KAPPA_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_LETTER_DIGAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_LUNATE_EPSILON_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_PHI_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_PI_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_REVERSED_LUNATE_EPSILON_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_RHO_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_BETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_CHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_DELTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_DIGAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_EPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_ETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_FINAL_SIGMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_KAPPA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_LAMDA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_MU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_NU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_OMEGA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_OMICRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_PHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_PI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_PSI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_RHO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_SIGMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_TAU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_THETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_XI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_ZETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_THETA_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_UPSILON_WITH_HOOK_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
group - Variable in class net.sf.mmm.util.file.base.FileAttributes
 
groups - Variable in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
 
groups - Variable in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
GuessingPojoFactory - Class in net.sf.mmm.util.pojo.base
This is the default implementation of the PojoFactory interface.
In advance to DefaultPojoFactory it tries to find implementations for interfaces by guessing according to conventions:
For an interface some.package.api.Foo it will try to find the following classes...
GuessingPojoFactory() - Constructor for class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The constructor.
GuessingPojoFactory(CollectionFactoryManager) - Constructor for class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The constructor.
GwtHelper - Class in net.sf.mmm.util.lang.base
This class is used as indirection for code that is NOT GWT compatible.
GwtHelper() - Constructor for class net.sf.mmm.util.lang.base.GwtHelper
Construction prohibited.
GwtLogger - Class in net.sf.mmm.util.logging.impl
This is a SLF4J Logger for GWT clients.
GwtLogger(String) - Constructor for class net.sf.mmm.util.logging.impl.GwtLogger
The constructor.

H

HAIR_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
handle(Logger, RuntimeException) - Method in enum net.sf.mmm.util.cli.api.CliStyleHandling
This method performs the handling of the anomaly represented by the given exception.
You should avoid creating the exception and call this method for the handling CliStyleHandling.OK.
handleDuplicatePersistentEntity(RevisionedEntity<ID>) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method is called if EntityTo.copyFrom(Object) has been called with overwrite set to false but the method has already been called before.
handleError(Exception, CliParser) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method is invoked if an Exception occurred.
handleEvent(E) - Method in interface net.sf.mmm.util.event.api.EventListener
This method is called if an event occurred.
WARNING:
Depending on the implementation of EventSource it may NOT be legal to add or remove listeners during the call of this method because this may lead to a dead-lock.
handleEvent(ValidationEvent) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
handleGetObject(String) - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
handleGetObject(String) - Method in class net.sf.mmm.util.nls.base.GenericResourceBundle
handleListenerError(L, E, Throwable) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method is called if a listener throws something while handling an event.
The default implementation is log the error.
handleUndefinedMode(CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method handles a CliOption with an undefined CliOption.mode().
hasBits(int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if the flags given by bitMask are set in this mask.
hasFlag(FileAccessClass, int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if the flag(s) given by bitMask is set in this mask for the given fileModeClass.
hash - Variable in class net.sf.mmm.util.reflect.api.Arguments
bleeding edge performance hack
hash - Variable in class net.sf.mmm.util.reflect.api.Signature
bleeding edge performance hack
hash - Variable in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
 
HASH_FACTOR - Static variable in class net.sf.mmm.util.text.base.FastStringHasher
The hash-factor - should be prime (however Bernstein uses 33).
hashCode - Variable in class net.sf.mmm.util.collection.base.AbstractHashKey
 
hashCode() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
hashCode() - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
hashCode() - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
hashCode() - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
hashCode() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
hashCode() - Method in class net.sf.mmm.util.file.base.FileAttributes
hashCode(VALUE) - Method in class net.sf.mmm.util.lang.api.AbstractHashCodeFunction
hashCode() - Method in class net.sf.mmm.util.lang.api.AbstractSimpleDatatypeBase
hashCode(VALUE) - Method in interface net.sf.mmm.util.lang.api.HashCodeFunction
 
hashCode() - Method in class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
hashCode() - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
hashCode() - Method in class net.sf.mmm.util.reflect.api.Arguments
hashCode() - Method in class net.sf.mmm.util.reflect.api.ClassName
hashCode() - Method in class net.sf.mmm.util.reflect.api.Signature
hashCode() - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
hashCode() - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
hashCode() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
hashCode() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
hashCode() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
hashCode() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
hashCode() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
hashCode() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
hashCode() - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
hashCode() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
hashCode() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
hashCodeFunction - Variable in class net.sf.mmm.util.collection.base.CustomHashKey
 
HashCodeFunction<VALUE> - Interface in net.sf.mmm.util.lang.api
This (functional) interface allows to implement an external function to calculate the hash code of an object of the type <VALUE>.
HashCodeFunctionDefault - Class in net.sf.mmm.util.lang.api
This is the default implementation of HashCodeFunction.
HashCodeFunctionDefault() - Constructor for class net.sf.mmm.util.lang.api.HashCodeFunctionDefault
The constructor.
HashCodeFunctionSystemIdentity - Class in net.sf.mmm.util.lang.api
This is an implementation of HashCodeFunction that delegates to System.identityHashCode(Object) and conforms to EqualsCheckerIsSame.
HashCodeFunctionSystemIdentity() - Constructor for class net.sf.mmm.util.lang.api.HashCodeFunctionSystemIdentity
The constructor.
hashCodeNotNull(VALUE) - Method in class net.sf.mmm.util.lang.api.AbstractHashCodeFunction
 
hashCodeNotNull(Object) - Method in class net.sf.mmm.util.lang.api.HashCodeFunctionDefault
hashCodeNotNull(Object) - Method in class net.sf.mmm.util.lang.api.HashCodeFunctionSystemIdentity
hasher - Variable in class net.sf.mmm.util.text.base.HyphenationState
The StringHasher to use.
hasher - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
 
hashes - Variable in class net.sf.mmm.util.text.base.HyphenationState
The hashes of all substrings of HyphenationState.normalizedWord.
HashKey<T> - Class in net.sf.mmm.util.collection.base
This is a simple class that allows to use any object as hash-key.
HashKey() - Constructor for class net.sf.mmm.util.collection.base.HashKey
The constructor for de-serialization in GWT.
HashKey(T) - Constructor for class net.sf.mmm.util.collection.base.HashKey
The constructor.
HashKeyProvider<O> - Interface in net.sf.mmm.util.collection.api
This is the interface that provides a hash key for an object of type <O>.
Common implementations will return e.g.
HashMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the MapFactory interface that creates instances of HashMap.
HashMapFactory() - Constructor for class net.sf.mmm.util.collection.base.HashMapFactory
 
HashSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SetFactory interface that creates instances of HashSet.
HashSetFactory() - Constructor for class net.sf.mmm.util.collection.base.HashSetFactory
 
hasMoreElements() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
hasMoreTokens() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
 
hasNext() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
hasNext() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
hasNext() - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method determines if there is a next byte available.
hasNext() - Method in interface net.sf.mmm.util.lang.api.CharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.lang.base.SequenceCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
hasNext() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method determines if there is at least one more character available.
hasNext() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method determines if there is at least one more character available.
hasNext() - Method in class net.sf.mmm.util.xml.base.NodeValueCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
HasValueValidators<V> - Interface in net.sf.mmm.util.validation.api
This is the interface for an object that allows to add and remove validators.
hasVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method determines if the variable for the given variableName exists.
hasVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method determines if the variable for the given variableName exists.
hasVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method determines if the variable for the given variableName exists.
help - Variable in class net.sf.mmm.util.cli.api.AbstractMain
Option to show the usage.
Helper - Class in net.sf.mmm.util.date.api
Helper for code that is GWT incompatible and needs to be super-sourced.
Helper() - Constructor for class net.sf.mmm.util.date.api.Helper
Construction forbidden.
helper - Static variable in class net.sf.mmm.util.nls.api.ThrowableHelper
 
HERMITIAN_CONJUGATE_MATRIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
hitOffset - Variable in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
hits - Variable in class net.sf.mmm.util.search.base.SearchResultBean
 
HOME_ROOT - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
The typical home directory of the user "root" under Unix/Linux.
HOMOTHETIC - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HOOK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HORIZONTAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A horizontal bar.
HORIZONTAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HorizontalAlignment - Enum in net.sf.mmm.util.lang.api
This enum represents a horizontal alignment (e.g.
HorizontalAlignment(String, String) - Constructor for enum net.sf.mmm.util.lang.api.HorizontalAlignment
The constructor.
HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
As it seems, unicode only specifies the combining horn.
HYPHEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The hyphen.
hyphen - Variable in class net.sf.mmm.util.text.base.AbstractHyphenator
 
hyphen - Variable in class net.sf.mmm.util.text.base.HyphenationImpl
 
hyphen - Variable in class net.sf.mmm.util.text.base.HyphenationState
 
HYPHEN_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HYPHEN_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The ASCII hyphen or minus sign (45 ).
hyphenate(String) - Method in interface net.sf.mmm.util.text.api.Hyphenator
 
hyphenate(String, int) - Method in interface net.sf.mmm.util.text.api.Hyphenator
 
hyphenate(String, int, int) - Method in interface net.sf.mmm.util.text.api.Hyphenator
This method hyphenates the word from the given text from start to end.
ATTENTION:
To ensure correct results you need to invoke this method for a single word of text.
hyphenate(String, int) - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
hyphenate(String, int, int) - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
This method hyphenates the word from the given text from start to end.
ATTENTION:
To ensure correct results you need to invoke this method for a single word of text.
hyphenate(String) - Method in class net.sf.mmm.util.text.base.HyphenatorImpl
hyphenatedWord - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
Hyphenation - Interface in net.sf.mmm.util.text.api
This is the interface for the result of a hyphenation.
HYPHENATION_POINT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HYPHENATION_XML_CONFIG_PREFIX - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
HYPHENATION_XML_CONFIG_SUFFIX - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
HyphenationImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the Hyphenation interface.
HyphenationImpl(String, char, int[]) - Constructor for class net.sf.mmm.util.text.base.HyphenationImpl
The constructor.
HyphenationImpl(String) - Constructor for class net.sf.mmm.util.text.base.HyphenationImpl
The constructor.
HyphenationImpl(String, char) - Constructor for class net.sf.mmm.util.text.base.HyphenationImpl
The constructor.
HyphenationPattern - Class in net.sf.mmm.util.text.base
A HyphenationPattern is a pattern that acts as rule for a hyphenation algorithm.
The concept is based on the thesis Word Hy-phen-a-tion by Com-put-er by Franklin Mark Liang.
HyphenationPattern(String, StringHasher) - Constructor for class net.sf.mmm.util.text.base.HyphenationPattern
The constructor.
HyphenationPatternPosition - Class in net.sf.mmm.util.text.base
A HyphenationPatternPosition represents a ranked position of a potential hyphenation of a HyphenationPattern.
HyphenationPatternPosition(int, int) - Constructor for class net.sf.mmm.util.text.base.HyphenationPatternPosition
The constructor.
hyphenationPoints - Variable in class net.sf.mmm.util.text.base.HyphenationImpl
 
hyphenationPositions - Variable in class net.sf.mmm.util.text.base.HyphenationPattern
 
HyphenationState - Class in net.sf.mmm.util.text.base
This class represents the current state of the hyphenation of a specific word.
HyphenationState(String, String, char, int, int, StringHasher, StringUtil) - Constructor for class net.sf.mmm.util.text.base.HyphenationState
The constructor.
Hyphenator - Interface in net.sf.mmm.util.text.api
A Hyphenator is used to hyphenate words.
hyphenator - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
The Hyphenator to use.
hyphenator - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
HyphenatorBuilder - Interface in net.sf.mmm.util.text.api
This is the interface used to retrieve a Hyphenator for a given Locale.
An implementation has to be thread-safe.
hyphenatorBuilder - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper
 
HyphenatorBuilderImpl - Class in net.sf.mmm.util.text.base
The implementation of HyphenatorBuilder.
HyphenatorBuilderImpl() - Constructor for class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The constructor.
hyphenatorCache - Variable in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
HyphenatorImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the Hyphenator interface.
HyphenatorImpl(Locale, char, List<String>, List<String>, StringHasher, StringUtil) - Constructor for class net.sf.mmm.util.text.base.HyphenatorImpl
The constructor.

I

id - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
id - Variable in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
id - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
 
id - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
id - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain
 
id - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
 
id2callableMap - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
 
id2ModeMap - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
id2valueMap - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
 
ID_DEFAULT - Static variable in annotation type net.sf.mmm.util.cli.api.CliMode
The ID of the default CliMode.
ID_FIRST - Static variable in annotation type net.sf.mmm.util.cli.api.CliArgument
Symbolic name used for CliArgument.addCloseTo() to identify the first argument.
ID_HELP - Static variable in annotation type net.sf.mmm.util.cli.api.CliMode
The ID of the CliMode for getting help (the usage).
ID_LAST - Static variable in annotation type net.sf.mmm.util.cli.api.CliArgument
Symbolic name used for CliArgument.addCloseTo() to identify the last argument.
ID_VERSION - Static variable in annotation type net.sf.mmm.util.cli.api.CliMode
The ID of the CliMode for getting the program-version.
IDENTICAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
IDENTICAL_TO_AND_SLANTED_PARALLEL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
IDENTIFIER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts characters valid for a technical identifier-string (e.g.
IdResolverContext - Class in net.sf.mmm.util.xml.base.jaxb
This class is a context for InternalValidatingIdResolver.
IdResolverContext() - Constructor for class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
The constructor.
IdResolverContext.Resolver - Class in net.sf.mmm.util.xml.base.jaxb
This inner class resolves an ID on demand.
IdResolverContext.Resolver(String, Class<?>) - Constructor for class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
The constructor.
IllegalCaseException - Exception in net.sf.mmm.util.nls.api
A IllegalCaseException is thrown if a specific case occurred that should never happen.
IllegalCaseException() - Constructor for exception net.sf.mmm.util.nls.api.IllegalCaseException
The constructor for de-serialization in GWT.
IllegalCaseException(String) - Constructor for exception net.sf.mmm.util.nls.api.IllegalCaseException
The constructor.
IllegalCaseException(Class<E>, E) - Constructor for exception net.sf.mmm.util.nls.api.IllegalCaseException
The constructor.
IllegalDateFormatException - Exception in net.sf.mmm.util.date.api
This is the exception thrown if a date given as string was illegal.
IllegalDateFormatException() - Constructor for exception net.sf.mmm.util.date.api.IllegalDateFormatException
The constructor for de-serialization in GWT.
IllegalDateFormatException(String) - Constructor for exception net.sf.mmm.util.date.api.IllegalDateFormatException
The constructor.
IllegalDateFormatException(String, Exception) - Constructor for exception net.sf.mmm.util.date.api.IllegalDateFormatException
The constructor.
IllegalPojoPathException - Exception in net.sf.mmm.util.pojo.path.api
An IllegalPojoPathException is thrown by the PojoPathNavigator if the supplied PojoPath is illegal.
Here are some examples of illegal POJO-paths: null "" "." ".foo" "bar."
IllegalPojoPathException(String) - Constructor for exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
The constructor.
IllegalPojoPathException(Throwable, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
The constructor.
IllegalWildcardSequenceException - Exception in net.sf.mmm.util.reflect.base
A IllegalWildcardSequenceException is thrown if a wildcard-type given as string could NOT be parsed because it contains an illegal sequence (e.g.
IllegalWildcardSequenceException(String) - Constructor for exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
The constructor.
IMAGE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
IMAGE_OF_OR_APPROXIMATELY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
immutableContext - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
the parent context
ImmutableGenericContext - Class in net.sf.mmm.util.context.base
This is an implementation of the GenericContext interface that is an immutable view that delegates to another instance.
ImmutableGenericContext(GenericContext) - Constructor for class net.sf.mmm.util.context.base.ImmutableGenericContext
The constructor.
IMPL_CLASS_SUFFIX - Static variable in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The conventional suffix for an implementation class.
IMPL_PKG_SUFFIX - Static variable in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The conventional suffix for an implementation package.
inAttribute - Variable in class net.sf.mmm.util.xml.api.ParserState
 
inBrace - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
true if in open brace ('('), false otherwise.
includeReader - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The reader to the current XInclude document or null if we currently have no active XInclude.
includeText - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The included text or null if currently no text is to be included.
INCOMPLETE_INFINITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
indent - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
indent - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
indentationMode - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
index - Variable in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
index - Variable in class net.sf.mmm.util.collection.base.ArrayIterator
The current index in array.
index - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The current index in StringTokenizer.string.
index - Variable in class net.sf.mmm.util.lang.base.SequenceCharIterator
index - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
 
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
 
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
 
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
index - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
index - Variable in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
index - Variable in class net.sf.mmm.util.text.base.HyphenationPatternPosition
the index of the hyphenation-position in the pattern (without numbers).
index - Variable in class net.sf.mmm.util.xml.base.NodeIterator
The current index in the NodeIterator.nodeList.
index - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The current index position in the XmlInputStream.buffer.
INF_AND - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_BOTTOM - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_BOTTOM_LEFT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_BOTTOM_RIGHT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_CENTER - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_EAST - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_EQUAL - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_GREATER_OR_EQUAL - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_GREATER_THAN - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_HORIZONTAL - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_LEFT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_LESS_OR_EQUAL - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_LESS_THAN - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_MAIN_MODE_DEFAULT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_MAIN_MODE_HELP - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_MAIN_MODE_VERSION - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_NAND - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_NOR - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_NORTH - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_NORTH_EAST - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_NORTH_WEST - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_NOT_EQUAL - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_OR - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_RIGHT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_SOUTH - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_SOUTH_EAST - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_SOUTH_WEST - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_TOP - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_TOP_LEFT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_TOP_RIGHT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_VERTICAL - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INF_WEST - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
INFINITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INFINITY_NEGATED_WITH_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INFIX_FILTER - Static variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
A CharFilter that accepts all but ASCII letters.
info(String) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
info(String, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
info(String, Object, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
info(String, Object...) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
info(String, Throwable) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
infoAnd() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoBottom() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoBottomLeft() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoBottomRight() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoCenter() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoConfirmation() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoEast() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoEqual() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoError() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoGreaterOrEqual() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoGreaterThan() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoHorizontal() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoInformation() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoLeft() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoLessOrEqual() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoLessThan() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoMainModeDefault() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoMainModeHelp() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoMainModeVersion() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNand() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNo() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNor() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNorth() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNorthEast() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNorthWest() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoNotEqual() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoOk() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoOr() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoRight() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
InformationMessage - Class in net.sf.mmm.util.lang.base
This is the implementation of an information Message.
InformationMessage() - Constructor for class net.sf.mmm.util.lang.base.InformationMessage
The constructor for de-serialization in GWT.
InformationMessage(String, Object, String, UUID, String) - Constructor for class net.sf.mmm.util.lang.base.InformationMessage
The constructor.
InformationMessage(String, Object, NlsMessage, UUID, String) - Constructor for class net.sf.mmm.util.lang.base.InformationMessage
The constructor.
InformationMessage(String, Object, String) - Constructor for class net.sf.mmm.util.lang.base.InformationMessage
The constructor.
InformationMessage(String, Object, NlsMessage) - Constructor for class net.sf.mmm.util.lang.base.InformationMessage
The constructor.
infoSouth() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoSouthEast() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoSouthWest() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoTop() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoTopLeft() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoTopRight() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoUndefined() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoValidationFailure() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoVertical() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoWarning() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoWest() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
infoYes() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
InitializationState - Enum in net.sf.mmm.util.component.api
This enum contains the available states of an initialization.
InitializationState() - Constructor for enum net.sf.mmm.util.component.api.InitializationState
 
initializationState - Variable in class net.sf.mmm.util.component.base.AbstractComponent
 
InitializationState - Class in net.sf.mmm.util.component.base
This class represents the state of an initialization.
It therefore offers the method InitializationState.requireNotInitilized() that can be called before initialization e.g.
InitializationState() - Constructor for class net.sf.mmm.util.component.base.InitializationState
The constructor.
initializationState - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
initialize() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method initializes this class.
initialize(AbstractDetectorStreamProvider, DetectorStreamProcessor) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
This method initializes this class.
initialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
This method initializes this class.
initialize() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method is called at construction.
initialize(int, int, DefaultLineWrapper.TextSegmentType) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method resets and initializes this object.
initialize(Mandatory) - Method in class net.sf.mmm.util.validation.base.MandatoryValidator
initializeArgumentRecursive(BasicDoubleLinkedNode<CliArgumentContainer>, Map<String, BasicDoubleLinkedNode<CliArgumentContainer>>) - Method in class net.sf.mmm.util.cli.base.CliState
This method initializes the node containing an CliArgumentContainer in order to determine the appropriate order of the CliArguments.
initializeArguments() - Method in class net.sf.mmm.util.cli.base.CliState
This method initializes the CliState.arguments.
initializeModeRecursive(CliModeContainer) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method initializes the given CliModeContainer.
inputStream - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The input-stream to read.
inputStream - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The StAX resource management sucks: we need to manage the underlying input stream ourselves.
insert(byte...) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method inserts the given bytes at the current position into the stream.
It is only a convenience-method for DetectorStreamBuffer.insert(ByteArray).
insert(ByteArray) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method inserts the given data at the current position into the stream.
insert(byte...) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method inserts the given bytes at the current position into the stream.
It is only a convenience-method for DetectorStreamBuffer.insert(ByteArray).
insert(ByteArray) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method inserts the given data at the current position into the stream.
insertAsNext(V, boolean) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given value into the list at the position represented by this node.
insertAsNext(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given node into the list immediately after the position represented by this node.
insertAsPrevious(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given node into the list immediately before the position represented by this node.
insertAsPrevious(V, boolean) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given value into the list at the position represented by this node.
INSTANCE - Static variable in class net.sf.mmm.util.cli.base.CliClassContainer.CliModeFormatter
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.cli.base.CliState.CliArgumentFormatter
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ArrayListFactory
The default instance creating an ArrayList.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.EmptyIterator
 
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.HashMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.HashSetFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.TreeMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.TreeSetFactory
The singleton instance.
instance - Static variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.concurrent.base.SimpleExecutor
This is the singleton instance of this SimpleExecutor.
instance - Static variable in class net.sf.mmm.util.date.base.DurationUtilImpl
 
instance - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
 
instance - Static variable in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.file.base.DirectoryFilter
the singleton instance
instance - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.file.base.PlainFileFilter
the singleton instance
INSTANCE - Static variable in class net.sf.mmm.util.io.api.DevNullSource
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.io.api.DevNullTarget
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.io.api.DevZero
The singleton instance.
instance - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.io.base.NonClosingInputStream.ClosedInputStream
The singleton instance.
instance - Static variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.api.EqualsCheckerIsEqual
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.api.EqualsCheckerIsSame
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.api.HashCodeFunctionDefault
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.api.HashCodeFunctionSystemIdentity
 
instance - Static variable in class net.sf.mmm.util.lang.base.BasicUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.base.BooleanFormatter
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.base.ComparableComparator
 
INSTANCE - Static variable in class net.sf.mmm.util.lang.base.FormatterToString
 
instance - Static variable in class net.sf.mmm.util.lang.base.StringUtilImpl
 
instance - Static variable in class net.sf.mmm.util.lang.base.SystemUtilImpl
 
instance - Static variable in class net.sf.mmm.util.math.base.MathUtilImpl
 
instance - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsDependencies
 
instance - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
 
INSTANCE - Static variable in class net.sf.mmm.util.nls.base.NlsBundleHelper
 
INSTANCE - Static variable in class net.sf.mmm.util.nls.base.NlsMessageLookupNone
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.nls.base.NoTemplateResolver
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleControlUtf8WithNlsBundleSupport
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.GlobPatternCompiler
A singleton instance of this implementation.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.PathPatternCompiler
A singleton instance of this instance.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
A singleton instance of this implementation.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.WildcardGlobPatternCompiler
A singleton instance of this implementation.
instance - Static variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
 
INSTANCE - Static variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
 
INSTANCE - Static variable in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
The singleton instance of this class.
INSTANCE - Static variable in class net.sf.mmm.util.pool.base.NoByteArrayPool
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.pool.base.NoCharArrayPool
The singleton instance.
instance - Static variable in class net.sf.mmm.util.process.base.ProcessUtilImpl
 
instance - Static variable in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
 
instance - Static variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.reflect.base.JavaLangClassResolver
The singleton instance.
instance - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.text.base.EnglishSingularizer
The singleton instance.
instance - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
instance - Static variable in class net.sf.mmm.util.text.base.JustificationBuilderImpl
 
instance - Static variable in class net.sf.mmm.util.text.base.UnicodeUtilImpl
 
instance - Static variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.validation.base.ValidatorMandatory
 
INSTANCE - Static variable in class net.sf.mmm.util.validation.base.ValidatorNone
 
INSTANCE - Static variable in class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
 
instance - Static variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
instance - Static variable in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
 
instance - Static variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
instance - Static variable in class net.sf.mmm.util.xml.base.DomUtilImpl
 
instance - Static variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
instance - Static variable in class net.sf.mmm.util.xml.base.XmlUtilImpl
 
InstantiationFailedException - Exception in net.sf.mmm.util.reflect.api
An InstantiationFailedException indicates that the instantiation of a Class failed for arbitrary reasons.
InstantiationFailedException(Type) - Constructor for exception net.sf.mmm.util.reflect.api.InstantiationFailedException
The constructor.
InstantiationFailedException(Throwable, Type) - Constructor for exception net.sf.mmm.util.reflect.api.InstantiationFailedException
The constructor.
inStream - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
The adapted InputStream to buffer or null if closed.
inStream - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
INTEGER - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTEGRAL_AROUND_A_POINT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTEGRAL_WITH_LEFTWARDS_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERCALATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERFACE_NAME_SUFFIX - Static variable in interface net.sf.mmm.util.nls.api.NlsBundle
The suffix for the interfaces derived from NlsBundle.
interfaces - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
the current class
INTERIOR_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
InternalValidatingIdResolver - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of IDResolver validating that no IDs are duplicated or missing (IDRef is pointing to an undefined ID).
ATTENTION:
This class only works for the default implementation of JAXB included in the JDK.
InternalValidatingIdResolver() - Constructor for class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
The constructor.
INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_ABOVE_BAR_ABOVE_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_ABOVE_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_BESIDE_AND_JOINED_WITH_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_WITH_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
introspectFields(Class<P>, PojoDescriptorImpl<P>, List<AccessibleObject>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
Introspects the Fields of the given Class and adds them to the given PojoDescriptorImpl.
introspectMethods(Class<P>, PojoDescriptorImpl<P>, List<AccessibleObject>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
Introspects the Methods of the given Class and adds them to the given PojoDescriptorImpl.
inverseCycle - Variable in class net.sf.mmm.util.collection.base.NodeCycle
 
inverted - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
false if index is first argument, true if second.
INVERTED_EXCLAMATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
An inverted (upside-down) exclamation mark (!) used at the beginning of an exclamation in Spanish.
INVERTED_LAZY_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVERTED_LAZY_S_WITH_DOUBLE_UNDERLINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVERTED_OHM_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVERTED_QUESTION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
An inverted (upside-down) question mark (?) used at the beginning of a question in Spanish.
INVISIBLE_SEPARATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVISIBLE_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
InvocationFailedException - Exception in net.sf.mmm.util.reflect.api
An InvocationFailedException is thrown if an invocation failed.
InvocationFailedException(InvocationTargetException) - Constructor for exception net.sf.mmm.util.reflect.api.InvocationFailedException
The constructor.
InvocationFailedException(Exception) - Constructor for exception net.sf.mmm.util.reflect.api.InvocationFailedException
The constructor.
InvocationFailedException(InvocationTargetException, AccessibleObject, Object) - Constructor for exception net.sf.mmm.util.reflect.api.InvocationFailedException
The constructor.
invoke(Object, Method, Object[]) - Method in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
invoke(Object, int) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetField
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetField
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
Ioc - Interface in net.sf.mmm.util.component.api
This interface is only used for documentation of what is meant by the terms IoC.
IoC is a shortcut for Inversion of Control that is an excellent design pattern supporting SoC (separation of concerns).
IocContainer - Interface in net.sf.mmm.util.component.api
This is the interface for the container of a CDI/IoC framework.
IoMode - Enum in net.sf.mmm.util.io.api
This enum holds the possible modes of I/O.
IoMode() - Constructor for enum net.sf.mmm.util.io.api.IoMode
 
isAccepted(Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method determines whether the given type is accepted in the hierarchy.
This implementation accepts any type.
isAccepted(Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given type is accepted as significant type for registration and lookup of ValueConverters.
isAccepted(Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
This method determines whether the given type is accepted in the hierarchy.
This implementation accepts any type.
isAcceptStatic() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
isAfter(DevelopmentPhase) - Method in enum net.sf.mmm.util.version.api.DevelopmentPhase
This method determines if this DevelopmentPhase is after the given phase.
isAllowSave() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method determines if this implementation allows to save.
isAltQuoteEscapeLazy() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
If alt-quote-start, alt-quote-end and alt-quote-escape all point to the same character (which is NOT '\0'), then this method determines if alt-quotation escaping is lazy.
isAltQuoteEscapeLazy() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
If alt-quote-start, alt-quote-end and alt-quote-escape all point to the same character (which is NOT '\0'), then this method determines if alt-quotation escaping is lazy.
isAncestor(PARENT) - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method determines if this GenericTreeNode is an ancestor of the given node.
isAncestor(PARENT) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method determines if this GenericTreeNode is an ancestor of the given node.
isAncestorOf(CliModeObject) - Method in interface net.sf.mmm.util.cli.api.CliModeObject
Determines if this CliModeObject is an ancestor of the given childMode.
isAncestorOf(CliModeObject) - Method in class net.sf.mmm.util.cli.base.CliModeContainer
Determines if this CliModeObject is an ancestor of the given childMode.
isAnnotationForType(Class<A>, ElementType) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method determines if the given annotationType represents an Annotation that has a Target compatible with the given targetType.
isAnnotationForType(Class<A>, ElementType) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method determines if the given annotationType represents an Annotation that has a Target compatible with the given targetType.
isApplicable(Signature) - Method in class net.sf.mmm.util.reflect.api.Signature
This method determines if the given signature is applicable for this signature.
isApplicable(ValueConverter<?, ?>, GenericType<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given converter is applicable for the given targetType.
isApplicable(Class<?>, Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given converterTargetClass is applicable for the expectedTargetClass.
isArrayMapOrCollection() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
isArrayMapOrCollection() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
isArrayMapOrCollection() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method determines if the property-type of the setter is a container-type (an array, Collection or Map).
isArrayMapOrCollection(Class<?>) - Static method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method determines if the given type is a container-type (an array, Collection or Map).
isArrayMapOrCollection() - Method in interface net.sf.mmm.util.cli.base.CliValueContainer
 
isArrayOrList(Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method determines if the given object is an array or List.
isArrayOrList(Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method determines if the given object is an array or List.
isAssignableFrom(GenericType<?>) - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method determines if this GenericType is equal to or a super-type of the given subType.
If X.isAssignableFrom(Y) is true, then an instance of Y can be casted to X.
NOTE:
In case of strange and deeply cascaded generic constructs this can be an expensive operation with many recursive invocations.
isAssignableFrom(GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method determines if this GenericType is equal to or a super-type of the given subType.
If X.isAssignableFrom(Y) is true, then an instance of Y can be casted to X.
NOTE:
In case of strange and deeply cascaded generic constructs this can be an expensive operation with many recursive invocations.
isAssignableFrom(GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method determines if this GenericType is equal to or a super-type of the given subType.
If X.isAssignableFrom(Y) is true, then an instance of Y can be casted to X.
NOTE:
In case of strange and deeply cascaded generic constructs this can be an expensive operation with many recursive invocations.
isAvailable(EnumDefinition<?, ?>) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method determines if the given EnumDefinition is available, so it is ensured that the enum values can be retrieved.
isAvailable(EnumDefinition<?, ?>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method determines if the given EnumDefinition is available, so it is ensured that the enum values can be retrieved.
isAvailable(String...) - Method in class net.sf.mmm.util.nls.impl.DefaultNlsResourceBundleRequestor
This method verifies that the given bundleNames are available ResourceBundles.
isAvailable() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method determines if this resource is available.
isAvailable() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method determines if this resource is available.
isAvailable() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method determines if this resource is available.
isAvailable() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method determines if this resource is available.
isBefore(DevelopmentPhase) - Method in enum net.sf.mmm.util.version.api.DevelopmentPhase
This method determines if this DevelopmentPhase is before the given phase.
isBooleanType(Class<?>) - Static method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method determines if the given type is a boolean type ( boolean.class or Boolean.class).
isCachable() - Method in interface net.sf.mmm.util.lang.api.EnumDefinition
 
isCachable() - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
isCachable() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
isCachedResultObsolete(CachedGeneratorResult, String) - Method in class net.sf.mmm.util.gwt.base.rebind.AbstractIncrementalGenerator
This method determines whether a CachedGeneratorResult is obsolete or can be reused.
isCachedResultObsolete(CachedGeneratorResult, String) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
This method determines whether a CachedGeneratorResult is obsolete or can be reused.
isCachingDisabled() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method determines if this cache has been disabled.
isCheckComments() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines how Comments are compared.
isCollection(Class<?>) - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method determines if the given type is a List.
isComplete() - Method in interface net.sf.mmm.util.search.api.SearchResult
This method determines if this result holds all hits that matched your SearchCriteria.
isComplete() - Method in class net.sf.mmm.util.search.base.SearchResultBean
This method determines if this result holds all hits that matched your SearchCriteria.
isComplete() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method determines if this column is complete (all text is appended).
isCompleted() - Method in class net.sf.mmm.util.date.api.TimeMeasure
 
isCompleted() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method determines if the transfer has been completed successfully.
isContained(V) - Method in class net.sf.mmm.util.value.api.Range
This method determines if the given value is within this Range from minimum to maximum.
isDash(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines if the given character is a dash.
isDash(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines if the given character is a dash.
isData() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.FileResource
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method determines if this resource has potentially data available.
isDatatype(Class<?>) - Method in interface net.sf.mmm.util.lang.api.DatatypeDetector
This method determines if the given Class reflects an (immutable) Datatype.
isDatatype(Class<?>) - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
This method determines if the given Class reflects an (immutable) Datatype.
isDatatype(Class<?>) - Method in class net.sf.mmm.util.lang.base.DatatypeDetectorImpl
This method determines if the given Class reflects an (immutable) Datatype.
isDatatype(Object) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method determines if the given object is a (immutable) Datatype.
isDebugEnabled() - Method in class net.sf.mmm.util.logging.impl.GwtLogger
isDecimal() - Method in interface net.sf.mmm.util.math.api.NumberType
This method determines if the represented Number is a decimal value.
E.g.
isDeepEqual(Object, Object) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method checks if two given objects are equal to each other.
isDeepEqual(Object, Object) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method checks if two given objects are equal to each other.
isDeprecated() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadDeprecated
This method determines if this object is deprecated.
isDescendant(CHILD) - Method in interface net.sf.mmm.util.collection.api.GenericTreeNode
This method determines if this GenericTreeNode is a descendant of the given node.
isDescendant(CHILD) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method determines if this GenericTreeNode is a descendant of the given node.
isDescendantOf(CliModeObject) - Method in interface net.sf.mmm.util.cli.api.CliModeObject
Determines if this CliModeObject is a descendant of the given parentMode.
isDescendantOf(CliModeObject) - Method in class net.sf.mmm.util.cli.base.CliModeContainer
Determines if this CliModeObject is a descendant of the given parentMode.
isDeterministic() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method determines if this PojoPathFunction is deterministic.
isDeterministic() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method determines if this PojoPathFunction is deterministic.
isDevelopmentEnvironment() - Method in interface net.sf.mmm.util.lang.api.EnvironmentDetector
 
isDevelopmentEnvironment() - Method in class net.sf.mmm.util.lang.base.AbstractEnvironmentDetector
isDisposed() - Method in class net.sf.mmm.util.component.impl.AbstractSpringContainer
This method tests if this object has been disposed.
isDisposed() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadDisposed
This method tests if this object has been disposed.
isDone() - Method in interface net.sf.mmm.util.io.api.DetectorStream
This method determines if the detection is done.
isDone() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method determines if the detection is done.
isDynamic() - Method in class net.sf.mmm.util.validation.base.AbstractValidator
This method determines if this ValueValidator is dynamic.
isDynamic() - Method in class net.sf.mmm.util.validation.base.ValidatorCompare
This method determines if this ValueValidator is dynamic.
isEmpty() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
isEmpty(String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method determines if the given string contains no information.
isEmpty(String, boolean) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method determines if the given string is empty.
isEmpty(String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method determines if the given string contains no information.
isEmpty(String, boolean) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method determines if the given string is empty.
isEmpty() - Method in interface net.sf.mmm.util.pool.api.Pool
This method determines if the pool is empty.
isEmpty() - Method in class net.sf.mmm.util.pool.base.AbstractNoPool
This method determines if the pool is empty.
isEmpty() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method determines if the pool is empty.
isEnforceSerializableForClient() - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
isEnvironmentCloseToProduction() - Method in interface net.sf.mmm.util.lang.api.EnvironmentDetector
 
isEnvironmentCloseToProduction() - Method in class net.sf.mmm.util.lang.base.AbstractEnvironmentDetector
isEqual(VALUE, VALUE) - Method in class net.sf.mmm.util.lang.api.AbstractEqualsChecker
This method determines if the two given objects are equal to each other in a way semantically defined by this implementation.
isEqual(Object, Object) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method checks if two given objects are equal to each other.
isEqual(Object[], Object[]) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method checks if two given arrays are structurally equal to each other.
isEqual(VALUE, VALUE) - Method in interface net.sf.mmm.util.lang.api.EqualsChecker
This method determines if the two given objects are equal to each other in a way semantically defined by this implementation.
isEqual(Object, Object) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method checks if two given objects are equal to each other.
isEqual(Object[], Object[]) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method checks if two given arrays are structurally equal to each other.
isEqual(Node, Node, XmlCompareMode) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method determines if two XML-nodes represent the same XML.
isEqual(Node, Node, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if two XML-nodes represent the same XML.
isEqual(CharIterator, CharIterator, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given CharSequences are equal.
isEqual(Element, Element, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given elements are equal.
isEqual(NodeList, NodeList, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given NodeLists are equal.
isEqualCollectionType(Collection<?>, Collection<?>) - Method in class net.sf.mmm.util.lang.base.EqualsCheckerCollection
This method is called from EqualsCheckerCollection.isEqualNotNull(Object, Object) to check if the type of two given Collections should be considered as equal.
isEqualName(Node, Node) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given nodes have the same name and namespace.
isEqualNotNull(VALUE, VALUE) - Method in class net.sf.mmm.util.lang.api.AbstractEqualsChecker
Called from AbstractEqualsChecker.isEqual(Object, Object) if objects are both NOT same and NOT null.
isEqualNotNull(Object, Object) - Method in class net.sf.mmm.util.lang.api.EqualsCheckerIsEqual
Called from AbstractEqualsChecker.isEqual(Object, Object) if objects are both NOT same and NOT null.
isEqualNotNull(Object, Object) - Method in class net.sf.mmm.util.lang.api.EqualsCheckerIsSame
Called from AbstractEqualsChecker.isEqual(Object, Object) if objects are both NOT same and NOT null.
isEqualNotNull(Object, Object) - Method in class net.sf.mmm.util.lang.base.EqualsCheckerArray
Called from AbstractEqualsChecker.isEqual(Object, Object) if objects are both NOT same and NOT null.
isEqualNotNull(Object, Object) - Method in class net.sf.mmm.util.lang.base.EqualsCheckerCollection
Called from AbstractEqualsChecker.isEqual(Object, Object) if objects are both NOT same and NOT null.
isEqualPrimitiveArray(Object, Object) - Method in class net.sf.mmm.util.lang.base.EqualsCheckerArray
This method is the part of EqualsCheckerArray.isEqualNotNull(Object, Object) for primitive arrays.
isErrorEnabled() - Method in class net.sf.mmm.util.logging.impl.GwtLogger
isExecutable(FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if this mask is executable for the given fileModeClass.
isFailIfUnprecise() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method determines if the conversion from one number-type to another should fail if it is unprecise.
isFailure() - Method in class net.sf.mmm.util.date.api.TimeMeasure
 
isFallback() - Method in interface net.sf.mmm.util.session.api.UserSession
This method determines if this UserSession was received or is currently called outside the scope of a current user session.
isFallback() - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
This method determines if this UserSession was received or is currently called outside the scope of a current user session.
isFalse() - Method in enum net.sf.mmm.util.lang.api.BooleanEnum
This method determines if this instance is BooleanEnum.FALSE.
isFolder() - Method in interface net.sf.mmm.util.resource.api.BrowsableResource
This method determines if this BrowsableResource is a folder that potentially contains other resources.
isFolder() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method determines if this BrowsableResource is a folder that potentially contains other resources.
isFolder() - Method in class net.sf.mmm.util.resource.base.FileResource
This method determines if this BrowsableResource is a folder that potentially contains other resources.
isForUser() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
isForUser() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
isForUser() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
isForUser() - Method in exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
isForUser() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
 
isForUser() - Method in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
isForUser() - Method in exception net.sf.mmm.util.security.api.SecurityErrorUserException
isForUser() - Method in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
isGetType() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method determines if we have been invoked from getType.
isHyphen(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines if the given character is a hyphen.
isHyphen(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines if the given character is a hyphen.
isIgnoreUndefinedNodes() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
isIn(char, char[]) - Static method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method determines if the given character c is contained in chars.
isInArray(Object, Object[], boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isInArray(Object, Object, boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isInArray(Object, Object[], boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isInArray(Object, Object, boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isIndent() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
isInfoEnabled() - Method in class net.sf.mmm.util.logging.impl.GwtLogger
isInitialized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method gets the status of the initialization .
isIntegerType(Class<?>) - Static method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method determines if the given type is an integer type ( int.class or Integer.class).
isInterfaceSupported() - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
Determines if if interfaces are supported.
isJoinCData() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines if subsequent CDATASection-nodes should be treated as one single CDATASection-node when comparing XML.
isJoinComment() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines if subsequent Comment-nodes should be treated as one single Comment-node when comparing XML.
isJoinText() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines if subsequent Text-nodes should be treated as one single Text-node when comparing XML.
isKeepStreamsOpen() - Method in class net.sf.mmm.util.process.api.ProcessContext
 
isLimitedDevice() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method determines if the operating system running this java virtual machine is for mobile or embedded devices or maybe tablets but not for full-fledged PC or server machines.
isLimitedDevice() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method determines if the operating system running this java virtual machine is for mobile or embedded devices or maybe tablets but not for full-fledged PC or server machines.
isLinked() - Method in interface net.sf.mmm.util.collection.api.DoubleLinkedNode
This method determines if this node is linked.
isLinked() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method determines if this node is linked.
isLinked() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method determines if this node is linked.
isLinked() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method determines if this node is linked.
isLookupMethod(JMethod) - Method in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
Determines if the given JMethod is declared in NlsBundleWithLookup.
isMandatory() - Method in class net.sf.mmm.util.validation.base.AbstractValidator
 
isMandatory() - Method in class net.sf.mmm.util.validation.base.ComposedValidator
isMandatory() - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
isMandatory() - Method in class net.sf.mmm.util.validation.base.ValidatorMandatory
isMap(Class<?>) - Method in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
This method determines if the given type is a Map.
isMarkerInterface(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method determines if the given interfaceClass is a marker-interface (e.g.
isMarkerInterface(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method determines if the given interfaceClass is a marker-interface (e.g.
isMinus(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines if the given character is a minus-sign.
isMinus(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines if the given character is a minus-sign.
isModifiedSince(Date) - Method in interface net.sf.mmm.util.resource.api.DataResource
This method determines if this resource has been been modified since the given data.
isModifiedSince(Date) - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method determines if this resource has been been modified since the given data.
isModifiedSince(Date) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method determines if this resource has been been modified since the given data.
isMutable() - Method in interface net.sf.mmm.util.lang.api.EnumDefinition
 
isMutable() - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
isMutable() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
isNegation() - Method in enum net.sf.mmm.util.lang.api.Conjunction
 
isNlsBundleMethod(Method, boolean) - Method in class net.sf.mmm.util.nls.base.NlsBundleHelper
This method determines if the given Method is a regular NlsBundle-method.
isNormalizeSpaces() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines how to deal with whitespace-characters ' ' , '\t','\r', and '\n' when comparing content of Text (or CDATASection).
Iso8601Util - Interface in net.sf.mmm.util.date.api
This is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
The ISO 8601 defines multiple formats for date and times.
iso8601Util - Variable in class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
 
iso8601Util - Variable in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.Iso8601Formatter
Is the Iso8601Util.
iso8601Util - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToString
 
iso8601Util - Variable in class net.sf.mmm.util.version.impl.DefaultVersionIdentifierFormatter
The Iso8601Util instance.
iso8601Util - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterTimestamp
The Iso8601Util instance.
iso8601Util - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
Iso8601UtilImpl - Class in net.sf.mmm.util.date.base
This is the implementation of the Iso8601Util interface.
Iso8601UtilImpl() - Constructor for class net.sf.mmm.util.date.base.Iso8601UtilImpl
The constructor.
Iso8601UtilLimited - Interface in net.sf.mmm.util.date.api
This is a limited subset of Iso8601Util that is GWT compatible.
Iso8601UtilLimitedImpl - Class in net.sf.mmm.util.date.base
This is the implementation of the Iso8601UtilLimited interface.
Iso8601UtilLimitedImpl() - Constructor for class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
The constructor.
isOptionsComplete() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method determines if the options are completed and further command-line parameters have to be arguments.
isPojoTypeSupported(JClassType, TypeOracle) - Method in interface net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfiguration
This method determines if the given type will be supported and a PojoDescriptor implementation shall be generated.
ATTENTION:
You need to require some base class or marker-interface for your Pojos.
isPojoTypeSupported(JClassType, TypeOracle) - Method in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
This method determines if the given type will be supported and a PojoDescriptor implementation shall be generated.
ATTENTION:
You need to require some base class or marker-interface for your Pojos.
isPreferable(E, Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method determines if the given element should be associated with currentType in preference to the element existing that is already registered and will be replaced according to the result of this method.
isPreferable(E, Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
This method determines if the given element should be associated with currentType in preference to the element existing that is already registered and will be replaced according to the result of this method.
isPresent(byte[], int) - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method detects if this ByteOrderMark is present in the given bytes.
NOTE:
A BOM may only occur at the head of your data (file, payload, etc.).
ATTENTION:
Please note that binary data may accidently have header bytes that represent this ByteOrderMark.
isProductionEnvironment() - Method in interface net.sf.mmm.util.lang.api.EnvironmentDetector
 
isProductionEnvironment() - Method in class net.sf.mmm.util.lang.base.AbstractEnvironmentDetector
isPublicAccessible(Member) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method determines if the given Member is accessible or public (declared as public in a public class).
isQuoteEscapeLazy() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
If quote-start, quote-end and quote-escape all point to the same character (which is NOT '\0'), then this method determines if quotation escaping is lazy.
isQuoteEscapeLazy() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
If quote-start, quote-end and quote-escape all point to the same character (which is NOT '\0'), then this method determines if quotation escaping is lazy.
isReadable(FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if this mask is readable for the given fileModeClass.
isReading() - Method in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
This method determines if this mode is for a reading accessor.
isReadOnly() - Method in interface net.sf.mmm.util.search.api.SearchCriteria
This method determines if the search should be performed in read-only mode.
isReadOnly() - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
This method determines if the search should be performed in read-only mode.
isRemoveAll() - Method in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
isRemoveCause() - Method in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
isRemoveStacktrace() - Method in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
isRemoveStacktrace() - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
isRemoveSuppressed() - Method in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
isReplaceAll() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
isRequireWildcard() - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
This method gets the flag that determines if wildcards are required.
This implementation always returns false.
isRequireWildcard() - Method in class net.sf.mmm.util.pattern.base.WildcardGlobPatternCompiler
This method gets the flag that determines if wildcards are required.
This implementation always returns false.
isResolved() - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
This method determines if this IdResolverContext.Resolver has been resolved successfully.
isRetainAll() - Method in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
isRuntimeAnnotation(Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method determines if the given annotationType represents an Annotation that has the Retention runtime and can therefore be resolved at runtime.
isRuntimeAnnotation(Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method determines if the given annotationType represents an Annotation that has the Retention runtime and can therefore be resolved at runtime.
isSetgid() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines the value of the setgid flag ("set group ID").
isSetuid() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines the value of the setuid flag ("set user ID").
isSnapshot() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method determines if this VersionIdentifier indicates a snapshot release.
isSnapshot() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method determines if this VersionIdentifier indicates a snapshot release.
isSticky() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines the value of the sticky flag.
isStopOnMatch() - Method in interface net.sf.mmm.util.transformer.api.StringTransformerRule
This method determines if this rule will stop further proceeding if it matched.
isStopOnMatch() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
 
isStopped() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method determines if this transferrer was stopped.
isStrict() - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
 
isSubstring(String, String, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method checks if the given string contains the given substring at the given offset.
This is an efficient implementation of
isSubstring(char[], String, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method checks if the given string contains the given substring at the given offset.
This is an efficient implementation of
isSubstring(String, String, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method checks if the given string contains the given substring at the given offset.
This is an efficient implementation of
isSubstring(char[], String, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method checks if the given string contains the given substring at the given offset.
This is an efficient implementation of
isSuccess() - Method in class net.sf.mmm.util.date.api.TimeMeasure
 
isSupportEnumAutoRegistration() - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
 
isTechnical() - Method in exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.cli.api.CliException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.cli.api.CliModeUndefinedException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.cli.api.CliParserExcepiton
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.BusinessErrorUserException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.DuplicateObjectUserException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
Determines if this is a technical exception.
isTechnical() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.security.api.SecurityErrorUserException
Determines if this is a technical exception.
isTechnical() - Method in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
Determines if this is a technical exception.
isToEast() - Method in enum net.sf.mmm.util.lang.api.Direction
 
isToNorth() - Method in enum net.sf.mmm.util.lang.api.Direction
 
isToSouth() - Method in enum net.sf.mmm.util.lang.api.Direction
 
isToWest() - Method in enum net.sf.mmm.util.lang.api.Direction
 
isTraceEnabled() - Method in class net.sf.mmm.util.logging.impl.GwtLogger
isTrigger() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method determines if the option is a trigger.
isTrue() - Method in enum net.sf.mmm.util.lang.api.BooleanEnum
This method determines if this instance is BooleanEnum.TRUE.
isTrueIfEquals() - Method in enum net.sf.mmm.util.lang.api.Comparator
 
isTrueIfGreater() - Method in enum net.sf.mmm.util.lang.api.Comparator
 
isTrueIfLess() - Method in enum net.sf.mmm.util.lang.api.Comparator
 
isUnacceptable(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method determines if the given element has been declared unacceptable.
isUnacceptable() - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
isValid() - Method in interface net.sf.mmm.util.validation.api.ValidationState
This method determines if the validation has been successful.
isValid() - Method in class net.sf.mmm.util.validation.base.AbstractValidationStateCollector
This method determines if the validation has been successful.
isValid(Object, ConstraintValidatorContext) - Method in class net.sf.mmm.util.validation.base.MandatoryValidator
isValid() - Method in class net.sf.mmm.util.validation.base.ValidationStateFailureCollector
This method determines if the validation has been successful.
isValid() - Method in class net.sf.mmm.util.validation.base.ValidationStateImpl
This method determines if the validation has been successful.
isValid() - Method in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
This method determines if the validation has been successful.
isWarnEnabled() - Method in class net.sf.mmm.util.logging.impl.GwtLogger
isWhitespace(char) - Static method in class net.sf.mmm.util.filter.api.WhitespaceHelper
 
isWritable(FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if this mask is writable for the given fileModeClass.
isXIncludeAware() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
iterator() - Method in class net.sf.mmm.util.collection.base.CollectionList
iterator() - Method in class net.sf.mmm.util.collection.base.FilteredIterable
iterator() - Method in interface net.sf.mmm.util.lang.api.EnumProvider
iterator() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
iterator() - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
iterator() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterable

J

JAR_SUFFIX - Static variable in class net.sf.mmm.util.reflect.base.ManifestLoader
The JAR suffix.
JAVADOC - Static variable in interface net.sf.mmm.util.lang.api.CompilerWarnings
Suppress warnings about missing, wrong or incomplete javadoc.
JavaLangClassResolver - Class in net.sf.mmm.util.reflect.base
This is a MappedClassResolver that contains the mapping for typical classes located in the package java.lang.
ATTENTION:
This class does NOT contain the mapping for all possible types in java.lang but only common data-types and important classes.
JavaLangClassResolver() - Constructor for class net.sf.mmm.util.reflect.base.JavaLangClassResolver
The constructor.
JaxbBeanHolder<T> - Interface in net.sf.mmm.util.xml.base.jaxb
This class is a container holding a JAXB bean.
JaxbBeanHolderImpl<VIEW,BEAN extends VIEW> - Class in net.sf.mmm.util.xml.base.jaxb
This is the implementation of JaxbBeanHolder.
JaxbBeanHolderImpl(BEAN, DataResource, XmlBeanMapper<BEAN>) - Constructor for class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The constructor.
JaxbBeanHolderImpl(BEAN, DataResource, XmlBeanMapper<BEAN>, boolean) - Constructor for class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The constructor.
jaxbContext - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
JaxbObject - Interface in net.sf.mmm.util.xml.base.jaxb
This is the interface for a JAXB serializable object that needs to perform custom initialization logic after un-marshaling.
joinCData - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
joinComment - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
JoiningNodeIterator - Class in net.sf.mmm.util.xml.base
This class is used to iterate the Nodes of a NodeList.
JoiningNodeIterator(NodeList, XmlCompareMode) - Constructor for class net.sf.mmm.util.xml.base.JoiningNodeIterator
The constructor.
joinText - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
justification - Variable in class net.sf.mmm.util.nls.api.NlsArgument
 
Justification - Interface in net.sf.mmm.util.text.api
This is the interface for a specific justification.
justificationBuilder - Variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
 
JustificationBuilder - Interface in net.sf.mmm.util.text.api
This is the interface used to build a Justification from a String.
JustificationBuilderImpl - Class in net.sf.mmm.util.text.base
This is the implementation of JustificationBuilder.
JustificationBuilderImpl() - Constructor for class net.sf.mmm.util.text.base.JustificationBuilderImpl
The constructor.
JustificationImpl - Class in net.sf.mmm.util.text.base
This is the implementation of a Justification.
JustificationImpl(String) - Constructor for class net.sf.mmm.util.text.base.JustificationImpl
The constructor.
justify(CharSequence, Appendable) - Method in interface net.sf.mmm.util.text.api.Justification
This method applies the justification to the given value and appends the result to the given target.
justify(CharSequence) - Method in interface net.sf.mmm.util.text.api.Justification
This method applies the justification to the given value and returns the result.
justify(CharSequence) - Method in class net.sf.mmm.util.text.base.JustificationImpl
This method applies the justification to the given value and returns the result.
justify(CharSequence, Appendable) - Method in class net.sf.mmm.util.text.base.JustificationImpl
This method applies the justification to the given value and appends the result to the given target.

K

keepDestinationOpen - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
true if destination should be closed.
keepStreamsOpen - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
key - Variable in class net.sf.mmm.util.nls.api.NlsArgument
 
key - Variable in class net.sf.mmm.util.nls.base.NlsTemplateImpl
 
key - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
 
key - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
 
key - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
 
key - Variable in class net.sf.mmm.util.xml.base.jaxb.Property
 
KEY_ACCESSIBLE - Static variable in exception net.sf.mmm.util.reflect.api.ReflectionException
Key for the NLS message.
KEY_ANNOTATION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "annotation".
KEY_ARGUMENT - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "argument".
KEY_CAPACITY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "capacity".
KEY_CONTAINER - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "container".
KEY_CYCLE - Static variable in exception net.sf.mmm.util.collection.base.NodeCycleException
Key for the argument "cycle".
KEY_DEFAULT - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "default".
KEY_DIRECTORY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "directory".
KEY_ERROR - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "error".
KEY_EXISTING - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "existing".
KEY_EXPECTED - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "expected".
KEY_FILE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "file".
KEY_FORMAT - Static variable in exception net.sf.mmm.util.nls.api.NlsParseException
Key for the argument "format".
KEY_FUNCTION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "function".
KEY_ID - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "id".
KEY_KEY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "key".
KEY_LOCATION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "location".
KEY_MAX - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "max".
KEY_MIN - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "min".
KEY_MODE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "mode".
KEY_NAME - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "name".
KEY_OBJECT - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "object".
KEY_OPERAND - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "operand".
KEY_OPERATION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "operation".
KEY_OPTION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "option".
KEY_PATH - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "path".
KEY_PROPERTY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "property".
KEY_QUERY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "query".
KEY_RESOURCE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "resource".
KEY_SIZE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "size".
KEY_SOURCE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "source".
KEY_TARGET_TYPE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "targetType".
KEY_TITLE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "title".
KEY_TYPE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "type".
KEY_URI - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "uri".
KEY_USER - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "user".
KEY_VALUE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "value".
keys() - Method in class net.sf.mmm.util.collection.base.SortedProperties
keySet() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
keySet() - Method in class net.sf.mmm.util.collection.base.SortedProperties
keySet() - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
keySet() - Method in class net.sf.mmm.util.nls.base.GenericResourceBundle
keySet - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
 
keySet() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
keyType - Variable in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
 
keyType - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
keyType - Variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
 

L

label - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
LARGE_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LARGER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LARGER_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
lastRet - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Index of element returned by most recent call to next or previous.
LATEST_REVISION - Static variable in interface net.sf.mmm.util.entity.api.RevisionedEntity
The latest revision of an entity.
Value is:
LATIN_CAPITAL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 65 .
LATIN_CAPITAL_LETTER_A_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital Latin letter A with a acute accent.
LATIN_CAPITAL_LETTER_A_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital Latin letter A with a circumflex accent.
LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital Latin letter A with a diaeresis.
LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital Latin letter A with a grave accent.
LATIN_CAPITAL_LETTER_A_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital Latin letter A with a ring above.
LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital Latin letter A with a tilde.
LATIN_CAPITAL_LETTER_AE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The combination of the capital Latin letters A and E.
LATIN_CAPITAL_LETTER_AE_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_AE_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_AFRICAN_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 66 .
LATIN_CAPITAL_LETTER_B_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 67 .
LATIN_CAPITAL_LETTER_C_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 68 .
LATIN_CAPITAL_LETTER_D_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_SMALL_LETTER_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_SMALL_LETTER_Z_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_DZ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_DZ_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 69 .
LATIN_CAPITAL_LETTER_E_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_ENG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_ESH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_ETH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_EZH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_EZH_REVERSED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_EZH_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_F - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 70 .
LATIN_CAPITAL_LETTER_F_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 71 .
LATIN_CAPITAL_LETTER_G_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 72 .
LATIN_CAPITAL_LETTER_H_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_HWAIR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 73 .
LATIN_CAPITAL_LETTER_I_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 74 .
LATIN_CAPITAL_LETTER_J_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_J_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 75 .
LATIN_CAPITAL_LETTER_K_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 76 .
LATIN_CAPITAL_LETTER_L_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_MIDDLE_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_SMALL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_LJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 77 .
LATIN_CAPITAL_LETTER_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 78 .
LATIN_CAPITAL_LETTER_N_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_LEFT_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_LONG_RIGHT_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_SMALL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_NJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 79 .
LATIN_CAPITAL_LETTER_O_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_MIDDLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_OGONEK_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_STROKE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_TILDE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OPEN_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 80 .
LATIN_CAPITAL_LETTER_P_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Q - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 81 .
LATIN_CAPITAL_LETTER_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 82 .
LATIN_CAPITAL_LETTER_R_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_REVERSED_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 83 .
LATIN_CAPITAL_LETTER_S_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_SCHWA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
LATIN_CAPITAL_LETTER_SMALL_Q_WITH_HOOK_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 84 .
LATIN_CAPITAL_LETTER_T_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_DIAGONAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_THORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TONE_FIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TONE_SIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TONE_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TURNED_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TURNED_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 85 .
LATIN_CAPITAL_LETTER_U_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 86 .
LATIN_CAPITAL_LETTER_V_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 87 .
LATIN_CAPITAL_LETTER_W_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_WYNN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 88 .
LATIN_CAPITAL_LETTER_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 89 .
LATIN_CAPITAL_LETTER_Y_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_YOGH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Latin letter 90 .
LATIN_CAPITAL_LETTER_Z_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LIGATURE_IJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LIGATURE_OE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_DIGIT_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the Latin digits '0'-'9'.
LATIN_DIGIT_OR_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the Latin digits '0'-'9' or ASCII letters 'a'-'z' and 'A'-'Z'.
LATIN_LETTER_ALVEOLAR_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_BIDENTAL_PERCUSSIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_BILABIAL_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_BILABIAL_PERCUSSIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_DENTAL_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_GLOTTAL_STOP_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_INVERTED_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_INVERTED_GLOTTAL_STOP_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_LATERAL_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_PHARYNGEAL_VOICED_FRICATIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_RETROFLEX_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_REVERSED_ESH_LOOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_REVERSED_GLOTTAL_STOP_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_G_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_INVERTED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_OE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_STRETCHED_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_TWO_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_WYNN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_YR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 97 .
LATIN_SMALL_LETTER_A_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_RING_ABOVE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_AE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_AE_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_AE_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 98 .
LATIN_SMALL_LETTER_B_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_BARRED_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 99 .
LATIN_SMALL_LETTER_C_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_CLOSED_OMEGA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_CLOSED_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_CLOSED_REVERSED_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 100 .
LATIN_SMALL_LETTER_D_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DB_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DEZH_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_J_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_J_WITH_STROKE_AND_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ_DIGRAPH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 101 .
LATIN_SMALL_LETTER_E_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ENG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ESH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ESH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ETH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_REVERSED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_F - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 102 .
LATIN_SMALL_LETTER_F_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_FENG_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 103 .
LATIN_SMALL_LETTER_G_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 104 .
LATIN_SMALL_LETTER_H_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_HENG_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_HV - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 105 .
LATIN_SMALL_LETTER_I_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 106 .
LATIN_SMALL_LETTER_J_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_CROSSED_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 107 .
LATIN_SMALL_LETTER_K_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_KRA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 108 .
LATIN_SMALL_LETTER_L_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_BELT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_MIDDLE_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_MIDDLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LAMBDA_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LEZH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LONG_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LS_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LZ_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 109 .
LATIN_SMALL_LETTER_M_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 110 .
LATIN_SMALL_LETTER_N_PRECEDED_BY_APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_LEFT_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_LONG_RIGHT_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_NJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 111 .
LATIN_SMALL_LETTER_O_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_OGONEK_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_STROKE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_TILDE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OPEN_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 112 .
LATIN_SMALL_LETTER_P_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_PHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Q - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 113 .
LATIN_SMALL_LETTER_Q_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Q_WITH_HOOK_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_QP_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 114 .
LATIN_SMALL_LETTER_R_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_FISHHOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_LONG_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_RAMS_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_OPEN_E_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_R_WITH_FISHHOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 115 .
LATIN_SMALL_LETTER_S_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_SWASH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SCHWA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small schwa letter is used in the International Phonetic Alphabet to represent the "mid central unrounded vowel".
LATIN_SMALL_LETTER_SCHWA_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SCRIPT_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SHARP_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SQUAT_REVERSED_ESH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 116 .
LATIN_SMALL_LETTER_T_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_PALATAL_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TC_DIGRAPH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TESH_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_THORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TONE_FIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TONE_SIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TONE_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TS_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_DELTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
Looks like a UnicodeUtil.LATIN_SMALL_LETTER_E that is turned (mirrored to the vertical axis).
LATIN_SMALL_LETTER_TURNED_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_H_WITH_FISHHOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_H_WITH_FISHHOOK_AND_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_K - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_M_WITH_LONG_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_R_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_R_WITH_LONG_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_T - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 117 .
LATIN_SMALL_LETTER_U_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 118 .
LATIN_SMALL_LETTER_V_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 119 .
LATIN_SMALL_LETTER_W_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 120 .
LATIN_SMALL_LETTER_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 121 .
LATIN_SMALL_LETTER_Y_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_YOGH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small Latin letter 122 .
LATIN_SMALL_LETTER_Z_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_SWASH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FFI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FFL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_IJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_OE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_ANGLE_BRACKET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_ARC_LESS_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_DOWN_RIGHT_BARB_DOWN_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_DOWN_RIGHT_BARB_UP_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_UP_RIGHT_BARB_DOWN_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_UP_RIGHT_BARB_UP_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_CEILING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The left/opening curly brace.
LEFT_DOUBLE_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_DOUBLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_DOUBLE_WIGGLY_FENCE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_FLOOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_NORMAL_FACTOR_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The left/opening parenthesis.
LEFT_POINTING_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The left/opening double angle quotation mark.
LEFT_RIGHT_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_ARROW_THROUGH_SMALL_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_DOUBLE_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_DOUBLE_ARROW_WITH_VERTICAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_OPEN_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_WAVE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SIDE_ARC_ANTICLOCKWISE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SINGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The left/opening square bracket.
LEFT_SQUARE_BRACKET_WITH_TICK_IN_BOTTOM_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET_WITH_TICK_IN_TOP_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_TRIANGLE_BESIDE_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_WHITE_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_WHITE_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_WHITE_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_FROM_BAR_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_OVER_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_LOOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW_WITH_VERTICAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_OVER_RIGHTWARDS_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_ABOVE_RIGHTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_BELOW_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LEFTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_ABOVE_RIGHTWARDS_HARPOON_WITH_BARB_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UPWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_OPEN_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_TRIPLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_TRIPLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
length - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The maximum length of all syntax lines of this info.
length - Variable in class net.sf.mmm.util.lang.base.CharSubSequence
the length of the sub-sequence
length() - Method in class net.sf.mmm.util.lang.base.CharSubSequence
length - Variable in class net.sf.mmm.util.lang.base.SequenceCharIterator
length - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
length() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method gets the length of this buffer.
length - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
the length of the buffered data (may be less than the array length).
LESS_THAN_ABOVE_DOUBLE_LINE_EQUAL_ABOVE_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_GREATER_THAN_ABOVE_DOUBLE_LINE_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_SIMILAR_ABOVE_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_SIMILAR_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_SLANTED_EQUAL_ABOVE_GREATER_THAN_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_AND_NOT_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_AND_SINGLE_LINE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_BUT_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_CLOSED_BY_CURVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_CLOSED_BY_CURVE_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_EQUAL_TO_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OVER_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The less-than sign for the according mathematical relation.
LESS_THAN_WITH_CIRCLE_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_WITH_QUESTION_MARK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LETTER_FILTER - Static variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
A CharFilter that accepts all but separators and digits.
LIGHT_SHADE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LIGHT_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
limitedDevice - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
LINE_FEED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The character indicating a move of the cursor to the next line.
LINE_INTEGRATION_NOT_INCLUDING_THE_POLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_INTEGRATION_WITH_RECTANGULAR_PATH_AROUND_POLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_INTEGRATION_WITH_SEMICIRCULAR_PATH_AROUND_POLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_SEPARATOR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
Deprecated.
Due to GWT compatibility we had to remove dependency on System.getProperty(String). Please use StringUtil.getLineSeparator() or get it manually via System.getProperty(String) using StringUtil.SYSTEM_PROPERTY_LINE_SEPARATOR.
LINE_SEPARATOR - Static variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
LINE_SEPARATOR_CR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The line-separator with a single carriage-return.
LINE_SEPARATOR_CRLF - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The Windows line-separator (carriage-return line-feed).
LINE_SEPARATOR_LF - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The Unix line-separator (line-feed).
LINE_SEPARATOR_LFCR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The Mac line-separator (line-feed carriage-return).
lineCount - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The number of newlines + 1.
lineLengthMax - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The maximum length of a single unwrapped line.
lineSeparator - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
lineSeparator - Variable in class net.sf.mmm.util.text.api.TextTableInfo
 
lineWrapper - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
LineWrapper - Interface in net.sf.mmm.util.text.api
This is the interface used to wrap texts if they exceed a specific length.
LinkedBlockingQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the BlockingQueueFactory interface that creates instances of LinkedBlockingQueue.
LinkedBlockingQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
 
LinkedListDequeFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the DequeFactory interface that creates instances of LinkedList.
LinkedListDequeFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedListDequeFactory
 
LinkedListQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the QueueFactory interface that creates instances of LinkedList.
LinkedListQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedListQueueFactory
 
LinkedNode<V,NODE extends LinkedNode<V,NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node of a linked list.
ATTENTION:
According to the generic-type-system of Java this interface can not be used as a proper API until the generic <NODE> is finally bound.
ListCharFilter - Class in net.sf.mmm.util.filter.base
This is an implementation of the CharFilter interface that filters characters according to a given blacklist or whitelist.
ListCharFilter(boolean, char...) - Constructor for class net.sf.mmm.util.filter.base.ListCharFilter
The constructor.
listeners - Variable in class net.sf.mmm.util.event.base.AbstractEventSource
the registered listeners
ListFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of List.
lists - Variable in class net.sf.mmm.util.collection.base.AppendingList
the lists.
literal - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Segment
The literal result.
loadClasses(Collection<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames and returns them as Set.
loadClasses(Collection<String>, Filter<? super Class<?>>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames.
loadClasses(Collection<String>, ClassResolver, Filter<? super Class<?>>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method loads the classes given as Collection of names by classNames using the given classResolver.
loadClasses(Collection<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames and returns them as Set.
loadClasses(Collection<String>, Filter<? super Class<?>>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames.
loadClasses(Collection<String>, ClassResolver, Filter<? super Class<?>>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method loads the classes given as Collection of names by classNames using the given classResolver.
loadEnumValues(AbstractEnumProvider.EnumContainer) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
 
loadEnumValues(AbstractEnumProvider.EnumContainer) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProviderAsynchronous
loadEnumValues(AbstractEnumProvider.EnumContainer) - Method in class net.sf.mmm.util.lang.base.SimpleEnumProvider
loadManifest(Class<?>) - Static method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method tries to load the Manifest for the given Class.
loadProperties(InputStream) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method loads the Properties from the given inStream and closes it.
ATTENTION:
This method loads the properties using the encoding ISO-8859-1 .
loadProperties(Reader) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method loads the Properties from the given reader and closes it.
loadProperties(InputStream) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method loads the Properties from the given inStream and closes it.
ATTENTION:
This method loads the properties using the encoding ISO-8859-1 .
loadProperties(Reader) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method loads the Properties from the given reader and closes it.
loadXml(InputStream, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given inputStream.
loadXml(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given location .
loadXml(File) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given inputStream.
loadXml(DataResource) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given resource .
locale - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
locale - Variable in class net.sf.mmm.util.lang.base.BooleanFormatter
 
locale - Variable in class net.sf.mmm.util.nls.base.NlsWriter
The Locale to translate to.
locale - Variable in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.Iso8601Formatter
The Locale to use.
locale - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
locale - Variable in class net.sf.mmm.util.text.base.AbstractHyphenator
 
LOCALE_ROOT - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsMessage
Locale.ROOT is only available since java 6.
locales - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
LocalizableFormatter<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a Formatter that is localizable.
LOCALIZATION_FAILURE_PREFIX - Static variable in interface net.sf.mmm.util.nls.api.NlsMessage
The prefix appended to the message if the localization (translation) failed.
localize(Locale, String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsLocalizer
This method localizes the given internationalizedMessage with the given arguments filled in to the given target locale.
localize(Locale, String) - Method in interface net.sf.mmm.util.nls.api.NlsLocalizer
This method localizes the given internationalizedMessage to the given target locale.
localize(Locale, String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
This method localizes the given internationalizedMessage with the given arguments filled in to the given target locale.
localize(Locale, String) - Method in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
This method localizes the given internationalizedMessage to the given target locale.
lock - Variable in class net.sf.mmm.util.pool.base.AbstractPool
The synchronization lock.
log(Logger, Object) - Method in class net.sf.mmm.util.date.api.TimeMeasure
Calls TimeMeasure.failIfNotSucceeded() and the logs the status and duration of this measure.
logDuplicateAccessor(PojoPropertyAccessor, PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method is called if the accessor given by duplicate was ignored because it has the same name and mode as the given accessor that is already registered.
logEnvironmentStatus() - Method in class net.sf.mmm.util.lang.base.AbstractEnvironmentDetector
Logs the current environment status information.
logEnvironmentStatus() - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
Logs the current environment status information.
logger - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
logger - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
logger - Variable in class net.sf.mmm.util.cli.base.CliValueMap
The Logger to use.
logger - Variable in class net.sf.mmm.util.component.base.AbstractLoggableComponent
 
logger - Variable in class net.sf.mmm.util.component.base.AbstractLoggableHttpServlet
 
logger - Variable in class net.sf.mmm.util.component.base.AbstractLoggableObject
 
LOGGER - Static variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The Logger to use.
LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_AND_WITH_HORIZONTAL_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_AND_WITH_MIDDLE_STEM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_AND_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_OR_WITH_HORIZONTAL_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_OR_WITH_MIDDLE_STEM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
LONG_DASH_FROM_LEFT_MEMBER_OF_DOUBLE_VERTICAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFT_RIGHT_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFT_RIGHT_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_SQUIGGLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LookaheadByteArrayBufferBuffer - Class in net.sf.mmm.util.io.impl
This class is a byte-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
LookaheadByteArrayBufferBuffer(AbstractByteArrayBufferBuffer) - Constructor for class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
The constructor.
LOW_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The low line or underscore sign.
LOWER_HALF_BLOCK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOWER_LEFT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
lowerBound - Variable in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
 
LowerBoundWildcardType - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the WildcardType interface for a single lower bound.
LowerBoundWildcardType(Type) - Constructor for class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
The constructor.
LOZENGE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

M

MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
MAGIC_BYTES_UTF16_BE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF16_LE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF32_BE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF32_LE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF8 - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
main(String[]) - Static method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This is the main method used to run this class as application.
mainColumnInfo - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The TextColumnInfo for the main column.
mainReader - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The reader to the main document.
makeAccessible(List<AccessibleObject>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
Makes all AccessibleObjects in the given List accessible.
MALE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MALTESE_CROSS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
Mandatory - Annotation Type in net.sf.mmm.util.validation.base
This is a Constraint for a mandatory field.
mandatory - Variable in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
MandatoryValidator - Class in net.sf.mmm.util.validation.base
TODO: this class ...
MandatoryValidator() - Constructor for class net.sf.mmm.util.validation.base.MandatoryValidator
The constructor.
MANIFEST_SOURCE - Static variable in class net.sf.mmm.util.reflect.base.ManifestLoader
The Attributes.Name of the source of the Manifest.
ManifestLoader - Class in net.sf.mmm.util.reflect.base
This class loads all Manifests from your classpath.
ManifestLoader() - Constructor for class net.sf.mmm.util.reflect.base.ManifestLoader
The constructor.
ManifestLoader(ClassLoader) - Constructor for class net.sf.mmm.util.reflect.base.ManifestLoader
The constructor.
manifests - Variable in class net.sf.mmm.util.reflect.base.ManifestLoader
the list of the manifests
map - Variable in class net.sf.mmm.util.cli.base.CliValueContainerMap
 
map - Variable in class net.sf.mmm.util.cli.base.CliValueMap
 
map - Variable in class net.sf.mmm.util.collection.base.RankMap
 
MapFactory<MAP extends Map> - Interface in net.sf.mmm.util.collection.api
This is the interface for a factory of maps.
mapFactory - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
mapFactoryMap - Variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
MappedClassResolver - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ClassResolver interface that uses an internal Map to define specific mappings.
MappedClassResolver() - Constructor for class net.sf.mmm.util.reflect.base.MappedClassResolver
The constructor.
MappedClassResolver(MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.reflect.base.MappedClassResolver
The constructor.
MappedNlsFormatterManager - Class in net.sf.mmm.util.nls.base
This is the implementation of the NlsFormatterManager interface.
MappedNlsFormatterManager() - Constructor for class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
The constructor.
MappedNlsFormatterManager(NlsFormatterMap) - Constructor for class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
The constructor.
mark(int) - Method in class net.sf.mmm.util.io.base.FailingInputStream
markerType - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
 
markSupported() - Method in class net.sf.mmm.util.io.base.FailingInputStream
marshal(E) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
marshal(Pattern) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
marshal(Properties) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterProperties
MASCULINE_ORDINAL_INDICATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The masculine ordinal indicator.
MASK_ALL - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_ALL_EXECUTABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_ALL_READABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_ALL_WRITABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_EXECUTABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_FULL_DIRECTORY_ACCESS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_FULL_FILE_ACCESS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_GROUP - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_GROUP_FLAGS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_MAX - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_OTHERS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_OTHERS_FLAGS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_READABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_SETGID - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_SETUID - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_STICKY - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_USER - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_USER_FLAGS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_WRITABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
maskBits - Variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
master - Variable in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
The master buffer adapted by this buffer.
MathUtil - Interface in net.sf.mmm.util.math.api
This is the interface for a collection of utility functions to deal with Numbers.
mathUtil - Variable in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
mathUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
MathUtilImpl - Class in net.sf.mmm.util.math.base
This class is a collection of utility functions for dealing with numbers.
MathUtilImpl() - Constructor for class net.sf.mmm.util.math.base.MathUtilImpl
The constructor.
MathUtilLimited - Interface in net.sf.mmm.util.math.api
This is a limited subset of MathUtil that is GWT compatible.
MathUtilLimitedImpl - Class in net.sf.mmm.util.math.base
This class is a collection of utility functions for dealing with numbers.
MathUtilLimitedImpl() - Constructor for class net.sf.mmm.util.math.base.MathUtilLimitedImpl
The constructor.
max - Variable in class net.sf.mmm.util.value.api.Range
 
MAX_DAY_OF_MONTH - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
The maximum day of the month.
MAX_MONTH - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
The maximum month of the year.
MAX_UNBOUND - Static variable in class net.sf.mmm.util.value.api.Range
The unbound maximum.
maximumHitCount - Variable in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
maximumIndex - Variable in class net.sf.mmm.util.io.base.ByteArrayImpl
 
maximumLength - Variable in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterString
The maximum number of letters for the String to format.
maximumListGrowth - Variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
 
maximumSegmentCount - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The maximum number of segments to format.
maximumValue - Variable in class net.sf.mmm.util.math.base.NumberTypeImpl
 
maxLength - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
maxPatternLength - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
The maximum length of the HyphenatorImpl.patterns.
maybeAscii - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
false if the data can NOT be ASCII, true otherwise.
maybeUtf16 - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
false if the data can NOT be UTF-16, true otherwise.
maybeUtf8 - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
false if the data can NOT be UTF-8, true otherwise.
MEASURED_ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_DOWN_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_DOWN_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_LEFT_AND_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_LEFT_AND_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_RIGHT_AND_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_RIGHT_AND_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_UP_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_UP_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_RIGHT_ANGLE_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEDIUM_MATHEMATICAL_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEDIUM_SHADE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
mergeDescriptorWithSuperClass(Class<P>, PojoDescriptorImpl<P>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method creates the PojoDescriptorImpl for the superclass of pojoClass and merges PojoPropertyDescriptorImpl from inherited properties.
mergePropertyDescriptorWithSuperClass(PojoPropertyDescriptorImpl, PojoPropertyDescriptorImpl) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method merges the superPropertyDescriptor into the propertyDescriptor.
Message - Interface in net.sf.mmm.util.lang.api
This is the interface for a message that gets displayed to an end-user.
message - Variable in class net.sf.mmm.util.lang.base.AbstractMessage
 
message - Variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
 
message - Variable in class net.sf.mmm.util.nls.base.NlsMessagePlain
 
message - Variable in class net.sf.mmm.util.nls.base.NlsTemplateImplWithMessage
message2KeyMap - Variable in class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliArgumentMissingException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliArgumentReferenceMissingException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliModeUndefinedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionDuplicateException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMisplacedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMissingException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMissingValueException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliOptionUndefinedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliParameterListEmptyException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.cli.api.CliParserExcepiton
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.collection.base.NodeCycleException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.component.api.AlreadyInitializedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.component.api.NotInitializedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.component.api.ResourceAmbiguousException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.component.api.ResourceMissingException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.date.api.IllegalDateFormatException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.io.api.BufferExceedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.io.api.RuntimeIoException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.io.api.StreamClosedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.math.api.NumberConversionException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.ComposedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.DuplicateObjectException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.IllegalCaseException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.NlsClassCastException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.NlsIllegalStateException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.NlsNullPointerException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.NlsParseException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.ObjectDisposedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.ObjectMismatchException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.ObjectNotFoundException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.api.ReadOnlyException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceNoElseConditionException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceOnlyElseConditionException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathUnsafeException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.pojo.path.base.PojoPathCachingDisabledException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.api.AccessFailedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.api.AnnotationNotForTargetException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.api.AnnotationNotRuntimeException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.api.InstantiationFailedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.api.InvocationFailedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.api.TypeNotFoundException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.base.ContainerGrowthException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.reflect.base.UnknownCollectionInterfaceException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.resource.api.ResourceNotWritableException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.search.api.SearchTimeoutException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.ValueConvertException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.ValueNotSetException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.value.api.WrongValueTypeException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.xml.api.XmlGenericException
 
MESSAGE_CODE - Static variable in exception net.sf.mmm.util.xml.base.XmlInvalidException
 
messageCliAdditionalOptions() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageCliArguments() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageCliModeUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageCliRequiredOptions() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageCliUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageFactory - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The NlsMessageFactory instance.
messageFactory - Variable in class net.sf.mmm.util.nls.base.NlsWriter
messageFactory - Variable in class net.sf.mmm.util.nls.impl.NlsBundleFactoryImpl
 
messageFormatterFactory - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
messageMainModeHelpUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageMainModeVersionUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageMainOptionHelpUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageMainOptionVersionUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messagesMap - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The Map used to cache messages.
messageSynchronizerUsage() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageSynchronizerUsageBundleClass() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageSynchronizerUsageDatePattern() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageSynchronizerUsageEncoding(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageSynchronizerUsageLocales() - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageSynchronizerUsageModeDefault(Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
messageSynchronizerUsagePath(Object, Object) - Method in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
metadata - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStream
 
method - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
 
method2BundleInfoMap - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
METHOD_NAME_LOOKUP - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory
METHOD_PREFIX_ADD - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
method name prefix for an add method.
METHOD_PREFIX_GET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
method name prefix for classic getter.
METHOD_PREFIX_GET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
method name prefix for classic getter.
METHOD_PREFIX_GET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
method name prefix for classic getter.
METHOD_PREFIX_HAS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_HAS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_IS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_IS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_PUT - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
method name prefix for classic getter
METHOD_PREFIX_REMOVE - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
method name prefix for a remove method.
METHOD_PREFIX_SET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
method name prefix for classic setter
METHOD_PREFIX_SET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
method name prefix for classic setter
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
the method name prefixes for getter.
METHOD_PREFIXES_BOOLEAN - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES_BOOLEAN - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
alternative method name prefixes for boolean getters.
METHOD_SUFFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
method name suffixes for indexed getters.
METHOD_SUFFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
method name suffixes for indexed getters.
METHOD_SUFFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
the method name suffixes for size getter.
methodIntrospector - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
 
methods - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
the methods
MICRO_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The micro sign for 10-6.
MIDDLE_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A small centered dot.
MIDLINE_HORIZONTAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
min - Variable in class net.sf.mmm.util.value.api.Range
 
MIN_DELAY - Static variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The minimum value allowed for PeriodicRefresherImpl.refreshDelayInSeconds.
MIN_PATTERN_LENGTH - Static variable in class net.sf.mmm.util.text.base.HyphenationState
The minimum length of a pattern.
MIN_UNBOUND - Static variable in class net.sf.mmm.util.value.api.Range
The unbound minimum.
MIN_WIDTH - Static variable in class net.sf.mmm.util.cli.api.CliOutputSettings
The minimum value for width.
MINIMUM_WIDTH_FOR_INDENT_AND_HYPHEN - Static variable in class net.sf.mmm.util.text.api.TextColumnInfo
The minimum width of a column in order that indentation and hyphenation will be active.
minimumIndex - Variable in class net.sf.mmm.util.io.base.ByteArrayImpl
 
minimumSegmentCount - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The minimum number of segments to format.
minimumValue - Variable in class net.sf.mmm.util.math.base.NumberTypeImpl
 
MINUS_OR_PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The unicode minus-sign.
MINUS_SIGN_IN_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_SIGN_WITH_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_SIGN_WITH_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
mode - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
mode - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
mode - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The mode of the Justification.
MODE_DEFAULT - Static variable in class net.sf.mmm.util.text.base.JustificationImpl
The character used to identify the default mode.
MODE_TRUNCATE - Static variable in class net.sf.mmm.util.text.base.JustificationImpl
The character used to identify the truncate mode.
MODELS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
modeOption - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
 
modificationCounter - Variable in class net.sf.mmm.util.entity.base.AbstractGenericEntity
 
modificationCounter - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
modificationDate - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
 
MODIFIER_LETTER_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CENTRED_LEFT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CENTRED_RIGHT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CROSS_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOUBLE_APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOUBLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOWN_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOWN_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_EXTRA_HIGH_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_EXTRA_LOW_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_HALF_TRIANGULAR_COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_HIGH_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LEFT_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LEFT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_MID_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_MINUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_REVERSED_COMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_REVERSED_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_RHOTIC_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_RIGHT_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_RIGHT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_CAPITAL_INVERTED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_H_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_REVERSED_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_TURNED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_TURNED_R_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_TRIANGULAR_COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_TURNED_COMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_UNASPIRATED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_UP_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_UP_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_VOICING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_YANG_DEPARTING_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_YIN_DEPARTING_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MSG_CLI_ADDITIONAL_OPTIONS - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_CLI_ARGUMENTS - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_CLI_MODE_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_CLI_REQUIRED_OPTIONS - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_CLI_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_MAIN_MODE_HELP_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_MAIN_MODE_VERSION_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_MAIN_OPTION_HELP_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_MAIN_OPTION_VERSION_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE_DATE_PATTERN - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE_ENCODING - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE_LOCALES - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MSG_SYNCHRONIZER_USAGE_PATH - Static variable in interface net.sf.mmm.util.NlsBundleUtilCoreRoot
 
MUCH_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUCH_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIMAP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_DOUBLE_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_LEFT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_RIGHT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTISET_MULTIPLICATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTISET_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUSIC_FLAT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUSIC_NATURAL_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUSIC_SHARP_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
mutableChildList - Variable in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
MutableGenericContext - Interface in net.sf.mmm.util.context.api
This is the interface for a context that can be modified.
MutableGenericContextImpl - Class in net.sf.mmm.util.context.impl
This is the implementation of the MutableGenericContext interface.
MutableGenericContextImpl(MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a root-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericValueConverter<Object>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericContext) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericContext, GenericValueConverter<Object>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a mutable GenericEntity adding setter methods.
mutableMetadata - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStream
 
MutableRevisionedEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a mutable RevisionedEntity.
MutableUserSession - Interface in net.sf.mmm.util.session.api
This interface extends UserSession with write operations to modify the user settings.
ATTENTION:
It is NOT always guaranteed, that UserSessionAccess.getSession() will provide an instance that can be cast to MutableUserSession.

N

N_ARY_CIRCLED_DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_CIRCLED_PLUS_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_CIRCLED_TIMES_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_COPRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_SQUARE_UNION_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_SUMMATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_UNION_OPERATOR_WITH_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NABLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
name - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
 
name - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
name - Variable in class net.sf.mmm.util.nls.base.NlsTemplateImpl
 
name - Variable in class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
 
name - Variable in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
 
name2classMap - Variable in class net.sf.mmm.util.reflect.base.MappedClassResolver
 
name2OptionMap - Variable in class net.sf.mmm.util.cli.base.CliState
 
NAME_HELP - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The CliOption.name() of the option to get help/usage.
NAME_VERBOSE - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The CliOption.name() of the option for verbose output.
NAME_VERSION - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The CliOption.name() of the option to get the program version.
NAMESPACE_PREFIX_SCHEMA - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Schema
NAMESPACE_PREFIX_SCHEMA_INSTANCE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Schema
NAMESPACE_PREFIX_SVG - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for SVG
NAMESPACE_PREFIX_XHTML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XHTML
NAMESPACE_PREFIX_XINCLUDE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XInclude
NAMESPACE_PREFIX_XLINK - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XLink
NAMESPACE_PREFIX_XML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the reserved xmlns namespace prefix
NAMESPACE_PREFIX_XML_EVENTS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Events
NAMESPACE_PREFIX_XMLNS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the reserved xmlns namespace prefix
NAMESPACE_PREFIX_XPATH_FUNCTIONS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Schema
NAMESPACE_PREFIX_XSLT - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XSLT
NAMESPACE_URI_MATHML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the MathML namespace
NAMESPACE_URI_RELAXNG_ANNOTATION - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the RELAX-NG-Structure namespace
NAMESPACE_URI_RELAXNG_STRUCTURE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the RELAX-NG-Structure namespace
NAMESPACE_URI_SCHEMA - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Schema namespace
NAMESPACE_URI_SCHEMA_INSTANCE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Schema namespace
NAMESPACE_URI_SVG - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the SVG namespace
NAMESPACE_URI_XHTML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XHTML namespace
NAMESPACE_URI_XINCLUDE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XInclude namespace
NAMESPACE_URI_XLINK - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XLink namespace
NAMESPACE_URI_XML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the xmlns namespace
NAMESPACE_URI_XML_EVENTS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Events namespace
NAMESPACE_URI_XMLNS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the xmlns namespace
NAMESPACE_URI_XPATH_FUNCTIONS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Schema namespace
NAMESPACE_URI_XSLT - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XSLT namespace
navigate(String) - Method in interface net.sf.mmm.util.resource.api.DataResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigate(String) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigate(String) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigate(String) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigate(String) - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigate(String) - Method in class net.sf.mmm.util.resource.base.FileResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigate(String) - Method in class net.sf.mmm.util.resource.base.UrlResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
E.g.
navigator - Variable in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
The PojoPathNavigator instance to use.
NEGATED_DOUBLE_VERTICAL_BAR_DOUBLE_RIGHT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_A_SUBSET_OF_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_A_SUPERSET_OF_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_APPROXIMATELY_NOR_ACTUALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_GREATER_THAN_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_GREATER_THAN_NOR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_GREATER_THAN_NOR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_LESS_THAN_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_LESS_THAN_NOR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_LESS_THAN_NOR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
net.sf.mmm.util - package net.sf.mmm.util
Top-level package of the utilities.
net.sf.mmm.util.cli.api - package 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 - package 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 - package 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 - package net.sf.mmm.util.collection.api
Provides the API for utilities that help to dealing with Collections.
net.sf.mmm.util.collection.base - package net.sf.mmm.util.collection.base
Contains public implementations of the Collection-Util API.
net.sf.mmm.util.collection.impl - package net.sf.mmm.util.collection.impl
Contains implementations of the Collection-Util API.
net.sf.mmm.util.component.api - package net.sf.mmm.util.component.api
Contains API to help implementing components.
net.sf.mmm.util.component.base - package net.sf.mmm.util.component.base
Contains base-implementation of component-util.
net.sf.mmm.util.component.impl - package net.sf.mmm.util.component.impl
Contains implementation of component-util.
net.sf.mmm.util.concurrent.api - package net.sf.mmm.util.concurrent.api
Provides the API for utilities that help to deal with concurrent programming.
net.sf.mmm.util.concurrent.base - package net.sf.mmm.util.concurrent.base
Provides the base-implementation for concurrent-util.
net.sf.mmm.util.context.api - package net.sf.mmm.util.context.api
Provides the API for a generic context.
net.sf.mmm.util.context.base - package net.sf.mmm.util.context.base
Provides the base-implementation of the Context-API.
net.sf.mmm.util.context.impl - package net.sf.mmm.util.context.impl
Provides the implementation of the Context-API.
net.sf.mmm.util.date.api - package 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 - package net.sf.mmm.util.date.base
Provides the basic implementation of utilities for dealing with date and time.
net.sf.mmm.util.entity.api - package net.sf.mmm.util.entity.api
Provides the API for a entities.
net.sf.mmm.util.entity.base - package net.sf.mmm.util.entity.base
Provides the basic implementation of the entity API.
net.sf.mmm.util.event.api - package net.sf.mmm.util.event.api
Provides the API for a generic event-handling.
net.sf.mmm.util.event.base - package net.sf.mmm.util.event.base
Contains the abstract base-implementation of the event-handling API.
net.sf.mmm.util.exception.api - package net.sf.mmm.util.exception.api
Provides the API for utilities that help to deal with exeptions.
net.sf.mmm.util.exception.base - package net.sf.mmm.util.exception.base
Contains public implementations of exception-utilities.
net.sf.mmm.util.file.api - package net.sf.mmm.util.file.api
Provides the API for utilities that help to deal with Files.
net.sf.mmm.util.file.base - package net.sf.mmm.util.file.base
Contains public implementations of File-utilities.
net.sf.mmm.util.filter.api - package net.sf.mmm.util.filter.api
Provides the API for generic filtering.
net.sf.mmm.util.filter.base - package net.sf.mmm.util.filter.base
Contains public implementations of the filtering-API.
net.sf.mmm.util.gwt.base.rebind - package net.sf.mmm.util.gwt.base.rebind
Provides the generator infrastructure for GWT.
net.sf.mmm.util.io.api - package 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 - package net.sf.mmm.util.io.api.spi
Provides the SPI (service-provider-interface) for IO-Utils.
net.sf.mmm.util.io.base - package 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 - package 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 - package net.sf.mmm.util.lang.api
Provides the API for utilities of general purpose.
net.sf.mmm.util.lang.api.attribute - package net.sf.mmm.util.lang.api.attribute
Contains abstract interfaces for common attributes of objects.
net.sf.mmm.util.lang.api.concern - package net.sf.mmm.util.lang.api.concern
Contains abstract interfaces to tag common concerns of objects.
net.sf.mmm.util.lang.api.function - package net.sf.mmm.util.lang.api.function
Contains a temporary backport for functional interfaces from java.util.function.
net.sf.mmm.util.lang.base - package net.sf.mmm.util.lang.base
Contains the basic implementation of the Util Lang API.
net.sf.mmm.util.lang.base.attribute - package net.sf.mmm.util.lang.base.attribute
Contains base-implementation of the attributes API.
net.sf.mmm.util.logging.impl - package net.sf.mmm.util.logging.impl
Provides the GWT compatible implementation of Logger via GwtLogger.
net.sf.mmm.util.math.api - package net.sf.mmm.util.math.api
Provides the API for utilities that help to deal with Numbers.
net.sf.mmm.util.math.base - package net.sf.mmm.util.math.base
Contains the public implementation of the Math-Util API.
net.sf.mmm.util.nls.api - package net.sf.mmm.util.nls.api
Provides the API for the native language support (NLS).
net.sf.mmm.util.nls.base - package net.sf.mmm.util.nls.base
Contains the basis for implementations of the native language support (NLS) API.
net.sf.mmm.util.nls.impl - package net.sf.mmm.util.nls.impl
Contains the implementation for the native language support (NLS).
net.sf.mmm.util.nls.impl.formatter - package net.sf.mmm.util.nls.impl.formatter
Contains the implementation of formatters for the native language support (NLS).
net.sf.mmm.util.nls.impl.rebind - package net.sf.mmm.util.nls.impl.rebind
Contains GWT Generators for rebinding NlsBundle and NlsBundleFactory.
net.sf.mmm.util.pattern.api - package net.sf.mmm.util.pattern.api
Provides the API for a pattern compiler.
net.sf.mmm.util.pattern.base - package 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 - package net.sf.mmm.util.pojo.api
Provides the API for dealing with Pojos.
net.sf.mmm.util.pojo.base - package net.sf.mmm.util.pojo.base
Provides the base-implementation of the Pojo API.
net.sf.mmm.util.pojo.descriptor.api - package net.sf.mmm.util.pojo.descriptor.api
Provides the API for introspection of Pojos.
net.sf.mmm.util.pojo.descriptor.api.accessor - package net.sf.mmm.util.pojo.descriptor.api.accessor
Provides the accessors of the API for introspection of Pojos.
net.sf.mmm.util.pojo.descriptor.api.attribute - package net.sf.mmm.util.pojo.descriptor.api.attribute
Provides the common attribute-interfaces of the API for introspection of Pojos.
net.sf.mmm.util.pojo.descriptor.base - package net.sf.mmm.util.pojo.descriptor.base
Contains the basic implementation of the Introspection-API.
net.sf.mmm.util.pojo.descriptor.base.accessor - package net.sf.mmm.util.pojo.descriptor.base.accessor
Contains the basic implementation of the Introspection-Accessor-API.
net.sf.mmm.util.pojo.descriptor.impl - package net.sf.mmm.util.pojo.descriptor.impl
Contains the implementation of the Introspection-API.
net.sf.mmm.util.pojo.descriptor.impl.accessor - package net.sf.mmm.util.pojo.descriptor.impl.accessor
Contains the implementation of the Introspection-Accessor-API.
net.sf.mmm.util.pojo.descriptor.impl.rebind - package net.sf.mmm.util.pojo.descriptor.impl.rebind
Contains the GWT rebinding generator for POJO introspection.
net.sf.mmm.util.pojo.path.api - package net.sf.mmm.util.pojo.path.api
Provides the API for navigating a PojoPath.
net.sf.mmm.util.pojo.path.base - package net.sf.mmm.util.pojo.path.base
Contains the base-implementation of the PojoPath API.
net.sf.mmm.util.pojo.path.impl - package net.sf.mmm.util.pojo.path.impl
Contains the implementation of the PojoPath API.
net.sf.mmm.util.pojo.path.impl.function - package net.sf.mmm.util.pojo.path.impl.function
Contains implementations of PojoPathFunction.
net.sf.mmm.util.pool.api - package net.sf.mmm.util.pool.api
Provides the API for a generic pool.
net.sf.mmm.util.pool.base - package net.sf.mmm.util.pool.base
Contains base-implementations of the Pool-Util API.
net.sf.mmm.util.pool.impl - package net.sf.mmm.util.pool.impl
Contains some implementations of the Pool-Util API.
net.sf.mmm.util.process.api - package net.sf.mmm.util.process.api
Provides the API for utilities that help to deal with Processes.
net.sf.mmm.util.process.base - package net.sf.mmm.util.process.base
Provides the base-implementation for Process-Util API.
net.sf.mmm.util.reflect.api - package net.sf.mmm.util.reflect.api
Provides the API for utilities that help to deal with reflection.
net.sf.mmm.util.reflect.base - package net.sf.mmm.util.reflect.base
Contains the base-implementations of the Reflection-Util API.
net.sf.mmm.util.reflect.impl - package 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 - package 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 - package net.sf.mmm.util.resource.api.spi
Provides the SPI (service-provider-interface) for data-resources.
net.sf.mmm.util.resource.base - package net.sf.mmm.util.resource.base
Contains the base implementation of the resource-API.
net.sf.mmm.util.resource.base.spi - package 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 - package net.sf.mmm.util.resource.impl
Contains the implementation of the resource-API.
net.sf.mmm.util.resource.impl.spi - package 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 - package 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 - package net.sf.mmm.util.scanner.base
Contains the base-implementations of the Character Scanner API.
net.sf.mmm.util.search.api - package net.sf.mmm.util.search.api
Provides the API for a search.
net.sf.mmm.util.search.base - package net.sf.mmm.util.search.base
Provides the basic implementation of the Search API.
net.sf.mmm.util.security.api - package net.sf.mmm.util.security.api
Provides the API to help with security.
net.sf.mmm.util.session.api - package net.sf.mmm.util.session.api
Provides the API for utilities that help to deal with user specific settings.
net.sf.mmm.util.session.base - package net.sf.mmm.util.session.base
Contains public implementations of the session API.
net.sf.mmm.util.text.api - package net.sf.mmm.util.text.api
Provides the API for utilities that help with textual operations.
net.sf.mmm.util.text.base - package net.sf.mmm.util.text.base
Provides the base-implementation of text-util API.
net.sf.mmm.util.transferobject.api - package net.sf.mmm.util.transferobject.api
Provides the API for transfer-objects.
net.sf.mmm.util.transferobject.base - package net.sf.mmm.util.transferobject.base
Contains the basic implementation of the transfer-object API.
net.sf.mmm.util.transformer.api - package net.sf.mmm.util.transformer.api
Provides the API for transformation-utilities.
net.sf.mmm.util.transformer.base - package net.sf.mmm.util.transformer.base
Provides the base-implementation of transformer-util API.
net.sf.mmm.util.uuid.api - package net.sf.mmm.util.uuid.api
Provides the API for utilities that help to create UUIDs.
net.sf.mmm.util.uuid.base - package net.sf.mmm.util.uuid.base
Contains the public implementation of the UUID-Util API.
net.sf.mmm.util.validation.api - package net.sf.mmm.util.validation.api
Provides the API for simple validation of values.
net.sf.mmm.util.validation.base - package net.sf.mmm.util.validation.base
Contains the base-implementations of the validation API.
net.sf.mmm.util.value.api - package net.sf.mmm.util.value.api
Provides the API for generic handling of values.
net.sf.mmm.util.value.base - package net.sf.mmm.util.value.base
Contains the base-implementations of the value API.
net.sf.mmm.util.value.impl - package net.sf.mmm.util.value.impl
Contains the implementation of the Value-Util API.
net.sf.mmm.util.version.api - package net.sf.mmm.util.version.api
Provides the API for dealing with versions.
net.sf.mmm.util.version.base - package net.sf.mmm.util.version.base
Contains the base-implementations of the Version API.
net.sf.mmm.util.version.impl - package net.sf.mmm.util.version.impl
Contains the implementation of the Version API.
net.sf.mmm.util.xml.api - package net.sf.mmm.util.xml.api
Provides the API of utilities that help to deal with XML.
net.sf.mmm.util.xml.base - package net.sf.mmm.util.xml.base
Contains the base-implementation of the XML-Util API.
net.sf.mmm.util.xml.base.jaxb - package net.sf.mmm.util.xml.base.jaxb
Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB.
net.sf.mmm.util.xml.impl.stax - package net.sf.mmm.util.xml.impl.stax
Contains the implementation of the XML-Util API for StAX.
net_sf_mmm_util_validation_base_Mandatory_message() - Method in interface net.sf.mmm.util.validation.base.ValidationMessages
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class net.sf.mmm.util.nls.base.ResourceBundleControlUtf8
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class net.sf.mmm.util.nls.base.ResourceBundleControlUtf8WithNlsBundleSupport
newInstance(Class<POJO>) - Method in interface net.sf.mmm.util.pojo.api.PojoFactory
This method creates a new instance of the given pojoType.
The simplest implementation may just delegate to Class.newInstance().
newInstance(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.SimplePojoFactory
This method creates a new instance of the given pojoType.
The simplest implementation may just delegate to Class.newInstance().
newInstance() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
Creates a new instance.
newInstance() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
Creates a new instance.
newInstance(TO) - Method in class net.sf.mmm.util.transferobject.api.AbstractTransferObject.AbstractTransferObjectUtilLimited
This method creates a new instance of the AbstractTransferObject given as template.
newInstance(TO) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtilLimited
This method creates a new instance of the AbstractTransferObject given as template.
newInstanceForClass(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.SimplePojoFactory
Implementation of SimplePojoFactory.newInstance(Class) for regular class.
newInstanceForInterface(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
This method is invoked from SimplePojoFactory.newInstance(Class) if the given Class is an interface.
newInstanceForInterface(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
This method is invoked from SimplePojoFactory.newInstance(Class) if the given Class is an interface.
newInstanceForInterface(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.SimplePojoFactory
This method is invoked from SimplePojoFactory.newInstance(Class) if the given Class is an interface.
newline - Variable in class net.sf.mmm.util.nls.base.NlsWriter
The string used to terminate a line.
newline - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
newValidator(Class<?>, String) - Method in class net.sf.mmm.util.validation.base.AbstractValidatorBuilder
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<?>, TypedProperty<T>) - Method in class net.sf.mmm.util.validation.base.AbstractValidatorBuilder
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<V>) - Method in interface net.sf.mmm.util.validation.base.ValidatorBuilder
Creates a new instance of ValueValidator validating the specified Pojo.
newValidator(Class<?>, String) - Method in interface net.sf.mmm.util.validation.base.ValidatorBuilder
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<?>, String, Class<?>) - Method in interface net.sf.mmm.util.validation.base.ValidatorBuilder
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<?>, TypedProperty<T>) - Method in interface net.sf.mmm.util.validation.base.ValidatorBuilder
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<?>, TypedProperty<T>, Class<T>) - Method in interface net.sf.mmm.util.validation.base.ValidatorBuilder
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<V>) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
Creates a new instance of ValueValidator validating the specified Pojo.
newValidator(Class<?>, String, Class<?>) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<?>, TypedProperty<T>, Class<T>) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<V>) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderNone
Creates a new instance of ValueValidator validating the specified Pojo.
newValidator(Class<?>, String, Class<?>) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderNone
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
newValidator(Class<?>, TypedProperty<T>, Class<T>) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderNone
Creates a new instance of ValueValidator validating the given property of the specified Pojo.
next - Variable in class net.sf.mmm.util.collection.base.AbstractIterator
the next item or null if done
next() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
next - Variable in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
next() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
next() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
next() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
next() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
next() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
next() - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method gets the current byte in the iteration.
next() - Method in interface net.sf.mmm.util.lang.api.CharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next - Variable in class net.sf.mmm.util.lang.base.AbstractCharIterator
The next char to iterate.
next() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.lang.base.SequenceCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
next() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the current character and increments the index stepping to the next character.
next() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the current character and increments the index stepping to the next character.
next(DefaultLineWrapper.TextSegment) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method initializes the given DefaultLineWrapper.TextSegment with the next segment-data from the text.
next - Variable in class net.sf.mmm.util.xml.base.JoiningNodeIterator
Buffer for lookahead or null.
next() - Method in class net.sf.mmm.util.xml.base.NodeValueCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
next() - Method in class net.sf.mmm.util.xml.impl.stax.XPointerStreamReader
nextArray() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method switches over to the next internal byte-array.
nextBuffer() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method switches the current buffer to the next available buffer.
nextCalled - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
true if SpaceNormalizingCharIterator.next() has already been called, initially false.
nextElement() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
nextElement(XMLEventReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method skips all events until a StartElement, EndElement or EndDocument is encountered.
nextElement(XMLEventReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method skips all events until a StartElement, EndElement or EndDocument is encountered.
nextNonSpace - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
A buffer for the next non-space char if lookahead went to far, or ' ' if no char is buffered.
nextSegment - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
nextTag() - Method in class net.sf.mmm.util.xml.base.StreamReaderProxy
We override this method to get sure that it delegates to our StreamReaderDelegate.next() instead of the StreamReaderDelegate.next() of the delegate.
nextToken() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
 
NlsAccess - Class in net.sf.mmm.util.nls.api
This is a static accessor for central components supporting native language support (NLS).
NlsAccess() - Constructor for class net.sf.mmm.util.nls.api.NlsAccess
The constructor.
NlsArgument - Class in net.sf.mmm.util.nls.api
This class represents an argument of an NlsMessage.
NlsArgument(String, NlsFormatter<?>, Justification) - Constructor for class net.sf.mmm.util.nls.api.NlsArgument
The constructor.
NlsArgumentFormatter - Interface in net.sf.mmm.util.nls.base
NlsArgumentFormatterImpl - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatter for an actual NlsArgument.
NlsArgumentFormatterImpl() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsArgumentFormatterImpl
The constructor.
NlsArgumentParser - Interface in net.sf.mmm.util.nls.api
nlsBundle - Variable in class net.sf.mmm.util.lang.base.BooleanFormatter
 
NlsBundle - Interface in net.sf.mmm.util.nls.api
This is the marker interface for all "resource-bundles" for this native language support.
NlsBundleFactory - Interface in net.sf.mmm.util.nls.api
This is the interface for a factory that can dynamically create instance of NlsBundle-interfaces.
NlsBundleFactoryGenerator - Class in net.sf.mmm.util.nls.impl.rebind
This is the GWT Generator for generation of the true NlsBundleFactory implementation as well as according NlsBundle implementations.
NlsBundleFactoryGenerator() - Constructor for class net.sf.mmm.util.nls.impl.rebind.NlsBundleFactoryGenerator
The constructor.
NlsBundleFactoryImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of NlsBundleFactory.
NlsBundleFactoryImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsBundleFactoryImpl
The constructor.
NlsBundleFactoryImpl(ClassLoader) - Constructor for class net.sf.mmm.util.nls.impl.NlsBundleFactoryImpl
The constructor.
NlsBundleGeneratorGwtI18n - Class in net.sf.mmm.util.nls.impl.rebind
This is the GWT Generator for generation of NlsBundle implementations.
NlsBundleGeneratorGwtI18n() - Constructor for class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
The constructor.
NlsBundleHelper - Class in net.sf.mmm.util.nls.base
Helper class to deal with NlsBundle interfaces.
NlsBundleHelper() - Constructor for class net.sf.mmm.util.nls.base.NlsBundleHelper
The constructor.
nlsBundleInterface - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
NlsBundleKey - Annotation Type in net.sf.mmm.util.nls.api
This optional annotation is used to define a different key for a method of an NlsBundle interface.
NlsBundleLocation - Annotation Type in net.sf.mmm.util.nls.api
Deprecated.
should not be used anymore due to smart solution for GWT and clever Control
NlsBundleMessage - Annotation Type in net.sf.mmm.util.nls.api
This required annotation is used to define the internationalized message for a method of an NlsBundle interface.
NlsBundleOptions - Annotation Type in net.sf.mmm.util.nls.api
This optional annotation is used to define a different name for an NlsBundle interface.
nlsBundles - Variable in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
nlsBundles - Variable in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
 
nlsBundles - Variable in class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
the original bundles
NlsBundleUtilCoreRoot - Interface in net.sf.mmm.util
This class holds the internationalized messages for this module.
NlsBundleWithLookup - Interface in net.sf.mmm.util.nls.api
This is the interface for NlsBundles that require generic lookup of a NlsMessage.
Note:
Please only use this interface when the NlsBundleWithLookup.getMessage(String, Map) is really required.
NlsCachingLocalizer - Class in net.sf.mmm.util.nls.base
This is a class that stores messages and simplifies to resolve them.
ATTENTION:
This class collects instances NlsMessage and NlsTemplate to speed up repetitive translations.
NlsCachingLocalizer(String) - Constructor for class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The constructor.
NlsCachingLocalizer(String, NlsMessageFactory, NlsTemplateResolver) - Constructor for class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The constructor.
NlsCachingLocalizer(String, NlsMessageFactory, NlsTemplateResolver, MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The constructor.
NlsClassCastException - Exception in net.sf.mmm.util.nls.api
A NlsClassCastException is analog to an ClassCastException but with native language support.
NlsClassCastException() - Constructor for exception net.sf.mmm.util.nls.api.NlsClassCastException
The constructor for de-serialization in GWT.
NlsClassCastException(Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsClassCastException
The constructor.
NlsClassCastException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsClassCastException
The constructor.
NlsDependencies - Interface in net.sf.mmm.util.nls.base
This interface bundles the dependencies for the native language support (NLS).
nlsDependencies - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The NlsDependencies to use.
nlsDependencies - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
 
NlsDependenciesImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of the NlsDependencies interface.
NlsDependenciesImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
The constructor.
nlsDependnecies - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The NlsDependencies to use.
NlsException - Exception in net.sf.mmm.util.nls.api
This is an abstract base implementation of a checked exception with real native language support (NLS).
ATTENTION:
Checked exceptions should be used for business errors and should only occur in unexpected situations.
NlsException(String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
Deprecated.
NlsException(Throwable, String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
Deprecated.
NlsException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsFormatter<O> - Interface in net.sf.mmm.util.nls.api
This is the interface for a formatter of an arbitrary object in a localized way.
NlsFormatterChoice - Class in net.sf.mmm.util.nls.impl.formatter
This is the implementation of NlsFormatter for choice-format.
Examples:
NlsMessage Example result {deleteCount} {deleteCount,choice,(?==1)['files'](else)['file']} deleted. 1 file deleted. {flag,choice,(?==true){date}(else){time}} 23:59:59
NlsFormatterChoice(CharSequenceScanner, NlsDependencies) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The constructor.
NlsFormatterChoice.Choice - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a single choice.
NlsFormatterChoice.Choice(Filter<Object>, List<NlsFormatterChoice.Segment>) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The constructor.
NlsFormatterChoice.Condition - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a single choice.
NlsFormatterChoice.Condition(Comparator, Object) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
The constructor.
NlsFormatterChoice.Segment - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a single segment of a NlsFormatterChoice.Choice.
NlsFormatterChoice.Segment(String, NlsArgument) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Segment
The constructor.
NlsFormatterChoiceNoElseConditionException - Exception in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterChoiceNoElseConditionException is thrown if a choice-format has no (else)-condition.
NlsFormatterChoiceNoElseConditionException() - Constructor for exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceNoElseConditionException
The constructor.
NlsFormatterChoiceOnlyElseConditionException - Exception in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterChoiceOnlyElseConditionException is thrown if a choice-format starts with an (else)-condition.
NlsFormatterChoiceOnlyElseConditionException() - Constructor for exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceOnlyElseConditionException
The constructor.
NlsFormatterCurrency - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for NlsFormatterManager.STYLE_CURRENCY.
NlsFormatterCurrency() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
The constructor.
NlsFormatterDate - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDate() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDate
The constructor.
NlsFormatterDateFull - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateFull
The constructor.
NlsFormatterDateIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterDateIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateIso8601
The constructor.
NlsFormatterDateIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateIso8601
The constructor.
NlsFormatterDateLong - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateLong
The constructor.
NlsFormatterDateMedium - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateMedium
The constructor.
NlsFormatterDatePattern - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using a custom date pattern (typically using SimpleDateFormat).
NlsFormatterDatePattern(String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
The constructor.
NlsFormatterDateShort - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateShort
The constructor.
NlsFormatterDateTime - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateTime() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTime
The constructor.
NlsFormatterDateTimeFull - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateTimeFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeFull
The constructor.
NlsFormatterDateTimeIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterDateTimeIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeIso8601
The constructor.
NlsFormatterDateTimeIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeIso8601
The constructor.
NlsFormatterDateTimeLong - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateTimeLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeLong
The constructor.
NlsFormatterDateTimeMedium - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateTimeMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeMedium
The constructor.
NlsFormatterDateTimeShort - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterDateTimeShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeShort
The constructor.
NlsFormatterDefault - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for default formatting.
NlsFormatterDefault() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
The constructor.
NlsFormatterInteger - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for NlsFormatterManager.STYLE_INTEGER.
NlsFormatterInteger() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
The constructor.
NlsFormatterManager - Interface in net.sf.mmm.util.nls.api
This is the interface for a manager of NlsFormatters.
A legal implementation of this interface has to be thread-safe.
NlsFormatterManagerImpl - Class in net.sf.mmm.util.nls.impl.formatter
This is the implementation of the NlsFormatterManager interface.
NlsFormatterManagerImpl() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
The constructor.
NlsFormatterMap - Class in net.sf.mmm.util.nls.base
This class is like a Map to register and retrieve NlsFormatters.
ATTENTION:
The default formatter is NOT stored in this map.
NlsFormatterMap() - Constructor for class net.sf.mmm.util.nls.base.NlsFormatterMap
The constructor.
NlsFormatterNumber - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using NlsFormatterManager.TYPE_NUMBER.
NlsFormatterNumber() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
The constructor.
NlsFormatterNumberPattern - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for NlsFormatterManager.TYPE_NUMBER using a custom pattern.
NlsFormatterNumberPattern(String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
The constructor.
NlsFormatterPercent - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for NlsFormatterManager.STYLE_PERCENT.
NlsFormatterPercent() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
The constructor.
NlsFormatterPlugin<O> - Interface in net.sf.mmm.util.nls.api
This interface extends NlsFormatter with the methods required to register this automatically as plugin via injection.
All subclasses annotated with @Named will automatically be registered.
NlsFormatterTime - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTime() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTime
The constructor.
NlsFormatterTimeFull - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTimeFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeFull
The constructor.
NlsFormatterTimeIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterTimeIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
The constructor.
NlsFormatterTimeIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
The constructor.
NlsFormatterTimeLong - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTimeLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeLong
The constructor.
NlsFormatterTimeMedium - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTimeMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeMedium
The constructor.
NlsFormatterTimeShort - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTimeShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeShort
The constructor.
NlsFormatterType - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter that formats Types.
NlsFormatterType(String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
The constructor.
NlsFormatterType.ClassFormatter - Class in net.sf.mmm.util.nls.impl.formatter
This inner class is used to format Classes.
NlsFormatterType.ClassFormatter(Appendable) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
The constructor.
NlsFormatterTypeFull - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTypeFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeFull
The constructor.
NlsFormatterTypeLong - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTypeLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeLong
The constructor.
NlsFormatterTypeMedium - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTypeMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeMedium
The constructor.
NlsFormatterTypeShort - Class in net.sf.mmm.util.nls.impl.formatter
NlsFormatterTypeShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeShort
The constructor.
NlsIllegalArgumentException - Exception in net.sf.mmm.util.nls.api
A NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native language support.
NlsIllegalArgumentException() - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor for de-serialization in GWT.
NlsIllegalArgumentException(Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalArgumentException(Object, String) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalArgumentException(Object, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalArgumentException(Object, String, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalStateException - Exception in net.sf.mmm.util.nls.api
A NlsIllegalStateException is analog to an IllegalStateException but with true native language support.
NlsIllegalStateException() - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalStateException
The constructor.
NlsIllegalStateException(Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalStateException
The constructor.
NlsLocalizer - Interface in net.sf.mmm.util.nls.api
This is the interface for a localizer that simplifies the localization of messages via NlsMessages.
nlsMessage - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
the internationalized message
nlsMessage - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
the internationalized message
NlsMessage - Interface in net.sf.mmm.util.nls.api
This is the interface for an internationalized message.
nlsMessageFactory - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
NlsMessageFactory - Interface in net.sf.mmm.util.nls.api
This is the interface for a factory used to create instances of NlsMessage.
NlsMessageFactoryImpl - Class in net.sf.mmm.util.nls.base
This is the implementation of NlsMessageFactory.
NlsMessageFactoryImpl() - Constructor for class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
The constructor.
NlsMessageFormatter - Interface in net.sf.mmm.util.nls.api
This is the interface for a formatter of a message-text.
NlsMessageFormatterFactory - Interface in net.sf.mmm.util.nls.api
This is the interface to create an NlsFormatter.
NlsMessageFormatterFactoryImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of the NlsMessageFormatterFactory.
NlsMessageFormatterFactoryImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
The constructor.
NlsMessageFormatterImpl - Class in net.sf.mmm.util.nls.impl.formatter
This is the implementation of the NlsMessageFormatter interface.
NOTE:
This is more or less a rewrite of MessageFormat and is syntax-compatible with the MessageFormat-pattern -format.
NlsMessageFormatterImpl(String, NlsDependencies) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The constructor.
NlsMessageFormatterImpl.PatternSegment - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a segment out of the parsed message-pattern.
E.g.
NlsMessageFormatterImpl.PatternSegment(String, NlsArgument) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
The constructor.
NlsMessageImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of NlsMessage.
NlsMessageImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageImpl
The constructor for de-serialization in GWT.
NlsMessageImpl(NlsTemplate, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageImpl
The constructor.
NlsMessageImpl(String, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageImpl
The constructor.
NlsMessageLookup - Interface in net.sf.mmm.util.nls.api
This interface provides a generic lookup of a NlsMessage.
NlsMessageLookupNone - Class in net.sf.mmm.util.nls.base
This is a dummy implementation of NlsMessageLookup that will always return null.
NlsMessageLookupNone() - Constructor for class net.sf.mmm.util.nls.base.NlsMessageLookupNone
The constructor.
NlsMessageLookupProxy - Class in net.sf.mmm.util.nls.base
This class combines multiple instances of NlsMessageLookup to a single instance.
NlsMessageLookupProxy(NlsMessageLookup...) - Constructor for class net.sf.mmm.util.nls.base.NlsMessageLookupProxy
The constructor.
NlsMessageLookupProxy(Class<? extends NlsBundleWithLookup>...) - Constructor for class net.sf.mmm.util.nls.base.NlsMessageLookupProxy
The constructor.
NlsMessagePlain - Class in net.sf.mmm.util.nls.base
This is a dummy implementation of NlsMessage that only returns the message given at construction and never has any arguments.
NlsMessagePlain() - Constructor for class net.sf.mmm.util.nls.base.NlsMessagePlain
The constructor for de-serialization in GWT.
NlsMessagePlain(String) - Constructor for class net.sf.mmm.util.nls.base.NlsMessagePlain
The constructor.
NlsNullPointerException - Exception in net.sf.mmm.util.nls.api
A NlsNullPointerException is analog to an NullPointerException but with native language support.
NlsNullPointerException() - Constructor for exception net.sf.mmm.util.nls.api.NlsNullPointerException
The constructor for de-serialization in GWT.
NlsNullPointerException(String) - Constructor for exception net.sf.mmm.util.nls.api.NlsNullPointerException
The constructor.
NlsNullPointerException(String, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsNullPointerException
The constructor.
NlsObject - Interface in net.sf.mmm.util.nls.api
This is the interface for an object with native language support.
NlsParseException - Exception in net.sf.mmm.util.nls.api
The NlsParseException is thrown if some data could NOT be parsed because it does NOT match the according format (pattern or grammar).
NlsParseException() - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor for de-serialization in GWT.
NlsParseException(CharSequence, CharSequence) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, CharSequence, CharSequence) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(CharSequence, CharSequence, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(CharSequence, CharSequence, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, CharSequence, CharSequence, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, CharSequence, CharSequence, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Object, Type, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, Object, Type, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsResourceBundle - Interface in net.sf.mmm.util.nls.api
This is an interface abstracts from ResourceBundle to support features like NlsBundle.
NlsResourceBundleLocator - Interface in net.sf.mmm.util.nls.impl
This is the interface for an internal component that automatically finds the declared bundles.
NlsResourceBundleLocatorImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of NlsResourceBundleLocator.
NlsResourceBundleLocatorImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
The constructor.
NlsResourceBundleProvider - Interface in net.sf.mmm.util.nls.base
This interface allows to get all registered bundles.
NlsResourceBundleRequestor - Interface in net.sf.mmm.util.nls.api
This is the interface of a component to request NlsResourceBundles.
NlsResourceLocator - Interface in net.sf.mmm.util.nls.api
A NlsResourceLocator is used to find a localized resource.
The lookup algorithm is analog to the one used by ResourceBundle.
NlsReversedResourceBundle - Interface in net.sf.mmm.util.nls.impl
This is the interface for a reversed ResourceBundle.
NlsReversedResourceBundleImpl - Class in net.sf.mmm.util.nls.impl
This class is contains the reversed Map for a ResourceBundle.
NlsReversedResourceBundleImpl(ResourceBundle) - Constructor for class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
The constructor.
NlsRuntimeException - Exception in net.sf.mmm.util.nls.api
This the base class for all runtime exceptions of the project.
NlsRuntimeException() - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor for de-serialization in GWT.
NlsRuntimeException(String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
NlsRuntimeException(Throwable, String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
NlsRuntimeException(String) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(Throwable, String) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(NlsRuntimeException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The copy constructor.
NlsRuntimeWrapperException - Exception in net.sf.mmm.util.nls.api
This is an NlsRuntimeException to wrap an arbitrary NlsThrowable.
NlsRuntimeWrapperException() - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
The constructor for de-serialization in GWT.
NlsRuntimeWrapperException(AbstractNlsException) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
The constructor.
NlsRuntimeWrapperException(AbstractNlsRuntimeException) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
The constructor.
NlsTemplate - Interface in net.sf.mmm.util.nls.api
This interface represents the template for an internationalized text that can be translated to a given Locale.
There is no direct factory to create an NlsTemplate as an alternative implementation might take totally different arguments for construction.
NlsTemplateImpl - Class in net.sf.mmm.util.nls.base
This class is the implementation of the NlsTemplate interface.
NlsTemplateImpl() - Constructor for class net.sf.mmm.util.nls.base.NlsTemplateImpl
The constructor for de-serialization in GWT.
NlsTemplateImpl(String, String) - Constructor for class net.sf.mmm.util.nls.base.NlsTemplateImpl
The constructor.
NlsTemplateImplWithMessage - Class in net.sf.mmm.util.nls.base
This class extends NlsTemplateImpl with the internationalized message as fallback.
NlsTemplateImplWithMessage() - Constructor for class net.sf.mmm.util.nls.base.NlsTemplateImplWithMessage
The constructor for de-serialization in GWT.
NlsTemplateImplWithMessage(String, String, String) - Constructor for class net.sf.mmm.util.nls.base.NlsTemplateImplWithMessage
The constructor.
nlsTemplateResolver - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
NlsTemplateResolver - Interface in net.sf.mmm.util.nls.api
This is the interface for resolving NlsTemplate for translating a text-message to a Locale-specific language.
NlsTemplateResolverImpl - Class in net.sf.mmm.util.nls.impl
This is an implementation of the NlsTemplateResolver interface.
NlsTemplateResolverImpl(ResourceBundle...) - Constructor for class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
The constructor.
NlsTemplateResolverImpl(NlsReversedResourceBundle...) - Constructor for class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
The constructor.
NlsThrowable - Interface in net.sf.mmm.util.nls.api
This is the interface for exceptions and runtime exceptions with real native language support (NLS).
In extension to a regular throwable it brings enhanced native language support (NLS).
NlsUnsupportedOperationException - Exception in net.sf.mmm.util.nls.api
An NlsUnsupportedOperationException is thrown if an operation was invoked that is NOT implemented or generally NOT supported.
ATTENTION:
Please always consider to avoid APIs that throw such exception and use inheritance instead (e.g.
NlsUnsupportedOperationException() - Constructor for exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
The constructor.
NlsUnsupportedOperationException(Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
The constructor.
NlsUnsupportedOperationException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
The constructor.
NlsWriter - Class in net.sf.mmm.util.nls.base
An NlsWriter is a Writer, that writes the localized message of the given text.
NlsWriter(Appendable) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale, String) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale, String, NlsMessageFactory) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale, String, NlsMessageFactory, NlsTemplateResolver) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NO_ANNOTATIONS - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtil
An empty Annotation-array.
NO_ARGS - Static variable in class net.sf.mmm.util.reflect.api.Arguments
the void signature for a non-arg method
NO_ARGUMENTS - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtilLimited
an empty Object-array
NO_BREAK_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A UnicodeUtil.SPACE that shall not be wrapped.
NO_COMMA_OR_END_EXPRESSION - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
A char filter that accepts everything except ',' and '}'.
NO_EXPRESSION - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
A char filter that accepts everything except ',' and '}'.
NO_FILES - Static variable in interface net.sf.mmm.util.file.api.FileUtil
An empty file array.
NO_PARAMETERS - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtilLimited
an empty class array
NO_STACKTRACE - Static variable in interface net.sf.mmm.util.exception.api.ExceptionUtil
The empty stacktrace.
NO_TARGET - Static variable in interface net.sf.mmm.util.reflect.api.AnnotationUtil
an empty element-type array
NO_TYPES - Static variable in interface net.sf.mmm.util.reflect.api.GenericType
An empty GenericType-array.
NO_TYPES - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtil
an empty Type-array
NoByteArrayPool - Class in net.sf.mmm.util.pool.base
This is a dummy pool for byte-arrays.
NoByteArrayPool() - Constructor for class net.sf.mmm.util.pool.base.NoByteArrayPool
The constructor.
NoCharArrayPool - Class in net.sf.mmm.util.pool.base
This is a dummy pool for char-arrays.
NoCharArrayPool() - Constructor for class net.sf.mmm.util.pool.base.NoCharArrayPool
The constructor.
Node<PARENT> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node that has a parent.
NodeCycle<V> - Class in net.sf.mmm.util.collection.base
This class is used to detect and represent a cyclic dependency of nodes.
NodeCycle(V) - Constructor for class net.sf.mmm.util.collection.base.NodeCycle
The constructor.
NodeCycle(V, SimpleValueConverter<V, String>) - Constructor for class net.sf.mmm.util.collection.base.NodeCycle
The constructor.
NodeCycleException - Exception in net.sf.mmm.util.collection.base
A NodeCycleException is thrown if a chain of nodes has a cyclic dependency.
NodeCycleException() - Constructor for exception net.sf.mmm.util.collection.base.NodeCycleException
The constructor for de-serialization in GWT.
NodeCycleException(NodeCycle<?>) - Constructor for exception net.sf.mmm.util.collection.base.NodeCycleException
The constructor.
NodeCycleException(NodeCycle<?>, Object) - Constructor for exception net.sf.mmm.util.collection.base.NodeCycleException
The constructor.
nodeIndex - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
NodeIterator - Class in net.sf.mmm.util.xml.base
This class is used to iterate the Nodes of a NodeList.
NodeIterator(NodeList) - Constructor for class net.sf.mmm.util.xml.base.NodeIterator
The constructor.
nodeList - Variable in class net.sf.mmm.util.xml.base.NodeIterator
The NodeList to iterate.
nodeList - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
 
nodeListLength - Variable in class net.sf.mmm.util.xml.base.NodeIterator
NodeValueCharIterator - Class in net.sf.mmm.util.xml.base
This is an implementation of CharIterator that iterates the characters of the value(s) of a single node or a node-list.
NodeValueCharIterator(NodeList) - Constructor for class net.sf.mmm.util.xml.base.NodeValueCharIterator
The constructor.
NodeValueCharIterator(Node) - Constructor for class net.sf.mmm.util.xml.base.NodeValueCharIterator
The constructor.
NON_BREAKING_HYPHEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The non-breaking hyphen.
NonClosingInputStream - Class in net.sf.mmm.util.io.base
This is an InputStream that wraps an existing InputStream and prevents closing the original InputStream.
This can be useful as workaround for bugs like 6539065.
NonClosingInputStream(InputStream) - Constructor for class net.sf.mmm.util.io.base.NonClosingInputStream
The constructor.
NonClosingInputStream.ClosedInputStream - Class in net.sf.mmm.util.io.base
This inner class is a stream that will always throw a StreamClosedException.
NonClosingInputStream.ClosedInputStream() - Constructor for class net.sf.mmm.util.io.base.NonClosingInputStream.ClosedInputStream
The constructor.
nonUtfEncoding - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The encoding to use if encoding is neither UTF nor ASCII.
NoPojoFieldIntrospector - Class in net.sf.mmm.util.pojo.descriptor.base
This is a dummy implementation of the PojoFieldIntrospector interface that never finds any field.
NoPojoFieldIntrospector() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.NoPojoFieldIntrospector
The constructor.
NoPojoMethodIntrospector - Class in net.sf.mmm.util.pojo.descriptor.base
This is a dummy implementation of the PojoMethodIntrospector interface that never finds any method.
NoPojoMethodIntrospector() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.NoPojoMethodIntrospector
The constructor.
NoPojoPathRecognizer - Class in net.sf.mmm.util.pojo.path.base
This is a dummy implementation of the PojoPathRecognizer that does nothing.
NoPojoPathRecognizer() - Constructor for class net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
The constructor.
NOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORMAL_SUBGROUP_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORMAL_SUBGROUP_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
normalize(String) - Method in class net.sf.mmm.util.text.base.HyphenatorImpl
This method normalizes the given word.
normalize(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
This method normalizes the constant name of the Enum.
normalize2Ascii(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines an ASCII-representation for the given character if available.
normalize2Ascii(CharSequence) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method converts the given text to the best possible ASCII-representation.
normalize2Ascii(CharSequence, char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method converts the given text to the best possible ASCII-representation.
normalize2Ascii(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines an ASCII-representation for the given character if available.
normalize2Ascii(CharSequence) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method converts the given text to the best possible ASCII-representation.
normalize2Ascii(CharSequence, char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method converts the given text to the best possible ASCII-representation.
normalizedWord - Variable in class net.sf.mmm.util.text.base.HyphenationState
The normalized word.
normalizePath(String, char) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method normalizes a given path.
normalizePath(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method is a shortcut for normalizePath(path, File.separatorChar).
normalizePath(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method is a shortcut for normalizePath(path, File.separatorChar).
normalizePath(String, char) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method normalizes a given path.
normalizePathInternal(String, char) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method handles FileUtilImpl.normalizePath(String) internally.
normalizeSpaces - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
NORTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_EAST_ARROW_AND_SOUTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_EAST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_EAST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_ARROW_AND_NORTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_A_SUBSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_A_SUPERSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_AN_ELEMENT_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_ASYMPTOTICALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_IDENTICAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_NORMAL_SUBGROUP_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_NORMAL_SUBGROUP_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_PARALLEL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for a negation in boolean algebra.
NOT_SQUARE_IMAGE_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_SQUARE_ORIGINAL_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_TRUE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NoTemplateResolver - Class in net.sf.mmm.util.nls.base
This is a dummy implementation of the NlsTemplateResolver interface that performs no resolving (always returns null for NoTemplateResolver.resolveTemplate(String)).
NoTemplateResolver() - Constructor for class net.sf.mmm.util.nls.base.NoTemplateResolver
The constructor.
NotInitializedException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if an operation was invoked before the object was initialized but has to be called after initialization.
Typical this exception is thrown by a component if it was used (a method declared in the component API was called) before the initialization.
NotInitializedException() - Constructor for exception net.sf.mmm.util.component.api.NotInitializedException
The constructor.
NULL - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
a string representing the undefined value null.
NULL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The null character typically used for termination.
NUMBER_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The hash or number sign.
NumberConversionException - Exception in net.sf.mmm.util.math.api
This is the exception thrown if a numeric value can NOT converted to a specific number-type.
NumberConversionException() - Constructor for exception net.sf.mmm.util.math.api.NumberConversionException
The constructor for de-serialization in GWT.
NumberConversionException(Object, Object) - Constructor for exception net.sf.mmm.util.math.api.NumberConversionException
The constructor.
NumberConversionException(Throwable, Object, Object) - Constructor for exception net.sf.mmm.util.math.api.NumberConversionException
The constructor.
NumberType<NUMBER extends Number> - Interface in net.sf.mmm.util.math.api
This class represents the type reflecting a specific Number.
NumberTypeImpl<NUMBER extends Number> - Class in net.sf.mmm.util.math.base
This is the implementation of the NumberType interface.
NumberTypeImpl(int, NUMBER, NUMBER) - Constructor for class net.sf.mmm.util.math.base.NumberTypeImpl
The constructor.
NUMERO_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

O

obfuscateException(Throwable) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
OBJECT_ID_ILLEGAL - Static variable in interface net.sf.mmm.util.entity.api.EntityId
An illegal value for the object-id.
OBJECT_ID_MINIMUM_CUSTOM - Static variable in interface net.sf.mmm.util.entity.api.EntityId
The minimum object-id that can be used for custom entities.
ObjectDisposedException - Exception in net.sf.mmm.util.nls.api
An ObjectDisposedException is thrown if an object or value is already disposed and therefore an operation failed that has been invoked on it.
ObjectDisposedException() - Constructor for exception net.sf.mmm.util.nls.api.ObjectDisposedException
The constructor for de-serialization in GWT.
ObjectDisposedException(Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectDisposedException
The constructor.
objectId - Variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 
ObjectMismatchException - Exception in net.sf.mmm.util.nls.api
An ObjectMismatchException is thrown if an object or value do NOT match as expected.
ObjectMismatchException() - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor for de-serialization in GWT.
ObjectMismatchException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor.
ObjectMismatchException(Object, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor.
ObjectMismatchException(Object, Object, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor.
ObjectMismatchException(Throwable, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor.
ObjectMismatchException(Throwable, Object, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor.
ObjectMismatchException(Throwable, Object, Object, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectMismatchException
The constructor.
ObjectNotFoundException - Exception in net.sf.mmm.util.nls.api
An ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found.
This typically happens in situations where required objects are requested by a key (e.g.
ObjectNotFoundException() - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor for de-serialization in GWT.
ObjectNotFoundException(Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor.
ObjectNotFoundException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor.
ObjectNotFoundException(Throwable, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor.
ObjectNotFoundException(Throwable, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor.
ObjectNotFoundUserException - Exception in net.sf.mmm.util.nls.api
This is an ObjectNotFoundException that represents a user failure (is NOT technical).
ObjectNotFoundUserException() - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
The constructor for de-serialization in GWT.
ObjectNotFoundUserException(Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
The constructor.
ObjectNotFoundUserException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
The constructor.
ObjectNotFoundUserException(Throwable, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
The constructor.
ObjectNotFoundUserException(Throwable, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
The constructor.
OBLIQUE_ANGLE_OPENING_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
OBLIQUE_ANGLE_OPENING_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
offset - Variable in class net.sf.mmm.util.text.base.HyphenationState
The offset where to start hyphenation in HyphenationState.word.
OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
OHM_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
omitChars - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
onFailure(ValidationFailure) - Method in interface net.sf.mmm.util.validation.api.ValidationCollector
This method gets called if a ValidationFailure occurred.
onFailure(ValidationFailure) - Method in class net.sf.mmm.util.validation.base.AbstractValidationStateCollector
This method gets called if a ValidationFailure occurred.
onFailure(ValidationFailure) - Method in class net.sf.mmm.util.validation.base.ValidationStateFailureCollector
This method gets called if a ValidationFailure occurred.
onFailure(ValidationFailure) - Method in class net.sf.mmm.util.validation.base.ValidationStateImpl
This method gets called if a ValidationFailure occurred.
onFailure(ValidationFailure) - Method in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
This method gets called if a ValidationFailure occurred.
OPEN_BOX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
openOutputStream() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.FileResource
This method opens an output-stream in order to write data to the resource.
openStream() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method opens this resource for reading.
openStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method opens this resource for reading.
openStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method opens this resource for reading.
openStream() - Method in class net.sf.mmm.util.resource.base.FileResource
This method opens this resource for reading.
operand - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
OPERAND_DEFAULT - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The default operand.
option - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The actual option.
option - Variable in class net.sf.mmm.util.cli.base.CliOptionContainer
 
OPTION_BUNDLE_CLASS - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the bundle-class.
OPTION_DATE_PATTERN - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the date-pattern.
OPTION_ENCODING - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the encoding.
OPTION_LOCALE - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the locales.
OPTION_PATH - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the path.
optionList - Variable in class net.sf.mmm.util.cli.base.CliState
 
options - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleInvocationHandler
Orientation - Enum in net.sf.mmm.util.lang.api
This enum contains the available values for the orientation.
Orientation(String, String) - Constructor for enum net.sf.mmm.util.lang.api.Orientation
The constructor.
original - Variable in class net.sf.mmm.util.lang.base.CharSubSequence
the original sequence that is wrapped here
ORIGINAL_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
originalExceptionName - Variable in exception net.sf.mmm.util.nls.api.GenericSerializableException
 
outputSettings - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
outStream - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
ownerType - Variable in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
 

P

PACKAGE_JAVA_LANG - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
The package java.lang.
packageName - Variable in class net.sf.mmm.util.reflect.api.ClassName
 
padding - Variable in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterNumber
The padding for the number.
padNumber(long, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method formats a positive number to a string with at least the given number of digits padding it with leading zeros.
Examples: padNumber(5, 3) will return "005" padNumber(25, 3) will return "025" padNumber(100, 3) will return "100" padNumber(1234, 3) will return "1234"
padNumber(long, int, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method formats a positive number to a string using the given radix with at least the given number of digits padding it with leading zeros.
Examples: padNumber(31, 3, 16) will return "01f" padNumber(5, 6, 2) will return "000101" To pad a number to a constant length you can use the following value for digits:
Radix byte short int long 2 8 16 32 64 8 3 6 9 12 10 3 5 9 19 16 2 4 8 16
padNumber(long, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method formats a positive number to a string with at least the given number of digits padding it with leading zeros.
Examples: padNumber(5, 3) will return "005" padNumber(25, 3) will return "025" padNumber(100, 3) will return "100" padNumber(1234, 3) will return "1234"
padNumber(long, int, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method formats a positive number to a string using the given radix with at least the given number of digits padding it with leading zeros.
Examples: padNumber(31, 3, 16) will return "01f" padNumber(5, 6, 2) will return "000101" To pad a number to a constant length you can use the following value for digits:
Radix byte short int long 2 8 16 32 64 8 3 6 9 12 10 3 5 9 19 16 2 4 8 16
PARALLEL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PARALLEL_WITH_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PARALLEL_WITH_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
parameterColumnInfo - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The TextColumnInfo for parameters (e.g.
parameterContainer - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
ParameterizedTypeImpl - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the ParameterizedType interface.
ParameterizedTypeImpl(Class<?>, Type[], Type) - Constructor for class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
The constructor.
parameters - Variable in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
parent - Variable in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
 
parent - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
the parent context
parent - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
The parent that is extended by this chain or null.
parent - Variable in class net.sf.mmm.util.io.impl.PooledByteArray
The parent that created this array.
parent - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
parent - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain
The parent that is extended by this chain or null.
parent - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
the parent reader or null if this is the root.
parentPath - Variable in class net.sf.mmm.util.pojo.path.api.TypedProperty
 
parentPath - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
parse(Reader, boolean) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method parses the content of the given reader as FilterRuleChain as described above.
parse(BufferedReader, boolean) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method parses the content of the given reader as FilterRuleChain as described above.
parse(String) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets an instance of the represented number-class with the numeric value identified by the given string number.
parse(CharSequenceScanner) - Method in interface net.sf.mmm.util.nls.api.NlsArgumentParser
This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
parse(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
parseArgument(AbstractCliParser.CliParserState, String, CliArgumentContainer, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses the value of a CliOption.
parseAttribute(XMLStreamReader, String, String, Class<V>) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseAttribute(XMLStreamReader, String, String, Class<V>, V) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseAttribute(XMLStreamReader, String, String, Class<V>) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseAttribute(XMLStreamReader, String, String, Class<V>, V) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseBoolean(String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method parses a boolean value given as string.
parseBoolean(String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method parses a boolean value given as string.
parseCalendar(String) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method parses the given string date according to ISO 8601.
parseCalendar(String, Calendar) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method parses the given date according to ISO 8601 using the given calendar.
parseCalendar(String) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the given string date according to ISO 8601.
parseCalendar(String, Calendar) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the given date according to ISO 8601 using the given calendar.
parseChain(InputStream) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses the chain from the given inStream.
parseChain(Element) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses a chain given by xmlElement.
parseChain(Element, FilterRuleChain<String>) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses a chain given as XML via xmlElement.
parseChain(Element, StringTransformerChain) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
This method parses a chain given by xmlElement.
parseChains(Element) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses a map of chains given by xmlElement.
parseChains(Element) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
This method parses a map of chains given by xmlElement.
parseChoice(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method parses the NlsFormatterChoice.Choice.
parseComparatorArgument(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method parses the comparator argument.
parseCondition(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method parses the NlsFormatterChoice.Condition.
parseDate(String) - Method in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
This method parses the given string date according to ISO 8601.
parseDate(String) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the given string date according to ISO 8601.
parseDate(String) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method parses the given string date according to ISO 8601.
parseDate(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method parses the date from the given scanner.
parseDocument(InputStream) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method parses an XML document from a given input stream.
parseDocument(Reader) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method parses an XML document from a given reader.
parseDocument(InputSource) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method parses an XML document into an DOM document.
parseDocument(InputStream) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method parses an XML document from a given input stream.
parseDocument(Reader) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method parses an XML document from a given reader.
parseDocument(InputSource) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method parses an XML document into an DOM document.
parseNumber(String, Object) - Static method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method parses a numeric value.
parseOctalMode(CharSequenceScanner) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method parses the current state of the chmod argument given by parse in octal mode.
parseOption(AbstractCliParser.CliParserState, String, CliOptionContainer, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses the value of a CliOption.
parseParameter(String, AbstractCliParser.CliParserState, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses a single command-line argument.
parseParameters(String...) - Method in interface net.sf.mmm.util.cli.api.CliParser
This method parses the given command-line parameters and applies the parsed options and arguments to the Pojo that was supplied when building this parser.
parseParameters(String...) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses the given command-line parameters and applies the parsed options and arguments to the Pojo that was supplied when building this parser.
parseParameterUndefinedOption(String, AbstractCliParser.CliParserState, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
Parses the given commandline parameter that is no defined CliOption.
parserBuilder - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
ParserState - Class in net.sf.mmm.util.xml.api
This Class contains the state of an HTML parsing process.
ParserState() - Constructor for class net.sf.mmm.util.xml.api.ParserState
The constructor.
ParserState(ParserState) - Constructor for class net.sf.mmm.util.xml.api.ParserState
The constructor.
parseRule(Element) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
This method parses a rule given by xmlElement.
parseStringList(XMLEventReader, QName) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method parses a list of strings enclosed by elements with the given elementName until the current element ends.
parseSubFormatter(CharSequenceScanner, String, StringBuilder, VersionUtilImpl.FormatPatternStatus) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
parseSymbolicMode(CharSequenceScanner, int) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method parses a symbolic-mode segment from parse.
parseTemplate(String) - Method in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
This method parses the given internationalizedMessage as NlsTemplate in case it is given in the form {<BUNDLE>#<KEY>}.
parseTime(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method parses the time (or timezone offset) from the given scanner.
parseTimezone(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the timezone from the given parser.
parseTimezoneOffset(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method parses the timezone offset from the given scanner.
parseUGO(CharSequenceScanner) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method parses the ugoa prefix indicating which flags to modify.
PARTIAL_DIFFERENTIAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
path - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
path - Variable in class net.sf.mmm.util.resource.base.ClasspathResource
 
path - Variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
 
PATH_SEGMENT_CURRENT - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The path segment indicating the current folder itself.
PATH_SEGMENT_PARENT - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The path segment indicating the parent folder.
PATH_SUFFIX_COLLECTION_LIST - Static variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
The reserved PojoPath-suffix used to cache a CollectionList .
PathPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is an implementation of the PatternCompiler interface that compiles path-glob-patterns.
PathPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.PathPatternCompiler
The constructor.
pattern - Variable in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
 
pattern - Variable in class net.sf.mmm.util.file.base.PatternFileFilter
the pattern that must match in order to accept a file by its name.
pattern - Variable in class net.sf.mmm.util.filter.base.PatternFilterRule
 
pattern - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
 
pattern - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
 
pattern - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
pattern - Variable in class net.sf.mmm.util.validation.base.ValidatorRegexPattern
 
PATTERN_ALL - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
The regex-pattern to check the format.
PATTERN_MIXED_SHORT_OPTIONS - Static variable in class net.sf.mmm.util.cli.base.AbstractCliParser
The Pattern for a mix of multiple short-options.
PATTERN_STRING_ALL - Static variable in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
The regex-pattern for the full date-format (date with optional time and optional timezone).
PATTERN_STRING_DATE - Static variable in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
The regex-pattern for the date-format.
PATTERN_STRING_TIME - Static variable in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
The regex-pattern for the time-format.
PATTERN_STRING_TIMEZONE - Static variable in interface net.sf.mmm.util.date.api.Iso8601UtilLimited
The regex-pattern for the timezone-format.
PatternCompiler - Interface in net.sf.mmm.util.pattern.api
This is the interface for a compiler that can compile an pattern-expression given as string into a Pattern.
The intention is to abstract from Pattern.compile(String, int) and therefore also allow other dialects like glob-patterns.
patternCompiler - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
 
PatternFileFilter - Class in net.sf.mmm.util.file.base
This is the implementation of a FileFilter that filters using a pattern.
PatternFileFilter(Pattern) - Constructor for class net.sf.mmm.util.file.base.PatternFileFilter
The constructor.
PatternFileFilter(String, FileType) - Constructor for class net.sf.mmm.util.file.base.PatternFileFilter
The constructor.
PatternFileFilter(Pattern, FileType) - Constructor for class net.sf.mmm.util.file.base.PatternFileFilter
The constructor.
PatternFilterRule - Class in net.sf.mmm.util.filter.base
This is an implementation of the FilterRule interface that matches using a regex Pattern.
PatternFilterRule() - Constructor for class net.sf.mmm.util.filter.base.PatternFilterRule
The non-arg constructor.
NOTE:
This constructor should not be called directly! It is only intended for reflective access (e.g.
PatternFilterRule(String, boolean) - Constructor for class net.sf.mmm.util.filter.base.PatternFilterRule
The constructor.
PatternFilterRule(Pattern, boolean) - Constructor for class net.sf.mmm.util.filter.base.PatternFilterRule
The constructor.
patterns - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
peek() - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method gets the current byte in the iteration.
peek() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current byte in the iteration.
peek() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method gets the current byte in the iteration.
peek() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the current byte in the iteration.
peek() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the current character without incrementing the index.
peek() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the current character without incrementing the index.
peek(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method peeks the number of next characters given by count and returns them as string.
PER_MILLE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PER_TEN_THOUSAND_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PERCENT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The percent sign indicating the 1/100 part of the preceding number.
PeriodicRefresher - Interface in net.sf.mmm.util.component.api
This is the interface for a component that periodically refreshes registered Refreshables.
PeriodicRefresherImpl - Class in net.sf.mmm.util.component.impl
This is the implementation of PeriodicRefresher.
PeriodicRefresherImpl() - Constructor for class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The constructor.
permissions - Variable in class net.sf.mmm.util.file.base.FileAttributes
 
PersistenceEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface to mark a RevisionedEntity that represents an entity of the persistence.
persistentEntity - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
PERSPECTIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
phase - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
phaseAlias - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
phaseCount - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
Counter for phase in format pattern.
phaseMap - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
phaseNumber - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
phaseNumberCount - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
Counter for phase number in format pattern.
phasePrefixSet - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
PILCROW_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The pilcrow or paragraph sign.
PITCHFORK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PITCHFORK_WITH_TEE_TOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PlainFileFilter - Class in net.sf.mmm.util.file.base
This class represents a file-filter that only accepts "plain files".
PlainFileFilter() - Constructor for class net.sf.mmm.util.file.base.PlainFileFilter
The constructor.
PLANCK_CONSTANT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLANCK_CONSTANT_OVER_TWO_PI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_MINUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The symbol indicating plus (+) and/or minus (-).
PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The plus sign.
PLUS_SIGN_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_IN_LEFT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_IN_RIGHT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_IN_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_CIRCUMFLEX_ACCENT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_SMALL_CIRCLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_SUBSCRIPT_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_TILDE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_TILDE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
Pojo - Interface in net.sf.mmm.util.pojo.api
This interface is only used for documentation of what is meant by the term POJO:
A POJO is a shortcut for Plain Old Java Object and simply means any Java object containing or providing data.
pojo - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
 
pojo - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
pojo - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
pojo2Map(Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map may be simple.
pojo2Map(Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map may be simple.
pojo2Map(Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map may be simple.
pojo2Map(Object) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map will be simple and will NOT support size or iteration.
pojo2Map(Object, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map will be simple and will NOT support size or iteration.
pojo2Map(Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map will be simple and will NOT support size or iteration.
pojo2Map(Object, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
ATTENTION:
The Map will be simple and will NOT support size or iteration.
PojoAttributeName - Interface in net.sf.mmm.util.pojo.descriptor.api.attribute
This is the interface for an object that carries the name of a POJO property.
PojoAttributeType<POJO> - Interface in net.sf.mmm.util.pojo.descriptor.api.attribute
This is the interface for an object that is related to a Pojo and therefore contains the pojo-type.
pojoClass - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
PojoDescriptor<POJO> - Interface in net.sf.mmm.util.pojo.descriptor.api
This interface describes the properties of a Pojo.
pojoDescriptor - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
 
PojoDescriptorBuilder - Interface in net.sf.mmm.util.pojo.descriptor.api
This is the interface used to get (or create) the descriptor for a given Pojo.
This functionality is an advanced alternative to Introspector or commons-beanutils.
pojoDescriptorBuilder - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
 
pojoDescriptorBuilder - Variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
pojoDescriptorBuilder - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
PojoDescriptorBuilderFactory - Interface in net.sf.mmm.util.pojo.descriptor.api
This is the interface for a factory used to create instances of PojoDescriptorBuilder.
pojoDescriptorBuilderFactory - Variable in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
pojoDescriptorBuilderFactory - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
PojoDescriptorBuilderFactoryImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of PojoDescriptorBuilderFactory.
PojoDescriptorBuilderFactoryImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
The constructor.
PojoDescriptorBuilderFactoryLimited - Class in net.sf.mmm.util.pojo.descriptor.base
This is the implementation of PojoDescriptorBuilderFactory for a limited environment (GWT).
PojoDescriptorBuilderFactoryLimited() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorBuilderFactoryLimited
The constructor.
PojoDescriptorBuilderGenerator - Class in net.sf.mmm.util.pojo.descriptor.impl.rebind
This is the incremental GWT generator to generate the implementation of PojoDescriptorBuilder.
PojoDescriptorBuilderGenerator() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorBuilderGenerator
The constructor.
PojoDescriptorBuilderImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the generic implementation of the PojoDescriptorBuilder interface.
PojoDescriptorBuilderImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
The constructor.
PojoDescriptorBuilderImpl(MapFactory) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
The constructor.
PojoDescriptorDependencies - Interface in net.sf.mmm.util.pojo.descriptor.base
This interface bundles the dependencies for the POJO-introspection.
PojoDescriptorDependenciesImpl - Class in net.sf.mmm.util.pojo.descriptor.base
This is the implementation of the PojoDescriptorDependencies interface.
PojoDescriptorDependenciesImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
The constructor.
PojoDescriptorEnhancer - Interface in net.sf.mmm.util.pojo.descriptor.base
This is the interface for a generic enhancer of a PojoDescriptor.
PojoDescriptorGenerator - Class in net.sf.mmm.util.pojo.descriptor.impl.rebind
This is the incremental GWT generator to generate implementations of PojoDescriptor for a particular POJO.
PojoDescriptorGenerator() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator
The constructor.
PojoDescriptorGenerator.StatefulPropertyGenerator - Class in net.sf.mmm.util.pojo.descriptor.impl.rebind
This is a stateful class to generate a PojoPropertyDescriptor.
PojoDescriptorGenerator.StatefulPropertyGenerator(SourceWriter, JClassType) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
The constructor.
PojoDescriptorGeneratorConfiguration - Interface in net.sf.mmm.util.pojo.descriptor.impl.rebind
This is the configuration for PojoDescriptorGenerator and PojoDescriptorBuilderGenerator.
PojoDescriptorGeneratorConfigurationImpl - Class in net.sf.mmm.util.pojo.descriptor.impl.rebind
This is the configuration for PojoDescriptorGenerator and PojoDescriptorBuilderGenerator.
PojoDescriptorGeneratorConfigurationImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGeneratorConfigurationImpl
The constructor.
PojoDescriptorImpl<POJO> - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the abstract base implementation of the PojoDescriptor interface.
PojoDescriptorImpl(GenericType<POJO>, PojoDescriptorBuilder) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
The constructor.
PojoDescriptorNoEnhancer - Class in net.sf.mmm.util.pojo.descriptor.base
This is the simplest implementation of the PojoDescriptorEnhancer.
PojoDescriptorNoEnhancer() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
The constructor.
PojoFactory - Interface in net.sf.mmm.util.pojo.api
This is the interface for a generic factory used to create new instances of Pojos.
Typically a Pojo has a public non-arg constructor.
pojoFactory - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
pojoFactory - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
pojoFactory - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
PojoFieldIntrospector - Interface in net.sf.mmm.util.pojo.descriptor.base
This is the interface used to find fields of a given Pojo.
ATTENTION:
Since version 3.1.0 of mmm-util-core no inherited fields are iterated by default implementations (see issue # 55).
PojoFieldIntrospectorImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoMethodIntrospector interface.
PojoFieldIntrospectorImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl
The constructor.
PojoFieldIntrospectorImpl(VisibilityModifier, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl
The constructor.
PojoFieldIntrospectorImpl.PojoFieldIterator - Class in net.sf.mmm.util.pojo.descriptor.impl
This inner class iterates the fields of a given pojo-type according to the visibility.
PojoFieldIntrospectorImpl.PojoFieldIterator(Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
The constructor.
pojoMap - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
 
pojoMap - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderLimited
 
PojoMap - Class in net.sf.mmm.util.pojo.descriptor.base
This is represents a given Pojo as Map where the key is a property-name given as String.
PojoMap(PojoDescriptorBuilder, Object) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoMap
The constructor.
PojoMethodIntrospector - Interface in net.sf.mmm.util.pojo.descriptor.base
This is the interface used to find methods of a given Pojo.
PojoMethodIntrospectorImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoMethodIntrospector interface.
PojoMethodIntrospectorImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
The constructor.
PojoMethodIntrospectorImpl(VisibilityModifier, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
The constructor.
PojoMethodIntrospectorImpl.PojoMethodIterator - Class in net.sf.mmm.util.pojo.descriptor.impl
This inner class iterates the methods of a given pojo-type according to the visibility.
PojoMethodIntrospectorImpl.PojoMethodIterator(Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
The constructor.
PojoPath - Interface in net.sf.mmm.util.pojo.path.api
A PojoPath is a String that acts as expression to navigate (traverse) the object-web spanned by an initial Pojo reflectively.
As part of the API this interface is mainly used for documentation of what a PojoPath is all about.
pojoPath - Variable in class net.sf.mmm.util.pojo.path.api.TypedProperty
 
pojoPath - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
pojoPath - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
pojoPath - Variable in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
The PojoPath pointing to the according property to access.
PojoPathAccessException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathAccessException is thrown if a PojoPath could NOT be evaluated because it lead to an invalid access on some object.
PojoPathAccessException(String, Type) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
The constructor.
PojoPathAccessException(Throwable, String, Type) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
The constructor.
PojoPathCachingDisabledException - Exception in net.sf.mmm.util.pojo.path.base
A PojoPathCachingDisabledException is thrown if caching is required to access a specific PojoPath but caching was disabled at this point.
PojoPathCachingDisabledException(String) - Constructor for exception net.sf.mmm.util.pojo.path.base.PojoPathCachingDisabledException
The constructor.
PojoPathContext - Interface in net.sf.mmm.util.pojo.path.api
This is the interface of an object that carries the context for a PojoPathNavigator.
PojoPathContextBean - Class in net.sf.mmm.util.pojo.path.base
This is an implementation of the PojoPathContext interface as simple Java bean.
PojoPathContextBean() - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
The constructor.
PojoPathConversionException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathConversionException is thrown if a Pojo has the wrong type and could NOT be converted to the required type.
PojoPathConversionException(String, Type, Type) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
The constructor.
PojoPathConversionException(Throwable, String, Type, Object) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
The constructor.
PojoPathCreationException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathCreationException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.CREATE_IF_NULL and an intermediate Pojo was null but could NOT be created.
This can happen because the instantiation failed or there is insufficient information about what to create (e.g.
PojoPathCreationException(Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
The constructor.
PojoPathCreationException(Throwable, Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
The constructor.
PojoPathException - Exception in net.sf.mmm.util.pojo.path.api
This is the abstract base class for exceptions thrown by the PojoPathNavigator.
PojoPathException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathException
The constructor.
PojoPathException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathException
The constructor.
PojoPathException(NlsMessage) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathException
The constructor.
PojoPathException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathException
The constructor.
PojoPathFunction<IN,VALUE> - Interface in net.sf.mmm.util.pojo.path.api
This is the call-back interface for a PojoPathFunction that allows to add custom functionality to a PojoPathNavigator.
This can help for various use-cases such as retrieving objects from a database (an O/R-mapper), adding custom logic for calculated or combined attributes, etc.
A PojoPathFunction is registered in a PojoPathFunctionManager under a specific name ( functionName).
PojoPathFunctionManager - Interface in net.sf.mmm.util.pojo.path.api
This is the interface for a manager of PojoPathFunctions.
Typically a PojoPathNavigator instance will have an PojoPathFunctionManager to resolve PojoPathFunctions.
PojoPathFunctionManagerImpl - Class in net.sf.mmm.util.pojo.path.impl
This is the implementation of PojoPathFunctionManager.
PojoPathFunctionManagerImpl() - Constructor for class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
The constructor.
PojoPathMap - Class in net.sf.mmm.util.pojo.path.base
This is represents a given Pojo as Map where the key is a PojoPath-String.
PojoPathMap(PojoPathNavigator, Object) - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathMap
The constructor.
PojoPathMap(PojoPathNavigator, Object, PojoPathContext) - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathMap
The constructor.
PojoPathMap(PojoPathNavigator, Object, PojoPathContext, PojoPathMode) - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathMap
The constructor.
PojoPathMode - Enum in net.sf.mmm.util.pojo.path.api
This Enum contains the available modes for using a PojoPathNavigator.
PojoPathMode() - Constructor for enum net.sf.mmm.util.pojo.path.api.PojoPathMode
 
PojoPathNamedFunction<IN,VALUE> - Interface in net.sf.mmm.util.pojo.path.api
This is the interface for a PojoPathFunction that has a name.
PojoPathNamedFunctionToString - Class in net.sf.mmm.util.pojo.path.impl.function
This is the implementation of a PojoPathNamedFunction that performs a Object.toString() on the input-object.
PojoPathNamedFunctionToString() - Constructor for class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
The constructor.
PojoPathNavigator - Interface in net.sf.mmm.util.pojo.path.api
This is the interface for the navigator used to traverse the object-web spanned by an initial Pojo reflectively according to a given PojoPath.
pojoPathNavigator - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
PojoPathNavigatorImpl - Class in net.sf.mmm.util.pojo.path.impl
This is the implementation of PojoPathNavigator.
PojoPathNavigatorImpl() - Constructor for class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
The constructor.
ATTENTION:
You need to AbstractComponent.initialize() this component before it can be used.
PojoPathPropertyAccessor<POJO,VALUE> - Class in net.sf.mmm.util.value.base
This is an implementation of PropertyAccessor using PojoPathNavigator (based on reflection).
PojoPathPropertyAccessor(PojoPathNavigator, String, Class<VALUE>) - Constructor for class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
The constructor.
PojoPathPropertyAccessor(PojoPathNavigator, String, Class<VALUE>, PojoPathMode) - Constructor for class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
The constructor.
PojoPathPropertyAccessor(PojoPathNavigator, String, Class<VALUE>, PojoPathMode, PojoPathContext) - Constructor for class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
The constructor.
PojoPathRecognizer - Interface in net.sf.mmm.util.pojo.path.api
This is the call-back interface used to recognize Pojos traversed by a PojoPathNavigator.
PojoPathSegmentIsNullException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathSegmentIsNullException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.FAIL_IF_NULL and an intermediate Pojo was null.
PojoPathSegmentIsNullException(Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException
The constructor.
PojoPathUnsafeException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathUnsafeException is thrown by the PojoPathNavigator if the supplied mode was PojoPathMode.FAIL_IF_NULL and the PojoPath was unsafe.
PojoPathUnsafeException(Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathUnsafeException
The constructor.
PojoProperty - Class in net.sf.mmm.util.pojo.descriptor.base
This class represents the property of a Pojo .
It can be a simple property such as fooBar, an indexed property such as fooBar[42] or a mapped property such as fooBar['my.key'].
This class contains the logic to parse such property and gives structured access via the offered getters.
PojoProperty(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
The constructor.
PojoPropertyAccessor - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorAddBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
PojoPropertyAccessorAddBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
The constructor.
PojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a PojoPropertyAccessor.
PojoPropertyAccessorGetBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
PojoPropertyAccessorGetBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
The constructor.
PojoPropertyAccessorGetField - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArg interface for getting a Field.
PojoPropertyAccessorGetField(PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetField
The constructor.
PojoPropertyAccessorGetIndexedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedNonArgBuilder interface for indexed getter-access.
PojoPropertyAccessorGetIndexedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
The constructor.
PojoPropertyAccessorGetMappedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for mapped getter-access.
PojoPropertyAccessorGetMappedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
The constructor.
PojoPropertyAccessorIndexedNonArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to perform something (e.g.
PojoPropertyAccessorIndexedNonArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a indexed non-arg accessor.
PojoPropertyAccessorIndexedNonArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for accessing a Method.
PojoPropertyAccessorIndexedNonArgMethod(String, Type, PojoPropertyAccessorIndexedNonArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
The constructor.
PojoPropertyAccessorIndexedNonArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedNonArgMode(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArgMode
The constructor.
PojoPropertyAccessorIndexedOneArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to apply an item at a given index in an indexed property.
PojoPropertyAccessorIndexedOneArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a indexed one-arg accessor.
PojoPropertyAccessorIndexedOneArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for accessing a Method.
PojoPropertyAccessorIndexedOneArgMethod(String, Type, PojoPropertyAccessorIndexedOneArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
The constructor.
PojoPropertyAccessorIndexedOneArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedOneArgMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArgMode
The constructor.
PojoPropertyAccessorMode<ACCESSOR extends PojoPropertyAccessor> - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the abstract base class for the mode of a specific PojoPropertyAccessor.
PojoPropertyAccessorMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
The constructor.
PojoPropertyAccessorNonArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to access a property without any argument.
PojoPropertyAccessorNonArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a property-reader.
PojoPropertyAccessorNonArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArg interface for accessing a Method.
PojoPropertyAccessorNonArgMethod(String, Type, PojoPropertyAccessorNonArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
The constructor.
PojoPropertyAccessorNonArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a non-arg accessor of a property.
PojoPropertyAccessorNonArgMode(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArgMode
The constructor.
PojoPropertyAccessorOneArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to access a property supplying a single argument.
PojoPropertyAccessorOneArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a one-arg accessor.
PojoPropertyAccessorOneArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for accessing a Method.
PojoPropertyAccessorOneArgMethod(String, Type, PojoPropertyAccessorOneArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
The constructor.
PojoPropertyAccessorOneArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorOneArgMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The constructor.
PojoPropertyAccessorProxyAdd - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for adding an element using the getter from another accessor returning an array or Collection.
PojoPropertyAccessorProxyAdd(PojoDescriptorDependencies, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
The constructor.
PojoPropertyAccessorProxyGetByIndex - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a indexed-getter using a fixed index.
PojoPropertyAccessorProxyGetByIndex(PojoPropertyAccessorIndexedNonArg, int) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
The constructor.
PojoPropertyAccessorProxyGetByKey - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a mapped-getter using a fixed key.
PojoPropertyAccessorProxyGetByKey(PojoPropertyAccessorOneArg, Object) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
The constructor.
PojoPropertyAccessorProxyGetIndexed - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for getting an element from another accessor returning an array or List.
PojoPropertyAccessorProxyGetIndexed(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
The constructor.
PojoPropertyAccessorProxyGetMapped - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for getting an element from another accessor returning a Map.
PojoPropertyAccessorProxyGetMapped(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
The constructor.
PojoPropertyAccessorProxyGetSize - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArg interface for getting the size of an array, List or Map from another accessor.
PojoPropertyAccessorProxyGetSize(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
The constructor.
PojoPropertyAccessorProxyRemove - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for removing an element using the getter from another accessor returning an array or Collection.
PojoPropertyAccessorProxyRemove(PojoDescriptorDependencies, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
The constructor.
PojoPropertyAccessorProxySetByIndex - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a indexed-setter using a fixed index.
PojoPropertyAccessorProxySetByIndex(PojoPropertyAccessorIndexedOneArg, int) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
The constructor.
PojoPropertyAccessorProxySetByKey - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a mapped-setter using a fixed key.
PojoPropertyAccessorProxySetByKey(PojoPropertyAccessorTwoArg, Object) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
The constructor.
PojoPropertyAccessorProxySetIndexed - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for setting an indexed property using the getter from another accessor returning an array or List.
PojoPropertyAccessorProxySetIndexed(PojoDescriptorDependencies, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
The constructor.
PojoPropertyAccessorProxySetMapped - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorTwoArg interface for setting an element in a Map returned from another accessor.
PojoPropertyAccessorProxySetMapped(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
The constructor.
PojoPropertyAccessorRemoveBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
PojoPropertyAccessorRemoveBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
The constructor.
PojoPropertyAccessorSetBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for setter-access.
PojoPropertyAccessorSetBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
The constructor.
PojoPropertyAccessorSetField - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for setting a Field.
PojoPropertyAccessorSetField(PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetField
The constructor.
PojoPropertyAccessorSetIndexedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedOneArgBuilder interface for indexed setter-access.
PojoPropertyAccessorSetIndexedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
The constructor.
PojoPropertyAccessorSetMappedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorTwoArgBuilder interface for mapped setter-access.
PojoPropertyAccessorSetMappedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
The constructor.
PojoPropertyAccessorSizeBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
PojoPropertyAccessorSizeBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
The constructor.
PojoPropertyAccessorTwoArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to access a property supplying a two arguments.
PojoPropertyAccessorTwoArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a two-arg accessor.
PojoPropertyAccessorTwoArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorTwoArg interface for accessing a Method.
PojoPropertyAccessorTwoArgMethod(String, Type, PojoPropertyAccessorTwoArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
The constructor.
PojoPropertyAccessorTwoArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a two-arg accessor of a property.
PojoPropertyAccessorTwoArgMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArgMode
The constructor.
PojoPropertyDescriptor - Interface in net.sf.mmm.util.pojo.descriptor.api
This interface represents a property of a Pojo.
PojoPropertyDescriptorImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoPropertyDescriptor interface.
PojoPropertyDescriptorImpl(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
The constructor.
PojoPropertyNotFoundException - Exception in net.sf.mmm.util.pojo.descriptor.api
A PojoPropertyNotFoundException is thrown if a property should be accessed that does NOT exist (was NOT found) or can NOT be accessed in the intended way.
PojoPropertyNotFoundException(Class<?>, String) - Constructor for exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
The constructor.
PojoPropertyNotFoundException(Class<?>, String, PojoPropertyAccessorMode<?>) - Constructor for exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
The constructor.
PojoPropertyPath - Interface in net.sf.mmm.util.pojo.path.api
A PojoPropertyPath represents a path to a simple property of a Pojo.
pojoType - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
 
pojoType - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
pojoType - Variable in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
PojoUtilLimited - Interface in net.sf.mmm.util.reflect.api
This is a simple abstraction of reflective introspection solutions such as PojoPropertyAccessorBuilder or even PojoPathNavigator.
Pool<E> - Interface in net.sf.mmm.util.pool.api
This is the interface for a simple pool.
pool - Variable in class net.sf.mmm.util.pool.base.AbstractPool
The buffer representing the pool.
PooledByteArray - Class in net.sf.mmm.util.io.impl
This is an implementation of ByteArray that holds a pooled byte-array.
PooledByteArray(byte[]) - Constructor for class net.sf.mmm.util.io.impl.PooledByteArray
The constructor.
PooledByteArray(byte[], int, int) - Constructor for class net.sf.mmm.util.io.impl.PooledByteArray
The constructor.
PooledByteArray(byte[], int, int, PooledByteArray) - Constructor for class net.sf.mmm.util.io.impl.PooledByteArray
The constructor.
pos - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
POSITION_INDICATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
POUND_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the British currency pound.
PRECEDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_NOT_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_SINGLE_LINE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_UNDER_RELATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
prefix - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
 
PREFIX - Static variable in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
The prefix of the string representation.
PREFIX - Static variable in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
The prefix/value of the string representation.
PREFIX - Static variable in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
The prefix of the string representation.
prefix - Variable in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterNumber
The static prefix.
prefix - Variable in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterString
The static prefix.
prefix - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The static prefix.
PREFIX_INTERNAL_FIELD - Static variable in class net.sf.mmm.util.nls.base.AbstractResourceBundle
Fields that start with this prefix ("INT_" ), will be ignored as bundle properties.
PREFIX_LONG_OPTION - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The prefix for name or alias of a long option.
PREFIX_SHORT_OPTION - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The prefix for name or alias of a short option.
PRESCRIPTION_TAKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_LEFT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_LEFT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_RIGHT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_RIGHT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
previous - Variable in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
 
PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
print(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
print(NlsMessage) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes an NlsMessage.
printArguments(List<AbstractCliParser.CliArgumentHelpInfo>, int) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method prints the help for the arguments given by argumentList.
printHelp(CliParser) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method prints the help output with the program usage.
printHelp(Appendable) - Method in interface net.sf.mmm.util.cli.api.CliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using default settings.
printHelp(Appendable, CliOutputSettings) - Method in interface net.sf.mmm.util.cli.api.CliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using the given settings.
printHelp(Appendable) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using default settings.
printHelp(Appendable, CliOutputSettings) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using the given settings.
printHelpOptions(CliOutputSettings, Map<CliOption, AbstractCliParser.CliOptionHelpInfo>, StringBuilder, Collection<CliOptionContainer>) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
Prints the options for the help usage output.
println() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
Prints a newline (terminates current line).
println() - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes a newline (line-separator).
println(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method is like NlsWriter.append(CharSequence) or AppendableWriter.write(String) but additionally adds a newline (line-separator) after the message.
printlnRaw(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes the raw text without internationalization.
printOptions(Collection<CliOptionContainer>, Map<CliOption, AbstractCliParser.CliOptionHelpInfo>, int) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method prints the help for the options given by modeOptions.
printOptions(Collection<CliOptionContainer>, Map<CliOption, AbstractCliParser.CliOptionHelpInfo>, boolean) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method is like AbstractCliParser.CliHelpWriter.printOptions(Collection, Map, int) but only prints required or additional options.
printRaw(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes the raw text without internationalization.
printStackTrace(Locale, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method prints the stack trace with localized exception message(s).
printStackTrace(NlsThrowable, Locale, NlsTemplateResolver, Appendable) - Static method in exception net.sf.mmm.util.nls.api.AbstractNlsException
 
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.ComposedException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, Appendable) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method prints the stack trace with localized exception message(s).
printStackTraceNested(Throwable, Locale, NlsTemplateResolver, Appendable) - Static method in exception net.sf.mmm.util.nls.api.AbstractNlsException
 
printText(String) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method performs localization of the given NLS-text (see AbstractResourceBundle) and performs line-wrapping while writing it to the Appendable for help-usage output.
proceedTextSegment() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method steps on to the next DefaultLineWrapper.TextSegment.
process(ByteProcessor, long) - Method in interface net.sf.mmm.util.io.api.ByteProcessable
This method processes the number of bytes given by length (as far as available) using the given processor.
process(byte[], int, int) - Method in interface net.sf.mmm.util.io.api.ByteProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
ATTENTION:
An implementation of this interface should only read bytes from the given buffer.
process(DetectorStreamBuffer, Map<String, Object>, boolean) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamProcessor
This method performs the actual detection and optionally manipulates the data.
process(byte[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
ATTENTION:
An implementation of this interface should only read bytes from the given buffer.
process(byte[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
ATTENTION:
An implementation of this interface should only read bytes from the given buffer.
process(ByteProcessor, long) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method processes the number of bytes given by length (as far as available) using the given processor.
process(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
ATTENTION:
An implementation of this interface should only read bytes from the given buffer.
process(ByteProcessor, long) - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method processes the number of bytes given by length (as far as available) using the given processor.
process(Map<String, Object>, boolean) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
process(ByteProcessor, long) - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method processes the number of bytes given by length (as far as available) using the given processor.
process(DetectorStreamBuffer, Map<String, Object>, boolean) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
This method performs the actual detection and optionally manipulates the data.
process(DetectorStreamBuffer, Map<String, Object>, boolean) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
This method performs the actual detection and optionally manipulates the data.
process(char[], int, StringBuilder) - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
This method processes one or many characters from chars starting at the given charIndex and adds the translated regexp-sequence to buffer.
process(char[], int, StringBuilder) - Method in class net.sf.mmm.util.pattern.base.PathPatternCompiler
This method processes one or many characters from chars starting at the given charIndex and adds the translated regexp-sequence to buffer.
ProcessableByteArrayBuffer - Interface in net.sf.mmm.util.io.api
This is the interface for a provider of data bytes (a byte[] -Buffer) that is iterable and processable.
Bytes that are processed will be consumed (as if they were iterated).
ProcessableDetectorInputStream - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorOutputStream.
ProcessableDetectorInputStream(InputStream, Map<String, Object>, AbstractDetectorStreamProvider) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream
The constructor.
ProcessableDetectorInputStream.WrapperInputStream - Class in net.sf.mmm.util.io.impl
This inner class is the actual wrapper stream.
ProcessableDetectorInputStream.WrapperInputStream(InputStream) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
The constructor.
ProcessableDetectorOutputStream - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorOutputStream.
ProcessableDetectorOutputStream(OutputStream, Map<String, Object>, AbstractDetectorStreamProvider) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream
The constructor.
ProcessableDetectorOutputStream.WrapperOutputStream - Class in net.sf.mmm.util.io.impl
This inner class is the actual wrapper stream.
ProcessableDetectorOutputStream.WrapperOutputStream(OutputStream) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
The constructor.
ProcessableDetectorStream - Class in net.sf.mmm.util.io.impl
This is the abstract base implementation of a DetectorStream specific for this implementation.
ProcessableDetectorStream(Map<String, Object>, ByteArrayPool) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorStream
The constructor.
ATTENTION:
You have to call ProcessableDetectorStream.initialize(AbstractDetectorStreamProvider, DetectorStreamProcessor) after super-call in subclass-constructor.
processBom(byte[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
Detects if a ByteOrderMark (BOM) is available as hint for the encoding.
ProcessContext - Class in net.sf.mmm.util.process.api
This class represents the context for a process.
ProcessContext() - Constructor for class net.sf.mmm.util.process.api.ProcessContext
The constructor.
processes - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
 
processInternal(ByteArray, boolean) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
 
processor - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The actual processor served by this buffer.
processorFactoryList - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
 
processorImplementation - Variable in class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
 
processUtf16Detection(byte) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
Heuristic analysis to detect UTF-16 indications.
processUtf8Detection(byte) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
Heuristic analysis to detect UTF-8 indications.
ProcessUtil - Interface in net.sf.mmm.util.process.api
This is the interface for a collection of utility functions to deal with Processes.
ProcessUtilImpl - Class in net.sf.mmm.util.process.base
This is the implementation of the ProcessUtil interface.
ProcessUtilImpl() - Constructor for class net.sf.mmm.util.process.base.ProcessUtilImpl
The constructor.
ProcessUtilImpl.AsyncProcessExecutorImpl - Class in net.sf.mmm.util.process.base
This inner class is the default implementation of the AsyncProcessExecutor.
ProcessUtilImpl.AsyncProcessExecutorImpl(ProcessUtilImpl.ProcessExecutor) - Constructor for class net.sf.mmm.util.process.base.ProcessUtilImpl.AsyncProcessExecutorImpl
The constructor.
ProcessUtilImpl.ProcessExecutor - Class in net.sf.mmm.util.process.base
This inner class is does the actual execution of the Process(es).
ProcessUtilImpl.ProcessExecutor(ProcessContext, ProcessBuilder[]) - Constructor for class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
The constructor.
PROJECTIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
properties - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
 
properties - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
 
properties - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
property - Variable in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
Property - Class in net.sf.mmm.util.xml.base.jaxb
This class represents a simple property as JAXB bean.
Property() - Constructor for class net.sf.mmm.util.xml.base.jaxb.Property
The constructor.
Property(String, String) - Constructor for class net.sf.mmm.util.xml.base.jaxb.Property
The constructor.
PROPERTY_JAVA_VM_NAME - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
The name of the system-property for the name of the JVM.
PROPERTY_OS_ARCHITECTURE - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
PROPERTY_OS_NAME - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
PROPERTY_OS_VERSION - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
PROPERTY_TMP_DIR - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The key of the system property "java.io.tmpdir".
PROPERTY_USER_HOME - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The key of the system property "user.home".
PropertyAccessor<POJO,VALUE> - Interface in net.sf.mmm.util.value.api
This is the interface for an accessor to a specific property of a typed object.
PropertyList - Class in net.sf.mmm.util.xml.base.jaxb
This class represents Properties as JAXB bean.
PropertyList() - Constructor for class net.sf.mmm.util.xml.base.jaxb.PropertyList
The constructor.
propertyList - Variable in class net.sf.mmm.util.xml.base.jaxb.PropertyList
 
propertyMap - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoDescriptorImpl
 
propertyType - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
 
propertyType - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
 
propertyType - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.AbstractPojoPropertyAccessorMethodLimited
 
propertyType - Variable in class net.sf.mmm.util.pojo.path.api.TypedProperty
 
propertyType - Variable in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
PROPORTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PROPORTIONAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
provider - Static variable in class net.sf.mmm.util.session.api.UserSessionAccess
 
providers - Variable in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
 
PUNCTUATION_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
put(Class<?>, E) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method registers the given element for the given type.
put(KEY, VALUE) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
put(E) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchyMap
This method puts the given element using its associated class.
put(Class<?>, E) - Method in class net.sf.mmm.util.collection.base.SimpleClassHierarchyMap
This method registers the given element for the given type.
put(Map<KEY, VALUE>, KEY, VALUE) - Static method in exception net.sf.mmm.util.nls.api.DuplicateObjectException
This method puts the given value into the given map using the given key.
put(Class<?>, ComposedValueConverterImpl.ComposedTargetTypeConverter<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
This method registers the given element for the given type.
put(String, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
This method binds the given value with the given id.
putAccessor(PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
This method puts the given accessor into this property-descriptor.
ATTENTION:
This method may only be used during creation and initialization of this object.
putAccessor(PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
This method puts the given accessor into this property-descriptor.
ATTENTION:
This method may only be used during creation and initialization of this object.
putAll(Map<? extends KEY, ? extends VALUE>) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
putPhase(Map<String, DevelopmentPhase>, String, DevelopmentPhase) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
This method puts the given phase in the given map using normalized variants of the given key.
putRecursive(Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchyMap
This method performs the put recursively.

Q

QUADRUPLE_INTEGRAL_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUADRUPLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUATERNION_INTEGRAL_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUESTION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The question mark sign used to terminate a question.
QUESTIONED_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QueueFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Queue.
QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The quotation mark sign used to enclose quotations.
quoteEnd - Variable in class net.sf.mmm.util.lang.base.StringSyntaxBean
 
quoteEscape - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
quoteEscapeLazy - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
quoteStart - Variable in class net.sf.mmm.util.lang.base.StringSyntaxBean
 

R

RADIX - Static variable in interface net.sf.mmm.util.entity.api.EntityId
This radix is used to convert numbers to/from strings.
RandomUuidFactory - Class in net.sf.mmm.util.uuid.base
This is an implementation of the UuidFactory interface that simply delegates to UUID.randomUUID().
RandomUuidFactory() - Constructor for class net.sf.mmm.util.uuid.base.RandomUuidFactory
The constructor.
range - Variable in class net.sf.mmm.util.validation.base.ValidatorRange
 
Range<V extends Comparable<V>> - Class in net.sf.mmm.util.value.api
This class represents a range of two values, minimum and maximum.
Range() - Constructor for class net.sf.mmm.util.value.api.Range
The constructor for serialization.
Range(V, V) - Constructor for class net.sf.mmm.util.value.api.Range
The constructor.
rank - Variable in class net.sf.mmm.util.collection.base.RankMap.Ranking
The ranking value.
RANK_BOM - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
The rank gain if a proper ByteOrderMark was detected.
RANK_UNACCEPTABLE - Static variable in class net.sf.mmm.util.collection.base.RankMap
The rank that represents an element that has been disqualified.
RANK_UTF16_SURROGATE - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
The rank gain if an UTF-16 surrogate pair was detected.
RANK_UTF8_SEQUNCE - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
The rank gain if a proper UTF-8 multi-byte sequence was detected.
ranking - Variable in class net.sf.mmm.util.text.base.HyphenationPatternPosition
The ranking a hyphenation at the represented HyphenationPatternPosition.index.
rankings - Variable in class net.sf.mmm.util.text.base.HyphenationState
RankMap<E> - Class in net.sf.mmm.util.collection.base
This class is like a Map that maps elements (<E>) to an int value that represents the rank of the according element.
This is useful for heuristic decisions where specific detections indicate a gain or loss of a specific element (representing a decision).
RankMap() - Constructor for class net.sf.mmm.util.collection.base.RankMap
The constructor.
RankMap.Ranking - Class in net.sf.mmm.util.collection.base
This inner class represents the RankMap.Ranking.rank of an element.
RankMap.Ranking() - Constructor for class net.sf.mmm.util.collection.base.RankMap.Ranking
 
RATIO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
rawType - Variable in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
 
RAWTYPES - Static variable in interface net.sf.mmm.util.lang.api.CompilerWarnings
Suppress warnings about types with generics used raw.
read() - Method in class net.sf.mmm.util.io.api.DevNullSource
read() - Method in class net.sf.mmm.util.io.api.DevZero
read(byte[], int, int) - Method in class net.sf.mmm.util.io.api.DevZero
read(Reader) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method reads the contents of the given reader into a string.
ATTENTION:
Only use this method if you know what you are doing.
read(char[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
read() - Method in class net.sf.mmm.util.io.base.FailingInputStream
read(byte[]) - Method in class net.sf.mmm.util.io.base.FailingInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.io.base.FailingInputStream
read(Reader) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method reads the contents of the given reader into a string.
ATTENTION:
Only use this method if you know what you are doing.
read() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.BufferInputStream
read() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
read(int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the number of next characters given by count and returns them as string.
read(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the number of next characters given by count and returns them as string.
read() - Method in class net.sf.mmm.util.xml.base.XmlInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.xml.base.XmlInputStream
read2Digits(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilLimitedImpl
This method reads two digits from the given scanner.
readDigit() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the next character if it is a digit.
readDigit() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the next character if it is a digit.
readDouble() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the double value (decimal number) starting at the current position by reading as many matching characters as available and returns its parsed value.
readDouble() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the double value (decimal number) starting at the current position by reading as many matching characters as available and returns its parsed value.
reader - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The Reader to delegate to.
readFloat() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the float value (decimal number) starting at the current position by reading as many matching characters as available and returns its parsed value.
readFloat() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the float value (decimal number) starting at the current position by reading as many matching characters as available and returns its parsed value.
reading - Variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
 
readLong(int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the long starting at the current position by reading as many Latin digits as available but at maximum the given maxDigits and returns its parsed value.
ATTENTION:
This method does NOT treat signs (+ or -) to do so, scan them yourself before and negate the result as needed.
readLong(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the long starting at the current position by reading as many Latin digits as available but at maximum the given maxDigits and returns its parsed value.
ATTENTION:
This method does NOT treat signs (+ or -) to do so, scan them yourself before and negate the result as needed.
readOnly - Variable in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
ReadOnlyException - Exception in net.sf.mmm.util.nls.api
A ReadOnlyException is thrown if the modification of something failed because it is read-only.
ReadOnlyException() - Constructor for exception net.sf.mmm.util.nls.api.ReadOnlyException
The constructor for de-serialization in GWT.
ReadOnlyException(Object) - Constructor for exception net.sf.mmm.util.nls.api.ReadOnlyException
The constructor.
ReadOnlyException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ReadOnlyException
The constructor.
ReadOnlyException(Throwable, Object) - Constructor for exception net.sf.mmm.util.nls.api.ReadOnlyException
The constructor.
ReadOnlyException(Throwable, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ReadOnlyException
The constructor.
ReadOnlyIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that gives a read-only view on an existing Iterator instance.
The design of the JDK sucks: if only Iterator would extend Enumeration the world could be so simple.
ReadOnlyIterator(Iterator<E>) - Constructor for class net.sf.mmm.util.collection.base.ReadOnlyIterator
The constructor.
readText(XMLStreamReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method reads the text at the current position of the given xmlReader.
If the xmlReader is pointing to XMLStreamConstants.START_ELEMENT or XMLStreamConstants.ATTRIBUTE all attributes are skipped before.
readText(XMLStreamReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method reads the text at the current position of the given xmlReader.
If the xmlReader is pointing to XMLStreamConstants.START_ELEMENT or XMLStreamConstants.ATTRIBUTE all attributes are skipped before.
readUntil(char, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given stop character or the end is reached.
After the call of this method, the current index will point to the next character after the (first) stop character or to the end if NO such character exists.
readUntil(char, boolean, char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given (un-escaped) stop character or the end is reached.
In advance to CharStreamScanner.readUntil(char, boolean), this method allows that the stop character may be used in the input-string by adding the given escape character.
readUntil(char, boolean, CharScannerSyntax) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
readUntil(char, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given stop character or the end is reached.
After the call of this method, the current index will point to the next character after the (first) stop character or to the end if NO such character exists.
readUntil(char, boolean, char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given (un-escaped) stop character or the end is reached.
In advance to CharStreamScanner.readUntil(char, boolean), this method allows that the stop character may be used in the input-string by adding the given escape character.
readUntil(char, boolean, CharScannerSyntax) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
readWhile(CharFilter) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter or to the end if NO such character exists.
readWhile(CharFilter, int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter.
readWhile(CharFilter) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter or to the end if NO such character exists.
readWhile(CharFilter, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter.
recognize(Object, PojoPath) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathRecognizer
This method is called to recognize the actualPojo.
recognize(Object, PojoPath) - Method in class net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
This method is called to recognize the actualPojo.
recognizer - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
ReflectionException - Exception in net.sf.mmm.util.reflect.api
A ReflectionException is thrown if an operation based on reflection failed.
ReflectionException(String, Object...) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
ReflectionException(Throwable, String, Object...) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
ReflectionException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(String) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(Throwable, String) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(NlsMessage) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
reflectionUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
reflectionUtil - Variable in class net.sf.mmm.util.cli.base.CliState
 
reflectionUtil - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
reflectionUtil - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
reflectionUtil - Variable in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
 
reflectionUtil - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
reflectionUtil - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
ReflectionUtil - Interface in net.sf.mmm.util.reflect.api
This is the interface for a collection of utility functions to deal with reflection.
reflectionUtil - Variable in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
 
reflectionUtil - Variable in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
reflectionUtil - Variable in class net.sf.mmm.util.value.base.AbstractValueConverter
 
reflectionUtil - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
ReflectionUtilImpl - Class in net.sf.mmm.util.reflect.base
This class is a collection of utility functions for dealing with reflection.
ReflectionUtilImpl() - Constructor for class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
The constructor.
ReflectionUtilLimited - Interface in net.sf.mmm.util.reflect.api
This is a limited subset of ReflectionUtil that is GWT compatible.
ReflectionUtilLimitedImpl - Class in net.sf.mmm.util.reflect.base
This is the implementation of the ReflectionUtilLimited interface.
ReflectionUtilLimitedImpl() - Constructor for class net.sf.mmm.util.reflect.base.ReflectionUtilLimitedImpl
The constructor.
refresh() - Method in interface net.sf.mmm.util.component.api.Refreshable
This method refreshes the given object.
refresh() - Method in interface net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolder
This method will reload the configuration if it has changed.
refresh() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method will reload the configuration if it has changed.
Refreshable - Interface in net.sf.mmm.util.component.api
This is the interface for an object that can be refreshed.
refreshableSet - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The Set of Refreshables.
refreshDelayInSeconds - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
refreshThread - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
RegexInfixPatternCompiler - Class in net.sf.mmm.util.pattern.base
This implementation of the PatternCompiler interface compiles the pattern given as string in a way similar to GNU-utilities like sed or grep.
RegexInfixPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
The constructor.
RegexInfixPatternCompiler(int) - Constructor for class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
The constructor.
RegexPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is the canonical implementation of the PatternCompiler interface.
RegexPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.RegexPatternCompiler
The constructor.
RegexPatternCompiler(int) - Constructor for class net.sf.mmm.util.pattern.base.RegexPatternCompiler
The constructor.
RegexStringTransformer - Class in net.sf.mmm.util.transformer.base
This class converts a string by matching a given regular expression Pattern and if it partially matches replacing the match(es) with a given replacement.
RegexStringTransformer() - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformer
The non-arg constructor.
NOTE:
This constructor should not be called directly! It is only intended for reflective access (e.g.
RegexStringTransformer(Pattern, String, boolean) - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformer
The constructor.
RegexStringTransformerRule - Class in net.sf.mmm.util.transformer.base
This class is a RegexStringTransformer that implements the StringTransformerRule interface by adding the stop-on-match flag.
RegexStringTransformerRule() - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
The non-arg constructor.
NOTE:
This constructor should not be called directly! It is only intended for reflective access (e.g.
RegexStringTransformerRule(Pattern, String, boolean, boolean) - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
The constructor.
register(Class<? extends NlsBundle>, NlsBundle) - Method in class net.sf.mmm.util.nls.impl.AbstractNlsBundleFactoryGwt
Registers the given bundle for the given bundleInterface.
registerAccessor(PojoDescriptorImpl<?>, PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method registers the given accessor for the given descriptor.
registerCollectionFactory(CollectionFactory) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory using its collection-interface.
registerCollectionFactory(CollectionFactory<? extends COLLECTION>, Class<COLLECTION>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory for the given collectionInterface.
registerDatatype(Class<?>) - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
This method registers a Datatype so it is recognized by AbstractDatatypeDetector.isDatatype(Class).
NOTE:
There is no need in registering Enum datatypes as they are detected as such automatically.
registerDatatype(String) - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
registerDefaultDatatypes() - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
Registers the default datatypes.
REGISTERED_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The symbol for a registered trademark.
registerEnum(Class<ENUM>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method registers the given enumClass as EnumDefinition.
registerEnumDefinition(AbstractEnumDefinition<?, ?>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method registers the given EnumDefinition.
registerFormatter(NlsFormatterPlugin<?>) - Method in class net.sf.mmm.util.nls.base.NlsFormatterMap
This method registers the given formatBuilder.
registerFormatter(NlsFormatter<?>, String, String) - Method in class net.sf.mmm.util.nls.base.NlsFormatterMap
This method registers the given formatBuilder.
registerFunction(PojoPathFunction, String) - Method in class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
This method registers the given function for the given functionName so it is available via DefaultPojoPathFunctionManager.getFunction(String).
registerJavaTimeDatatypes() - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
Called from AbstractDatatypeDetector.registerDefaultDatatypes() to add JSR310 datatypes.
registerJavaUtilDateCalendarDatatypes() - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
Called from AbstractDatatypeDetector.registerDefaultDatatypes() to add legacy Date and Calendar datatypes.
registerMapFactory(MapFactory) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory using its map-interface.
registerMapFactory(MapFactory<? extends MAP>, Class<MAP>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory for the given mapInterface.
registerNumberDatatypes() - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
registerProvider(DataResourceProvider<? extends DataResource>) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method registers the given provider.
registerProvider(DataResourceProvider<? extends DataResource>, String) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method registers the given provider for the given schemaPrefix.
REJECT_ALL_FILTER - Static variable in class net.sf.mmm.util.filter.base.ConstantFilter
 
release(ByteArray) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method is called when a ByteArray is wiped out of the chain.
release() - Method in class net.sf.mmm.util.io.impl.PooledByteArray
This method marks this array to be released.
release(E) - Method in interface net.sf.mmm.util.pool.api.Pool
This method releases the given element.
release(E) - Method in class net.sf.mmm.util.pool.base.AbstractNoPool
This method releases the given element.
release(E) - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method releases the given element.
released - Variable in class net.sf.mmm.util.io.impl.PooledByteArray
 
remove() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method will always throw an exception.
remove(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
remove() - Method in class net.sf.mmm.util.collection.base.ArrayIterator
remove() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method removes this node from the double linked list.
remove() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
remove(int) - Method in class net.sf.mmm.util.collection.base.CollectionList
remove(Object) - Method in class net.sf.mmm.util.collection.base.CollectionList
remove() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
remove() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
This method will always throw an exception.
remove() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
remove(long) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method removes the number of bytes given by byteCount from the stream starting at the current position.
remove(long) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method removes the number of bytes given by byteCount from the stream starting at the current position.
REMOVE - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for an accessor used to remove an item from a property with an container (array or Collection) type.
remove(Object, Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method removes the given item from the given arrayOrCollection.
remove(Object, Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method removes the given item from the given arrayOrCollection.
remove() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
REMOVE_ALL - Static variable in class net.sf.mmm.util.exception.api.ExceptionTruncation
Instance to remove all additional details.
REMOVE_NONE - Static variable in class net.sf.mmm.util.exception.api.ExceptionTruncation
Instance to remove no additional details.
REMOVE_STACKTRACE_AND_SUPPRESSED - Static variable in class net.sf.mmm.util.exception.api.ExceptionTruncation
Instance to remove stacktrace and suppressed.
removeCachedPath(String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method removes a AbstractPojoPathNavigator.CachingPojoPath from the cache.
removeCause - Variable in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
removeChild(CHILD) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method removes the given child from the children of this GenericTreeNode.
removeChild(int) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method removes the child from the children of this GenericTreeNode at the given index.
removeChildren(Element) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method removes all child nodes of the given node.
removeChildren(Element) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method removes all child nodes of the given node.
removeDetails(Throwable, ExceptionTruncation) - Static method in class net.sf.mmm.util.nls.api.ThrowableHelper
 
removeListener(L) - Method in interface net.sf.mmm.util.event.api.EventSource
This method removes a listener.
removeListener(L) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method removes a listener.
removePropertyItem(POJO, String, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method removes the given item from an array or Collection using the remove property with the given propertyName from the given pojo accessor.
removePropertyItem(POJO, String, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method removes the given item from an array or Collection using the remove property with the given propertyName from the given pojo accessor.
removeRefreshable(Refreshable) - Method in interface net.sf.mmm.util.component.api.PeriodicRefresher
This method removes the given refreshable from this PeriodicRefresher.
removeRefreshable(Refreshable) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method removes the given refreshable from this PeriodicRefresher.
removeStacktrace - Variable in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
removeSuppressed - Variable in class net.sf.mmm.util.exception.api.ExceptionTruncation
 
removeValidator(ValueValidator<? super V>) - Method in interface net.sf.mmm.util.validation.api.HasValueValidators
This method removes the given ValueValidator from this object.
ATTENTION:
Having dynamic validators is an exotic case that should be avoided.
removeVariable(String) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method removes (unsets) the variable specified by variableName.
removeVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method removes (unsets) the variable specified by variableName.
replace(char[], char, char) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method replaces all occurrences of oldChar in the char-array given by string with newChar.
replace(String, String, String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method replaces all occurrences of the string match with the string replace in the given string.
replace(char[], char, char) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method replaces all occurrences of oldChar in the char-array given by string with newChar.
replace(String, String, String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method replaces all occurrences of the string match with the string replace in the given string.
replaceAll - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
replacement - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
REPLACEMENT_CHARACTER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
replaceSuffixWithCase(String, int, String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
replaceSuffixWithCase(String, int, String, Locale) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method replaces the last suffixLength number of characters from string with the lower-case string newSuffixLowerCase with respect to the original case of the given string.
Here are some examples for Locale.ENGLISH:
stringsuffixLengthnewSuffixLowerCaseStringUtil.replaceSuffixWithCase(String, int, String) foobar 3 foo foofoo FOOBAR 3 foo FOOFOO FooBar 3 foo FooFoo FooBar 2 foo FooBfoo
replaceSuffixWithCase(String, int, String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
replaceSuffixWithCase(String, int, String, Locale) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method replaces the last suffixLength number of characters from string with the lower-case string newSuffixLowerCase with respect to the original case of the given string.
Here are some examples for Locale.ENGLISH:
stringsuffixLengthnewSuffixLowerCaseStringUtil.replaceSuffixWithCase(String, int, String) foobar 3 foo foofoo FOOBAR 3 foo FOOFOO FooBar 3 foo FooFoo FooBar 2 foo FooBfoo
requestBundlesAsynchron(Runnable, String...) - Method in interface net.sf.mmm.util.nls.api.NlsResourceBundleRequestor
This method requests a number of ResourceBundles by their base-name.
requestBundlesAsynchron(Runnable, String...) - Method in class net.sf.mmm.util.nls.impl.DefaultNlsResourceBundleRequestor
This method requests a number of ResourceBundles by their base-name.
require(EnumDefinition<?, ?>...) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method triggers that the given EnumDefinitions are available.
require(Runnable, EnumDefinition<?, ?>...) - Method in interface net.sf.mmm.util.lang.api.EnumProvider
This method triggers that the given EnumDefinitions are available.
require(EnumDefinition<?, ?>...) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider
This method triggers that the given EnumDefinitions are available.
require(Runnable, EnumDefinition<?, ?>...) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProviderSynchronous
This method triggers that the given EnumDefinitions are available.
require(Runnable, EnumDefinition<?, ?>...) - Method in class net.sf.mmm.util.lang.base.SimpleEnumProvider
This method triggers that the given EnumDefinitions are available.
require(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method verifies that the expected string gets consumed from this scanner with respect to ignoreCase.
require(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method verifies that the current character is equal to the given expected character.
If the current character was as expected, the parser points to the next character.
require(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method verifies that the current character is equal to the given expected character.
If the current character was as expected, the parser points to the next character.
require(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method verifies that the expected string gets consumed from this scanner with respect to ignoreCase.
requireCompleted() - Method in class net.sf.mmm.util.date.api.TimeMeasure
requireCurrentMode(CliState) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
REQUIRED_FORMAT_COMPARATOR - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The format of a comparator.
REQUIRED_FORMAT_CONDITION - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The format of a condition.
REQUIRED_FORMAT_SEGMENTS - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The format of the segments.
REQUIRED_LOOKAHEAD - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The required lookahead size.
REQUIRED_PRECISION - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The maximum delta allowed for NumberTypeImpl.valueOf(Number, boolean).
requireFirstChildElement(Element, String) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method requires the first child-element of the given element with the specified tagName.
requireFirstChildElement(Element, String) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method requires the first child-element of the given element with the specified tagName.
requireInitilized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method checks that this state has already been initialized.
Requirement - Annotation Type in net.sf.mmm.util.lang.api
This annotation is used to associate code with requirements.
requireMode(String, Object) - Method in class net.sf.mmm.util.cli.base.CliState
This method is like CliClassContainer.getMode(String) but also handles the case that a CliMode may be undefined.
requireNotInitilized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method checks that this state has NOT yet been initialized.
requireVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given type.
requireVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given type.
requireVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given type.
reset() - Method in class net.sf.mmm.util.io.base.FailingInputStream
reset(E) - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method resets the given element so it can be reused.
reset(byte[]) - Method in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
This method resets the given element so it can be reused.
reset(char[]) - Method in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
This method resets the given element so it can be reused.
reset(int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method clears this buffer.
resolve(String, Class) - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
resolve(String, Class) - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
resolveClass(String) - Method in interface net.sf.mmm.util.reflect.api.ClassResolver
This method resolves the class with the given name.
resolveClass(String) - Method in class net.sf.mmm.util.reflect.base.MappedClassResolver
This method resolves the class with the given name.
resolved - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
 
resolveEntity(String) - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method resolves the given entity.
E.g.
resolveEntity(String) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method resolves the given entity.
E.g.
resolveEntity(String) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method resolves an HTML entity given by entityName.
resolveEntity(String) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method resolves an HTML entity given by entityName.
resolveInclude() - Method in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
This method is called when an include tag of the XInclude namespace was started.
resolver - Variable in class net.sf.mmm.util.nls.base.NlsWriter
resolveTemplate(String) - Method in interface net.sf.mmm.util.nls.api.NlsTemplateResolver
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
This may happen via a reverse lookup from AbstractResourceBundle(s).
resolveTemplate(String) - Method in class net.sf.mmm.util.nls.base.NoTemplateResolver
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
This may happen via a reverse lookup from AbstractResourceBundle(s).
resolveTemplate(NlsReversedResourceBundle, String) - Method in class net.sf.mmm.util.nls.impl.AbstractResourceBundleNlsTemplateResolver
This method resolves the NlsTemplate from the given NlsReversedResourceBundle.
resolveTemplate(String, NlsReversedResourceBundle...) - Method in class net.sf.mmm.util.nls.impl.AbstractResourceBundleNlsTemplateResolver
This method resolves the NlsTemplate from the given array of bundles.
resolveTemplate(String) - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
This may happen via a reverse lookup from AbstractResourceBundle(s).
resolveTemplate(String) - Method in class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
This may happen via a reverse lookup from AbstractResourceBundle(s).
resolveTypeVariable(TypeVariable<?>, GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method resolves the given typeVariable in the context of the given declaringType.
resource - Variable in class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The resource pointing to the main document.
ResourceAmbiguousException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if a unique resource is required but multiple instances have been found.
ResourceAmbiguousException() - Constructor for exception net.sf.mmm.util.component.api.ResourceAmbiguousException
The constructor for de-serialization in GWT.
ResourceAmbiguousException(String) - Constructor for exception net.sf.mmm.util.component.api.ResourceAmbiguousException
The constructor.
ResourceAmbiguousException(String, String...) - Constructor for exception net.sf.mmm.util.component.api.ResourceAmbiguousException
The constructor.
resourceBundle - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
resourceBundle - Variable in class net.sf.mmm.util.nls.impl.NlsReversedResourceBundleImpl
 
ResourceBundleControlUtf8 - Class in net.sf.mmm.util.nls.base
Adds UTF-8 support for ResourceBundle *.properties files.
ResourceBundleControlUtf8() - Constructor for class net.sf.mmm.util.nls.base.ResourceBundleControlUtf8
The constructor.
ResourceBundleControlUtf8WithNlsBundleSupport - Class in net.sf.mmm.util.nls.base
Extends ResourceBundleControlUtf8 with support for NlsBundle to prevent exception overhead.
ResourceBundleControlUtf8WithNlsBundleSupport() - Constructor for class net.sf.mmm.util.nls.base.ResourceBundleControlUtf8WithNlsBundleSupport
The constructor.
resourceBundleFinder - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
resourceBundleFinder - Variable in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
ResourceBundleSynchronizer - Class in net.sf.mmm.util.nls.base
This class can be used to create and update the localized bundles (properties) from an AbstractResourceBundle .
It is a main-program.
ResourceBundleSynchronizer() - Constructor for class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The constructor.
ResourceBundleSynchronizer.NlsBundleContainer - Class in net.sf.mmm.util.nls.base
This inner class is a container for ResourceBundle or NlsBundle.
ResourceBundleSynchronizer.NlsBundleContainer(ResourceBundle) - Constructor for class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
The constructor.
ResourceBundleSynchronizer.NlsBundleContainer(Class<? extends NlsBundle>) - Constructor for class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer.NlsBundleContainer
The constructor.
ResourceCollector - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ResourceVisitor interface that collects the names of all resources accepted by a given filter in a Set.
ResourceCollector(Set<DataResource>, Filter<String>) - Constructor for class net.sf.mmm.util.reflect.base.ResourceCollector
The constructor.
resourceFactory - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
resourceLocator - Variable in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
The resource locator.
ResourceMissingException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if a resource is required but is NOT available.
ResourceMissingException() - Constructor for exception net.sf.mmm.util.component.api.ResourceMissingException
The constructor for de-serialization in GWT.
ResourceMissingException(String) - Constructor for exception net.sf.mmm.util.component.api.ResourceMissingException
The constructor.
ResourceMissingException(String, Throwable) - Constructor for exception net.sf.mmm.util.component.api.ResourceMissingException
The constructor.
ResourceNameCollector - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ResourceVisitor interface that collects the names of all resources accepted by a given filter in a Set.
ResourceNameCollector(Set<String>, Filter<String>) - Constructor for class net.sf.mmm.util.reflect.base.ResourceNameCollector
The constructor.
ResourceNotAvailableException - Exception in net.sf.mmm.util.resource.api
This exception is thrown if a resource was requested that is NOT available.
ResourceNotAvailableException(String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
The constructor.
ResourceNotAvailableException(Throwable, String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
The constructor.
ResourceNotWritableException - Exception in net.sf.mmm.util.resource.api
This exception is thrown if a resource should be written that is read-only or NOT writable for any other reason.
ResourceNotWritableException(String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotWritableException
The constructor.
ResourceNotWritableException(Throwable, String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotWritableException
The constructor.
resourceSet - Variable in class net.sf.mmm.util.reflect.base.ResourceCollector
Set to collect resource-names.
resourceSet - Variable in class net.sf.mmm.util.reflect.base.ResourceNameCollector
Set to collect resource-names.
ResourceUri - Interface in net.sf.mmm.util.resource.api
This interface represents an URI pointing to the location of a DataResource.
ResourceUriImpl - Class in net.sf.mmm.util.resource.base
This is the implementation of the ResourceUri interface.
ResourceUriImpl(String) - Constructor for class net.sf.mmm.util.resource.base.ResourceUriImpl
The constructor.
ResourceUriImpl(String, String) - Constructor for class net.sf.mmm.util.resource.base.ResourceUriImpl
The constructor.
ResourceUriUndefinedException - Exception in net.sf.mmm.util.resource.api
This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g.
ResourceUriUndefinedException(String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
The constructor.
ResourceUriUndefinedException(Throwable, String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
The constructor.
ResourceVisitor - Interface in net.sf.mmm.util.reflect.base
This is the interface for a visitor of resources by their absolute classpath.
rest - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
result - Variable in class net.sf.mmm.util.date.api.TimeMeasure
The TimeMeasure.Result if TimeMeasure.duration time has been set and measure is completed or null if still in progress.
result - Variable in class net.sf.mmm.util.filter.base.PatternFilterRule
 
retrievalClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
retrievalClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
returnType - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
 
reverse - Variable in class net.sf.mmm.util.nls.base.AbstractResourceBundle
REVERSE_SOLIDUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The reverse solidus or backslash sign.
REVERSED_ANGLE_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_DOUBLE_STROKE_NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_EMPTY_SET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_SEMICOLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_TILDE_EQUALS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
revision - Variable in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
 
revision - Variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 
revision - Variable in class net.sf.mmm.util.transferobject.api.EntityTo
 
revision - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
RevisionedEntity<ID> - Interface in net.sf.mmm.util.entity.api
This is the interface for a GenericEntity that is (potentially) revision-controlled.
RIGHT_ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_BRACKET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_VARIANT_WITH_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_WITH_ARC - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_WITH_DOWNWARDS_ZIGZAG_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ARC_GREATER_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_CEILING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The right/closing curly brace.
RIGHT_DOUBLE_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_DOUBLE_ARROW_WITH_ROUNDED_HEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_DOUBLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_FLOOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_NORMAL_FACTOR_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The right/closing parenthesis.
RIGHT_POINTING_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The right/closing double angle quotation mark.
RIGHT_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SIDE_ARC_CLOCKWISE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SINGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The right/closing square bracket.
RIGHT_SQUARE_BRACKET_WITH_TICK_IN_BOTTOM_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET_WITH_TICK_IN_TOP_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TRIANGLE_ABOVE_LEFT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_WHITE_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_WHITE_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_WHITE_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_ABOVE_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_FROM_BAR_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_OVER_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_DOTTED_STEM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_LOOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_PLUS_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW_WITH_VERTICAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_OVER_LEFTWARDS_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_ABOVE_LEFTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_BELOW_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LEFTWARDS_HARPOON_WITH_BARB_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_ABOVE_RIGHTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UPWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_OPEN_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_SQUIGGLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TRIPLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TRIPLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_ARROW_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_TRIPLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_WAVE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
RING_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_IN_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
rootPath - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The root path.
rootPath - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The root path.
RULE_DELAYED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
rules - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
the rules
RULES - Static variable in class net.sf.mmm.util.text.base.EnglishSingularizer
 
rules - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain
The rules of this chain.
run(CliModeObject) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method is called after the options are parsed and injected.
run(String...) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method should be invoked from the static main-method.
run(CliModeObject) - Method in class net.sf.mmm.util.cli.api.AbstractVersionedMain
This method is called after the options are parsed and injected.
run() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
runAndExit(String...) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method delegates to AbstractMain.run(String...) and then calls System.exit(int) with the returned exit code.
runDefaultMode() - Method in class net.sf.mmm.util.cli.api.AbstractVersionedMain
This method is called from AbstractVersionedMain.run(CliModeObject) if the program is executed in default mode.
runDefaultMode() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method is called from AbstractVersionedMain.run(CliModeObject) if the program is executed in default mode.
RuntimeIoException - Exception in net.sf.mmm.util.io.api
RuntimeIoException() - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(IoMode) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable, IoMode) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(NlsMessage) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.

S

saveXml(T, DataResource) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method saves the given jaxbBean as XML to the given outputStream.
ATTENTION:
The caller of this method has to close the outputStream.
saveXml(T, OutputStream) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method saves the given jaxbBean as XML to the given outputStream.
ATTENTION:
The caller of this method has to close the outputStream.
saveXml(T, String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method saves the given jaxbBean as XML to the given locationUrl.
schema2providerMap - Variable in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
 
SCHEME_PATTERN - Static variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
SCHEME_PREFIX - Static variable in class net.sf.mmm.util.resource.base.ClasspathResource
The scheme-prefix for this type of DataResource.
SCHEME_PREFIX - Static variable in class net.sf.mmm.util.resource.base.FileResource
The scheme-prefix for this type of BrowsableResource.
SCHEME_PREFIX_FTP - Static variable in class net.sf.mmm.util.resource.base.UrlResource
The scheme-prefix for FTP.
SCHEME_PREFIX_HTTP - Static variable in class net.sf.mmm.util.resource.base.UrlResource
The scheme-prefix for HTTP.
SCHEME_PREFIX_HTTPS - Static variable in class net.sf.mmm.util.resource.base.UrlResource
The scheme-prefix for HTTPS.
schemePrefix - Variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
 
SCRIPT_CAPITAL_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_F - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
search() - Method in interface net.sf.mmm.util.search.api.SearchQuery
This method performs the actual search to get the SearchResult.
SearchCriteria - Interface in net.sf.mmm.util.search.api
This is the interface for a transfer-object with the criteria for a search query.
SearchQuery<HIT> - Interface in net.sf.mmm.util.search.api
This interface represents a search query that is supposed to be created from particular SearchCriteria.
ATTENTION:
This is a stateful object and therefore NOT thread-safe.
SearchResult<HIT> - Interface in net.sf.mmm.util.search.api
This is the interface for the result of a query for SearchCriteria.
SearchResultBean<HIT> - Class in net.sf.mmm.util.search.base
This is the implementation of SearchResult.
SearchResultBean() - Constructor for class net.sf.mmm.util.search.base.SearchResultBean
The constructor.
SearchResultBean(List<HIT>, int) - Constructor for class net.sf.mmm.util.search.base.SearchResultBean
The constructor.
searchTimeout - Variable in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
SearchTimeoutException - Exception in net.sf.mmm.util.search.api
This is the exception thrown if an operation (typically a query) in the persistence exceeded a configured timeout.
This typically means that the end-user should refine his query and rerun the search.
SearchTimeoutException() - Constructor for exception net.sf.mmm.util.search.api.SearchTimeoutException
The constructor.
SECTION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The section or paragraph sign.
Security - Interface in net.sf.mmm.util.lang.api.concern
This interface is used to document the concern security and track special support that we offer for this purpose.
SecurityErrorUserException - Exception in net.sf.mmm.util.security.api
This exception is thrown if an operation or invocation failed due to security restrictions.
SecurityErrorUserException() - Constructor for exception net.sf.mmm.util.security.api.SecurityErrorUserException
The constructor.
SecurityErrorUserException(Throwable) - Constructor for exception net.sf.mmm.util.security.api.SecurityErrorUserException
The constructor.
SecurityErrorUserException(SecurityErrorUserException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.security.api.SecurityErrorUserException
The copy constructor.
seek(long, DetectorStreamBufferImpl.SeekMode) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method removes or skips the given number of bytes.
seekCount - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
seekMode - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
segment - Variable in class net.sf.mmm.util.pojo.path.api.TypedProperty
 
segment - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
SEGMENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
segmentIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
segmentPadding - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The padding for segments.
segments - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The segments
segments - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The parsed segments of the message pattern.
segments - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
segmentSeparator - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The separator for segments.
SEMICOLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The semi-colon sign used as separator for various cases (e.g.
separateCharacter - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
SEPARATOR - Static variable in interface net.sf.mmm.util.entity.api.EntityId
the delimiter used in the string representations of an id
SEPARATOR - Static variable in interface net.sf.mmm.util.nls.api.NlsResourceLocator
The separator used for locale-infixes.
SEPARATOR - Static variable in interface net.sf.mmm.util.pojo.path.api.PojoPropertyPath
The character that separates the segments of a PojoPath.
separator - Variable in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
 
SEPARATOR_CHAR - Static variable in interface net.sf.mmm.util.entity.api.EntityId
The delimiter used in the string representations of an id.
SEPARATOR_FILTER - Static variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
A CharFilter that accepts common separators.
SEPARATORS - Static variable in class net.sf.mmm.util.lang.base.StringUtilImpl
 
sequence - Variable in class net.sf.mmm.util.lang.base.SequenceCharIterator
 
SequenceCharIterator - Class in net.sf.mmm.util.lang.base
This is an implementation of the CharIterator interface that simply iterates a given CharSequence.
SequenceCharIterator(CharSequence) - Constructor for class net.sf.mmm.util.lang.base.SequenceCharIterator
The constructor.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliArgumentMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliArgumentReferenceMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliModeUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionDuplicateException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMisplacedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMissingValueException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliParameterListEmptyException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliParserExcepiton
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.AbstractHashKey
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.CollectionList
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.CustomHashKey
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.HashKey
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.collection.base.NodeCycleException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.SortedProperties
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.AlreadyInitializedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.NotInitializedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.ResourceAmbiguousException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.ResourceMissingException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.component.base.AbstractLoggableHttpServlet
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.date.api.IllegalDateFormatException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.AbstractEntityId
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.AbstractGenericEntity
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.entity.base.EntityIdImpl
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileAlreadyExistsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileAttributeModificationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileCreationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileDeletionFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileNotExistsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.io.api.BufferExceedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.io.api.RuntimeIoException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.io.api.StreamClosedException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.AbstractDatatype
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.AbstractEqualsChecker
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.AbstractSimpleDatatype
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.AbstractSimpleDatatypeBase
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.EqualsCheckerIsEqual
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.EqualsCheckerIsSame
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.HashCodeFunctionDefault
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.api.HashCodeFunctionSystemIdentity
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.AbstractErrorMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.AbstractMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.AbstractSimpleEnumDefinition
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.BooleanEnumDefinition
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.EnumEnumDefinition
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.EnumEnumType
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.EqualsCheckerArray
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.EqualsCheckerCollection
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.ErrorMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.InformationMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.lang.base.WarningMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.logging.impl.GwtLogger
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.math.api.NumberConversionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.BusinessErrorUserException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ComposedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.DuplicateObjectException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.DuplicateObjectUserException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.GenericSerializableException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.IllegalCaseException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsClassCastException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsIllegalStateException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsNullPointerException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsParseException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsRuntimeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsRuntimeWrapperException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ObjectDisposedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ObjectMismatchException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ObjectNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ObjectNotFoundUserException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ReadOnlyException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsTemplate
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.ComposedNlsMessage
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.NlsMessagePlain
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.NlsTemplateImpl
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.base.NlsTemplateImplWithMessage
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceNoElseConditionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceOnlyElseConditionException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.nls.impl.NlsMessageImpl
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathUnsafeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.base.PojoPathCachingDisabledException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.AccessFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.AnnotationNotForTargetException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.AnnotationNotRuntimeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.InstantiationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.InvocationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.ReflectionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.TypeNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.base.ContainerGrowthException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.base.UnknownCollectionInterfaceException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.resource.api.ResourceNotWritableException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.search.api.SearchTimeoutException
UID for serialization..
serialVersionUID - Static variable in class net.sf.mmm.util.search.base.AbstractSearchCriteria
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.search.base.SearchResultBean
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.security.api.SecurityErrorUserException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.AbstractTransferObject
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.CompositeTo
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.transferobject.api.EntityTo
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.validation.api.ValidationErrorUserException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.validation.base.AbstractValidationFailure
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.validation.base.ComposedValidationFailure
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.validation.base.SimpleValidationFailure
Deprecated.
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.validation.base.ValidationFailureImpl
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.value.api.Range
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueConvertException
UID for serialization
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueNotSetException
uid for serialization
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.WrongValueTypeException
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.xml.api.XmlException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.xml.api.XmlGenericException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.xml.base.XmlInvalidException
UID for serialization.
set(int, E) - Method in class net.sf.mmm.util.collection.base.CollectionList
set(Object, int, Object) - Static method in class net.sf.mmm.util.lang.base.Array
 
SET - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for a regular setter of a property.
set(IN, String, VALUE, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method sets the given value for the given actual Pojo.
After this method has been successfully invoked, the method get should return the same value for identical arguments.
set(Object, String, PojoPathMode, PojoPathContext, Object) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method sets the given value for the given pojoPath in the given pojo using the given mode and context.
set(Map<String, Object>, String, VALUE, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractMapPojoPathFunction
This method sets the given value for the given actual Pojo.
After this method has been successfully invoked, the method get should return the same value for identical arguments.
set(IN, String, VALUE, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method sets the given value for the given actual Pojo.
After this method has been successfully invoked, the method get should return the same value for identical arguments.
set(Object, String, PojoPathMode, PojoPathContext, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the given value for the given pojoPath in the given pojo using the given mode and context.
set(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the single segment of the given currentPath from the Pojo given by parentPojo.
set(Object, int, Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>, int) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>, int) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the given item at the given index in arrayOrCollection.
SET_INDEXED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArgMode
SET_MAPPED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArgMode
The mode for the setter of a mapped property.
SET_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
setAcceptChar(char) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
setAcceptStatic(boolean) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
setAccessorBuilders(Collection<PojoPropertyAccessorBuilder<?>>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method sets the accessor-builders.
setAdditionalConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the additional converter .
setAdditionalFunctionManager(PojoPathFunctionManager) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the additional function-manager.
setAlignment(HorizontalAlignment) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the alignment.
setAllValues(List<?>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumProvider.EnumContainer
 
setAltQuote(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method sets both the alt-quote-start and alt-quote-end character.
setAltQuoteEnd(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method sets the alt-quote-end character.
setAltQuoteEscape(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setAltQuoteEscapeLazy(boolean) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setAltQuoteStart(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setAnnotationUtil(AnnotationUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setApplicationContext(ApplicationContext) - Method in class net.sf.mmm.util.component.impl.SpringContainerBean
setArgumentFormatter(NlsArgumentFormatter) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setArgumentParser(NlsArgumentParser) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setArguments(Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method sets the arguments.
setBasicUtil(BasicUtil) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method sets the BasicUtil.
setBits(int, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets or unsets the flags given by bitMask in this mask according to the given flag.
setBorderLeft(String) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the left border string.
setBorderRight(String) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the right border string.
setBundleClass(Class<?>) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
setBundleClasses(List<Class<?>>) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the bundle-classes.
setBundleFactory(NlsBundleFactory) - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method sets (overrides) the default NlsBundleFactory.
WARNING:
This is only a back-door for simple applications or test situations.
setBundleHelper(NlsBundleHelper) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setByteArrayPool(ByteArrayPool) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method sets the ByteArrayPool to use.
setByteArrayPool(Pool<byte[]>) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method sets the byte-array-pool.
setCache(Map<Object, Object>) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the cache.
setCachedPath(String, AbstractPojoPathNavigator.CachingPojoPath) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method stored a AbstractPojoPathNavigator.CachingPojoPath in the cache.
setCachingDisabled() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method disables further caching.
setCause(Throwable, Throwable) - Method in class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
 
setCdataCloseCount(int) - Method in class net.sf.mmm.util.xml.api.ParserState
 
setCharArrayPool(Pool<char[]>) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method sets the char-array-pool.
setCheckComments(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the CollectionFactoryManager instance to use.
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
setCommentChar(char) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
setComplete(boolean) - Method in class net.sf.mmm.util.search.base.SearchResultBean
 
setCompleted() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method sets the completed-flag.
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method sets (injects) the composedValueConverter.
setConfiguration(ExtendedPojoDescriptorDependenciesImpl) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
setContext(ApplicationContext) - Method in class net.sf.mmm.util.component.impl.AbstractSpringContainer
 
setConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setConverters(List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
This method injects a List of ValueConverters to use as default.
setConverters(List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method injects a List of ValueConverters to add.
setCurrentIndex(int) - Method in interface net.sf.mmm.util.io.api.ByteArrayBuffer
This method sets the currentIndex.
setCurrentIndex(int) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method sets the currentIndex.
setCurrentIndex(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method sets the current index.
setCurrentMode(String, CliModeObject) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method sets current mode and mode-option.
setDatePattern(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setDefaultConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverterFactory
 
setDefaultFormatter(VersionIdentifierFormatter) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
setDenyChar(char) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
setDependencies(NlsDependencies) - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
 
setDependencies(PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method sets the dependencies.
setDependencies(ExtendedPojoDescriptorDependenciesImpl) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
setDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method sets the descriptor-builder to use.
setDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
 
setDescriptorEnhancer(PojoDescriptorEnhancer) - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
 
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method sets the documentBuilderFactory.
setDone() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method sets the done flag.
setEncoding(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the encoding.
setEnforceSerializableForClient(boolean) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
setEntityEnd(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setEntityStart(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setEnvironment(Environment) - Method in class net.sf.mmm.util.lang.base.EnvironmentDetectorSpringProfileImpl
 
setEnvironmentDetector(EnvironmentDetector) - Method in class net.sf.mmm.util.exception.base.ExceptionUtilImpl
 
setErrStream(OutputStream) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setEscape(char) - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
 
setExecutable(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the executable flag of this this mask for ALL access-classes to the given value ( executable).
setExecutable(FileAccessClass, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the executable flag of this this mask for the given fileModeClass to the given value ( executable).
setExecutor(Executor) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
setExecutor(Executor) - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method sets the executor to use.
setExecutor(Executor) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method sets the executor.
setExecutor(Executor) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method sets the executor.
setExtraDatatypes(List<String>) - Method in class net.sf.mmm.util.lang.base.AbstractDatatypeDetector
Adds a list of additional datatypes to register.
SetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Set.
setFactory(NlsMessageFactory) - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method sets (overrides) the NlsMessageFactory.
setFactory(UuidFactory) - Static method in class net.sf.mmm.util.uuid.api.UuidAccess
This method sets (overrides) the UuidFactory.
setFieldIntrospector(PojoFieldIntrospector) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method sets the field-introspector.
setFieldValue(Field, Throwable, Object) - Method in class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
 
setFileUtil(FileUtil) - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
 
setFileUtil(FileUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method set the FileUtil to use.
setFiller(char) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the filler.
setFlag(FileAccessClass, int, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the flag(s) given by bitMask of this this mask for the given fileModeClass to the given value (flag).
setFormatter(Formatter<TYPE>) - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
 
setFormatterMap(NlsFormatterMap) - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
 
setFormatters(List<? extends NlsFormatterPlugin<?>>) - Method in class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
This method allows to inject the formatters to register.
setFunctionManager(PojoPathFunctionManager) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the function-manager used for global PojoPathFunctions.
setFunctionMap(Map<String, PojoPathFunction>) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
 
setFunctions(List<PojoPathNamedFunction>) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
This method sets a List of named functions to be registered in this manager.
setGroup(String) - Method in class net.sf.mmm.util.file.base.FileAttributes
 
setGroups(Class<?>[]) - Method in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
 
setHitOffset(int) - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
setHits(List<HIT>) - Method in class net.sf.mmm.util.search.base.SearchResultBean
 
setHyphenatorBuilder(HyphenatorBuilder) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
 
setId(ID) - Method in interface net.sf.mmm.util.entity.api.MutableGenericEntity
This method sets the ID of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing.
setId(ID) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
This method sets the ID of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing.
setId(ID) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteId
This method sets the ID of this object.
ATTENTION:
An ID should typically NOT be changed after it has been assigned once.
setId(ID) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method sets the ID of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing.
setInAttribute(char) - Method in class net.sf.mmm.util.xml.api.ParserState
 
setIndent(String) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the indent.
setIndent(boolean) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
setIndentationMode(TextColumnInfo.IndentationMode) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the indentation-mode.
setInitialized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method sets the state to initialized.
ATTENTION:
You need to call InitializationState.setInitializing() before you invoke this method!
setInitializing() - Method in class net.sf.mmm.util.component.base.InitializationState
This method sets the state to initializing.
setInList(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object, int) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the single segment of the given currentPath from the array or List given by parentPojo.
setInPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the single segment of the given currentPath from the Pojo given by parentPojo.
setInPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method sets the single segment of the given currentPath from the Pojo given by parentPojo.
setInstance(AbstractPojoDescriptorBuilderFactory) - Static method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
 
setInStream(InputStream) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractNlsFormatterDateIso8601
 
setIso8601Util(Iso8601UtilLimited) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setIso8601Util(Iso8601UtilLimited) - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method sets the Iso8601Util.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
setJoinCData(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setJoinComment(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setJoinText(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setJustificationBuilder(JustificationBuilder) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
 
setKeepStreamsOpen(boolean) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setKey(String) - Method in class net.sf.mmm.util.xml.base.jaxb.Property
 
setLineSeparator(String) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
setLineSeparator(String) - Method in class net.sf.mmm.util.text.api.TextTableInfo
This method sets the line-separator.
setLineWrapper(LineWrapper) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setLocale(Locale) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
This method sets the locale to use.
setLocale(Locale) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteLocale
This method sets the locale to the given value.
setLocale(Locale) - Method in interface net.sf.mmm.util.session.api.MutableUserSession
 
setLocale(Locale) - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
setLocale(Locale) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the locale.
setLocales(String[]) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the locales.
setLocales(Locale...) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the locales.
setMaskBits(int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the bitwise encoded mask.
setMathUtil(MathUtilLimited) - Method in class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
 
setMathUtil(MathUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method set the MathUtil to use.
setMaximumHitCount(Integer) - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
setMaximumIndex(int) - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method sets the maximumIndex.
setMaximumIndex(int) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method sets the maximumIndex.
setMaximumListGrowth(int) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the maximumListGrowth.
setMaximumValue(VALUE) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteMaximumValue
This method sets the maximum value of this object.
ATTENTION:
Changing the maximum value dynamically can invalidate the current value.
setMessageFactory(NlsMessageFactory) - Method in class net.sf.mmm.util.nls.impl.NlsBundleFactoryImpl
 
setMessageFormatterFactory(NlsMessageFormatterFactory) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setMethodIntrospector(PojoMethodIntrospector) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method sets the method-introspector.
setMinimumValue(VALUE) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteMinimumValue
This method sets the minimum value of this object.
ATTENTION:
Changing the minimum value dynamically can invalidate the current value.
setModificationCounter(int) - Method in interface net.sf.mmm.util.entity.api.MutableGenericEntity
This method sets the modification counter of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing as this attribute is managed by the persistence.
setModificationCounter(int) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
This method sets the modification counter of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing as this attribute is managed by the persistence.
setModificationCounter(int) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method sets the modification counter of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing as this attribute is managed by the persistence.
setNewline(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setNext(NODE) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method sets the next node.
setNlsBundles(List<ResourceBundle>) - Method in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
 
setNlsDependencies(NlsDependencies) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method sets the NlsDependencies to use.
setNlsMessageFactory(NlsMessageFactory) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setNlsTemplateResolver(NlsTemplateResolver) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setNormalizeSpaces(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setOmitChars(char...) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the characters to omit.
setOptionsComplete() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method sets the options-complete flag to true.
setOutStream(OutputStream) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setParent(PARENT) - Method in class net.sf.mmm.util.collection.base.AbstractGenericTreeNode
This method sets the parent of this GenericTreeNode.
setParent(AbstractPojoPathNavigator.CachingPojoPath) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
setPath(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the base-path.
setPermissions(File, FileAccessPermissions) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method sets the permissions of the given file.
ATTENTION:
This operation is only available since java 6.
setPermissions(FileAccessPermissions) - Method in class net.sf.mmm.util.file.base.FileAttributes
 
setPermissions(File, FileAccessPermissions) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method sets the permissions of the given file.
ATTENTION:
This operation is only available since java 6.
setPhaseMap(Map<String, DevelopmentPhase>) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
setPhasePrefixSet(Set<String>) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
setPojo(Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method sets the pojo-instance.
setPojoClass(Class<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method sets the pojo-class.
setPojoDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
setPojoDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method sets the PojoDescriptorBuilder instance to use.
setPojoDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
 
setPojoDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method sets the PojoDescriptorBuilderFactory instance to use.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the PojoFactory to use.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the pojo-factory.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method sets the PojoFactory instance to used to create new instances of POJOs.
setPojoType(GenericType<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method sets the pojo-type.
setPrevious(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method sets the previous node.
setProcessorFactoryList(List<DetectorStreamProcessorFactory>) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method sets the complete List of DetectorStreamProcessorFactory-instances.
setProcessorImplementation(Class<DetectorStreamProcessor>) - Method in class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
 
setProperties(Properties) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the properties.
setProperty(POJO, String, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method sets the given value for the property with the given property of the given pojo.
setProperty(POJO, TypedProperty<V>, V) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method sets the value of the specified property in a type-safe way.
setProperty(POJO, String, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method sets the given value for the property with the given property of the given pojo.
setProperty(POJO, TypedProperty<V>, V) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method sets the value of the specified property in a type-safe way.
setPropertyItem(POJO, String, int, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method sets the given item at the given index in the list-like property with the given propertyName of the given pojo using the indexed setter accessor.
setPropertyItem(POJO, String, int, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method sets the given item at the given index in the list-like property with the given propertyName of the given pojo using the indexed setter accessor.
setPropertyList(List<Property>) - Method in class net.sf.mmm.util.xml.base.jaxb.PropertyList
 
setPropertyValue(Object, String, Object) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method sets the value of the specified property.
E.g.
setPropertyValue(Object, TypedProperty<V>, V) - Method in interface net.sf.mmm.util.reflect.api.PojoUtilLimited
This method sets the value of the specified property.
setProvider(UserSessionProvider) - Static method in class net.sf.mmm.util.session.api.UserSessionAccess
 
setProviders(List<DataResourceProvider<? extends DataResource>>) - Method in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
This method sets the List of providers to register.
setQuote(char) - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
This method sets both the quote-start and quote-end character.
setQuoteEnd(char) - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
 
setQuoteEscape(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setQuoteEscapeLazy(boolean) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setQuoteStart(char) - Method in class net.sf.mmm.util.lang.base.StringSyntaxBean
 
setReadable(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the readable flag of this this mask for ALL access-classes to the given value ( readable).
setReadable(FileAccessClass, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the readable flag of this this mask for the given fileModeClass to the given value ( readable).
setReadOnly(boolean) - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
setRecognizer(PojoPathRecognizer) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the recognizer.
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.nls.impl.NlsResourceBundleLocatorImpl
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterFactoryImpl
 
setRefreshDelayInSeconds(int) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method sets the refresh-delay in seconds.
setResourceBundleFinder(NlsResourceBundleLocator) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setResourceBundleFinder(NlsResourceBundleLocator) - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
setResourceFactory(BrowsableResourceFactory) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
setResourceLocator(NlsResourceLocator) - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
 
setRevision(Number) - Method in interface net.sf.mmm.util.entity.api.MutableRevisionedEntity
This method sets the revision of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing as this attribute is managed by the persistence.
setRevision(Number) - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
This method sets the revision of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing as this attribute is managed by the persistence.
setRevision(Number) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
This method sets the revision of this entity.
ATTENTION:
This operation should only be used in specific cases and if you are aware of what you are doing as this attribute is managed by the persistence.
setSearchTimeout(Long) - Method in class net.sf.mmm.util.search.base.AbstractSearchCriteria
 
setSetgid(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the setuid flag to the given value setuid.
setSetuid(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the setuid flag to the given value setuid.
setSingularizer(Singularizer) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method injects the Singularizer.
setStandardError(Appendable) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method sets the standard error.
setStandardOutput(Appendable) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method sets the standard output.
setState(InitializationState) - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
setState(InitializationState) - Method in class net.sf.mmm.util.cli.base.CliModeContainer
 
setStaxUtil(StaxUtil) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
setStaxUtil(StaxUtil) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
setSticky(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the sticky flag to the given value sticky.
setStreamUtil(StreamUtil) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method sets the stream-util.
setStringHasher(StringHasher) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
setStringRepresentation(String) - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
 
setStringRepresentation(String) - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method sets the StringUtil.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method sets the StringUtil to use.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method sets the StringUtil to use.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method sets the StringUtil to use.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
setSuppressed(Throwable, List<Throwable>) - Method in class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
 
setTagStartIndex(int) - Method in class net.sf.mmm.util.xml.api.ParserState
 
setTemplateResolver(NlsTemplateResolver) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
setTemplateResolver(NlsTemplateResolver) - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method sets (overrides) the default NlsTemplateResolver.
setTemporaryDirectoryPath(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method sets the tmp directory.
setter - Variable in class net.sf.mmm.util.cli.base.CliParameterContainer
 
setTextIndex(int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
setTitle(TITLE) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteTitle
This method sets the title of this object.
setTransformerFactory(TransformerFactory) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method sets the transformerFactory.
setTransformers(List<StringTransformerChain>) - Method in class net.sf.mmm.util.transformer.base.StringTransformerList
 
setUnacceptable() - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
setUnacceptable(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method ranks the given element as unacceptable.
setUser(String) - Method in class net.sf.mmm.util.file.base.FileAttributes
 
setUser(Principal) - Method in interface net.sf.mmm.util.session.api.MutableUserSession
Sets the current user.
setUser(Principal) - Method in class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
Sets the current user.
setUserHomeDirectoryPath(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method set the users home directory.
setUserLogin(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
 
setValue(String) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method sets the value given as string.
setValue(String) - Method in interface net.sf.mmm.util.cli.base.CliValueContainer
This method sets the value given as string.
setValue(String) - Method in class net.sf.mmm.util.cli.base.CliValueContainerObject
This method sets the value given as string.
setValue(V) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method sets the value.
setValue(VALUE) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteValue
This method sets the value.
setValue(TYPE) - Method in class net.sf.mmm.util.lang.api.GenericBean
This method sets the value.
setValue(POJO, VALUE) - Method in interface net.sf.mmm.util.value.api.PropertyAccessor
This method sets the value of the property represented by this PropertyAccessor in the given element.
setValue(POJO, VALUE) - Method in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
This method sets the value of the property represented by this PropertyAccessor in the given element.
setValue(String) - Method in class net.sf.mmm.util.xml.base.jaxb.Property
 
setValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the value-converter used by default.
setValueConverter(StringValueConverter) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
setValueEntry(String, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method is like AbstractCliValueContainerContainer.setValue(String) but for a single entry.
setValueEntry(String, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
This method is like AbstractCliValueContainerContainer.setValue(String) but for a single entry.
setValueEntry(String, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.CliValueContainerMap
This method is like AbstractCliValueContainerContainer.setValue(String) but for a single entry.
setValueInternal(String, char, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method parses container value as from a single argument and sets it as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method sets the container value as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.CliValueContainerArray
This method sets the container value as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
This method sets the container value as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.CliValueContainerMap
This method sets the container value as new object.
setVariable(String, Object) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method sets the variable specified by variableName to the given value.
setVariable(Object) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method sets the variable given by value.
setVariable(String, Object) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method sets the variable specified by variableName to the given value.
setVariable(Object) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method sets the variable given by value.
setVisibility(VisibilityModifier) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
This method sets the visibility.
setWidth(int) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
setWidth(int) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
 
setWidth(int) - Method in class net.sf.mmm.util.text.api.TextTableInfo
 
setWidth(int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
setWrapChars(char...) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the wrap characters.
setWritable(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the writable flag of this this mask for ALL access-classes to the given value ( writable).
setWritable(FileAccessClass, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the writable flag of this this mask for the given fileModeClass to the given value ( writable).
setXIncludeAware(boolean) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
setXmlInputFactory(XMLInputFactory) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
setXmlOutputFactory(XMLOutputFactory) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method sets the XML-output-factory.
shiftMask(FileAccessClass, int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method shifts the given bitMask according to the given fileModeClass.
SHORT - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
SHORT_DOWN_TACK_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SHORT_UP_TACK_ABOVE_SHORT_DOWN_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SHORT_UP_TACK_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
shutdown - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
Signature - Class in net.sf.mmm.util.reflect.api
This class represents a "method signature".
Signature(Class<?>...) - Constructor for class net.sf.mmm.util.reflect.api.Signature
The constructor.
Signature(Method) - Constructor for class net.sf.mmm.util.reflect.api.Signature
The constructor.
Signature(Object...) - Constructor for class net.sf.mmm.util.reflect.api.Signature
The constructor.
signature - Variable in class net.sf.mmm.util.reflect.api.Signature
the wrapped signature
SIMILAR_ABOVE_GREATER_THAN_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SIMILAR_ABOVE_LESS_THAN_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SIMILAR_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SIMILAR_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SimpleCharScannerSyntax - Class in net.sf.mmm.util.scanner.base
This class is a simple container for the special characters of a syntax to scan.
SimpleCharScannerSyntax() - Constructor for class net.sf.mmm.util.scanner.base.SimpleCharScannerSyntax
The constructor.
SimpleClassHierarchyMap<E> - Class in net.sf.mmm.util.collection.base
This is a simple implementation of AbstractClassHierarchyMap.
SimpleClassHierarchyMap() - Constructor for class net.sf.mmm.util.collection.base.SimpleClassHierarchyMap
The constructor.
SimpleClassHierarchyMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.SimpleClassHierarchyMap
The constructor.
SimpleDatatype<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a simple Datatype, that can be represented by a single standard value.
A legal implementation should have a Constructor that is compatible with SimpleDatatype.getValue().
SimpleDetectorStreamProcessorFactory - Class in net.sf.mmm.util.io.base
This is a simple implementation of the DetectorStreamProcessorFactory interface.
SimpleDetectorStreamProcessorFactory() - Constructor for class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
The constructor.
SimpleDetectorStreamProcessorFactory(Class<? extends DetectorStreamProcessor>) - Constructor for class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
The constructor.
SimpleEnumProvider - Class in net.sf.mmm.util.lang.base
This is a simple implementation of EnumProvider.
SimpleEnumProvider() - Constructor for class net.sf.mmm.util.lang.base.SimpleEnumProvider
The constructor.
SimpleExecutor - Class in net.sf.mmm.util.concurrent.base
This is a very simple implementation of the Executor interface.
SimpleExecutor() - Constructor for class net.sf.mmm.util.concurrent.base.SimpleExecutor
The constructor.
SimpleExecutor(ThreadFactory) - Constructor for class net.sf.mmm.util.concurrent.base.SimpleExecutor
The constructor.
SimpleGenericTypeImpl<T> - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the GenericType interface for a simple Class.
SimpleGenericTypeImpl(Class<T>) - Constructor for class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The constructor.
SimpleGenericTypeLimited<T> - Class in net.sf.mmm.util.reflect.base
This is a very simple implementation of GenericType that is GWT compatible and therefore limited to core features.
SimpleGenericTypeLimited(Class<T>) - Constructor for class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
The constructor.
SimpleGenericValueConverter - Interface in net.sf.mmm.util.value.api
This is the interface for a SimpleValueConverter that is generic and can convert from Object to Object.
SimpleGenericValueConverterImpl - Class in net.sf.mmm.util.value.base
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
SimpleGenericValueConverterImpl() - Constructor for class net.sf.mmm.util.value.base.SimpleGenericValueConverterImpl
The constructor.
simpleName - Variable in class net.sf.mmm.util.reflect.api.ClassName
 
SimpleNlsFormatter<O> - Class in net.sf.mmm.util.nls.base
This is an abstract base implementation of NlsFormatter based on Formatter.
SimpleNlsFormatter() - Constructor for class net.sf.mmm.util.nls.base.SimpleNlsFormatter
The constructor.
SimplePojoFactory - Class in net.sf.mmm.util.pojo.base
This is the simplest implementation of the PojoFactory interface.
It uses Class.newInstance() to create new instances.
SimplePojoFactory() - Constructor for class net.sf.mmm.util.pojo.base.SimplePojoFactory
 
SimpleStringHasher - Class in net.sf.mmm.util.text.base
This is a simple, inefficient implementation of StringHasher that is compatible to String.hashCode().
SimpleStringHasher() - Constructor for class net.sf.mmm.util.text.base.SimpleStringHasher
The constructor.
SimpleValidationFailure - Class in net.sf.mmm.util.validation.base
Deprecated.
- use ValidationFailureImpl instead.
SimpleValidationFailure() - Constructor for class net.sf.mmm.util.validation.base.SimpleValidationFailure
Deprecated.
The constructor for de-serialization in GWT.
SimpleValidationFailure(String, Object, String) - Constructor for class net.sf.mmm.util.validation.base.SimpleValidationFailure
Deprecated.
The constructor.
SimpleValidationFailure(String, Object, NlsMessage) - Constructor for class net.sf.mmm.util.validation.base.SimpleValidationFailure
Deprecated.
The constructor.
SimpleValueConverter<SOURCE,TARGET> - Interface in net.sf.mmm.util.value.api
This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
ATTENTION:
An implementation of this interface should be stateless and thread-safe.
SimpleValueConverterIdentity<V> - Class in net.sf.mmm.util.value.base
This is an implementation of SimpleValueConverter that returns the unmodified value (identity conversion).
SimpleValueConverterIdentity() - Constructor for class net.sf.mmm.util.value.base.SimpleValueConverterIdentity
The constructor.
SINE_WAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_HIGH_REVERSED_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_LEFT_POINTING_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_LOW_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_RIGHT_POINTING_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SingleElementIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that iterates a single element.
SingleElementIterator(E) - Constructor for class net.sf.mmm.util.collection.base.SingleElementIterator
The constructor.
singularizer - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
The singularizer.
Singularizer - Interface in net.sf.mmm.util.text.api
This is the interface for a translation of a term given in plural form to the according singular form.
SIX_POINTED_BLACK_STAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
size() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
size() - Method in class net.sf.mmm.util.collection.base.AppendingList
size - Variable in class net.sf.mmm.util.pool.base.AbstractPool
The actual size (number of elements in AbstractPool.pool).
skip(long) - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method skips the number of bytes given by byteCount.
skip(long) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method skips the number of bytes given by byteCount in the stream starting at the current position.
skip() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method skips all bytes available in this buffer.
skip(long) - Method in class net.sf.mmm.util.io.base.FailingInputStream
skip(long) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method skips the number of bytes given by byteCount.
skip(long) - Method in class net.sf.mmm.util.io.impl.BufferInputStream
skip(long) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method skips the number of bytes given by byteCount.
skip(long) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method skips the number of bytes given by byteCount in the stream starting at the current position.
skip() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method skips all bytes available in this buffer.
skip(long) - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method skips the number of bytes given by byteCount.
skip(long) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
skipOpenElement(XMLStreamReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method skips all events until the current element (tag) is closed.
You can use this method if you hit an element you want to ignore.
skipOpenElement(XMLEventReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method skips all events until the current element (tag) is closed.
skipOpenElement(XMLStreamReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method skips all events until the current element (tag) is closed.
You can use this method if you hit an element you want to ignore.
skipOpenElement(XMLEventReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method skips all events until the current element (tag) is closed.
skipOver(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given substring has been detected.
After the call of this method, the current index will point to the next character after the first occurrence of substring or to the end of the string if the given substring was NOT found.
skipOver(String, boolean, CharFilter) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given substring has been detected.
If a stop character is detected by the given stopFilter this method returns false pointing to the character next to that stop character.
skipOver(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given substring has been detected.
After the call of this method, the current index will point to the next character after the first occurrence of substring or to the end of the string if the given substring was NOT found.
skipOver(String, boolean, CharFilter) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given substring has been detected.
If a stop character is detected by the given stopFilter this method returns false pointing to the character next to that stop character.
skipUntil(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method skips all next characters until the given stop character or the end is reached.
skipUntil(char, char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
skipUntil(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method skips all next characters until the given stop character or the end is reached.
skipUntil(char, char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
skipWhile(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are identical to the character given by c.
E.g.
skipWhile(CharFilter) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter or to the end if NO such character exists.
skipWhile(CharFilter, int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter.
skipWhile(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are identical to the character given by c.
E.g.
skipWhile(CharFilter) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter or to the end if NO such character exists.
skipWhile(CharFilter, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
After the call of this method, the current index will point to the next character that was NOT accepted by the given filter.
SLANTED_EQUAL_TO_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLANTED_EQUAL_TO_OR_GREATER_THAN_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLANTED_EQUAL_TO_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLANTED_EQUAL_TO_OR_LESS_THAN_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLOPING_LARGE_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLOPING_LARGE_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_CONTAINS_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_CONTAINS_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_ELEMENT_OF_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_ELEMENT_OF_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALLER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALLER_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMASH_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SNAPSHOT - Static variable in class net.sf.mmm.util.cli.api.AbstractVersionedMain
The version if NOT available from Manifest.
SNAPSHOT - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The default indicator for a snapshot version.
snapshot - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
snapshotCount - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
Counter for snapshot indicator in format pattern.
SOFT_HYPHEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The soft hyphen that indicates a word-wrap position (for hyphenation).
SOLIDUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The slash sign also commonly used for divisions (where actually UnicodeUtil.DIVISION_SIGN shall be used).
SOLIDUS_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SortedMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of SortedMap.
SortedProperties - Class in net.sf.mmm.util.collection.base
This class extends Properties and makes them sorted by their keys.
SortedProperties() - Constructor for class net.sf.mmm.util.collection.base.SortedProperties
The constructor.
SortedProperties(Properties) - Constructor for class net.sf.mmm.util.collection.base.SortedProperties
The constructor.
SortedSetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of SortedSet.
SortOrder - Enum in net.sf.mmm.util.lang.api
This enum contains the possible values for the sort order of a list.
SortOrder(String, String) - Constructor for enum net.sf.mmm.util.lang.api.SortOrder
The constructor.
sortPatterns(HyphenationPattern[]) - Static method in class net.sf.mmm.util.text.base.HyphenatorImpl
This method sorts the given patterns according to the length of their word-part.
SOUND_RECORDING_COPYRIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
source - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
The source to read from (to copy).
source - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
The source to read from (to copy).
source - Variable in class net.sf.mmm.util.lang.base.AbstractMessage
 
source - Variable in class net.sf.mmm.util.validation.base.ValidatorCompare
 
sourceClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
sourceSuffix - Variable in class net.sf.mmm.util.text.base.SuffixTransformerRule
 
sourceWriter - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
 
SOUTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_EAST_ARROW_AND_SOUTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_EAST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_EAST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_ARROW_AND_NORTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The regular whitespace character used to separate words.
spaceFilter - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
SpaceNormalizingCharIterator - Class in net.sf.mmm.util.lang.base
This is an implementation of the CharIterator interface that adapts a CharIterator such that spaces are normalized.
SpaceNormalizingCharIterator(CharIterator) - Constructor for class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
The constructor.
SpaceNormalizingCharIterator(CharIterator, CharFilter, boolean) - Constructor for class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
The constructor.
SPHERICAL_ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SPRING_XML_CONTENT_PARSER - Static variable in interface net.sf.mmm.util.component.base.SpringConfigs
The Spring XML configuration of mmm-content-parser.
SPRING_XML_SEARCH - Static variable in interface net.sf.mmm.util.component.base.SpringConfigs
The Spring XML configuration of mmm-search (and mmm-search-engine).
SPRING_XML_SEARCH_INDEXER - Static variable in interface net.sf.mmm.util.component.base.SpringConfigs
The Spring XML configuration of mmm-search-indexer.
SPRING_XML_UTIL_CORE - Static variable in interface net.sf.mmm.util.component.base.SpringConfigs
The Spring XML configuration of mmm-util-core.
SpringConfigs - Interface in net.sf.mmm.util.component.base
This type is a collection of spring XML configuration files for the entire project.
SpringContainer - Class in net.sf.mmm.util.component.impl
This is a simple implementation of the IocContainer using spring.
ATTENTION:
Please check your dependencies as spring is an optional dependency in mmm-util-core.
SpringContainer() - Constructor for class net.sf.mmm.util.component.impl.SpringContainer
The constructor.
SpringContainer(String...) - Constructor for class net.sf.mmm.util.component.impl.SpringContainer
The constructor.
SpringContainer(ConfigurableApplicationContext) - Constructor for class net.sf.mmm.util.component.impl.SpringContainer
The constructor.
SpringContainerBean - Class in net.sf.mmm.util.component.impl
This is the implementation of IocContainer that itself is a spring-bean that can be injected.
SpringContainerBean() - Constructor for class net.sf.mmm.util.component.impl.SpringContainerBean
The constructor.
SpringContainerPool - Class in net.sf.mmm.util.component.impl
This is just an ugly static pool used to simplify testing.
SpringContainerPool() - Constructor for class net.sf.mmm.util.component.impl.SpringContainerPool
The constructor.
SQUARE_CAP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_CUP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_IMAGE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_IMAGE_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_ORIGINAL_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_ORIGINAL_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_ROOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_FALLING_DIAGONAL_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_RISING_DIAGONAL_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
standardError - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
standardOutput - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
STAR_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
start - Variable in class net.sf.mmm.util.date.api.TimeMeasure
The start time.
start - Variable in class net.sf.mmm.util.lang.base.CharSubSequence
the start position of the sub-sequence
START_EXPRESSION - Static variable in interface net.sf.mmm.util.nls.api.NlsArgumentParser
The character used to start a variable expression: 123
startDocument(ValidationEventHandler) - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
startDocument(ValidationEventHandler) - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
startIndex - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
The start-index in CharSequenceScanner.chars.
startIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
startNode - Variable in class net.sf.mmm.util.collection.base.NodeCycle
 
startup() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method will initialize and startup this refresher.
state - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
state - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
 
state - Variable in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
state - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
state - Variable in class net.sf.mmm.util.component.base.InitializationState
This field holds the atomic state of this object.
STATE_DETACHED - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
If detach is called on a managed entity, its state changes to detached.
STATE_INITIALIZED - Static variable in class net.sf.mmm.util.component.base.InitializationState
STATE_INITIALIZING - Static variable in class net.sf.mmm.util.component.base.InitializationState
STATE_MANAGED - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
A GenericEntity becomes managed when it is persisted or in case it is directly retrieved from the persistent store (database).
STATE_NEW - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
A GenericEntity is in the new (or transient) state when it is manually created via its constructor (using new).
STATE_REMOVED - Static variable in interface net.sf.mmm.util.entity.api.PersistenceEntity
If remove is called on a managed entity, its state changes to removed and the entity will be deleted from the persistent store whenever the transaction is committed.
STATE_UNINITIALIZED - Static variable in class net.sf.mmm.util.component.base.InitializationState
stateClass - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
StaticFormatter<V> - Class in net.sf.mmm.util.lang.base
This is an implementation of Formatter that always formats to a static string.
StaticFormatter(String) - Constructor for class net.sf.mmm.util.lang.base.StaticFormatter
The constructor.
staxUtil - Variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
StaxUtil - Interface in net.sf.mmm.util.xml.api
This is the interface for a collection of utility functions that help to deal with the StAX API (JSR 173).
staxUtil - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
StaxUtilImpl - Class in net.sf.mmm.util.xml.base
This utility class contains methods that help to work with the StAX API (JSR 173).
StaxUtilImpl() - Constructor for class net.sf.mmm.util.xml.base.StaxUtilImpl
The constructor.
stepBack() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method decrements the index by one.
stop() - Method in interface net.sf.mmm.util.concurrent.api.Stoppable
This method stops the task.
stop() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method stops the task.
stop() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
This method stops the task.
stop - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain.State
true if the chain should be stopped, false otherwise.
stopIndex - Variable in class net.sf.mmm.util.collection.base.ArrayIterator
The index where iteration stops.
stopOnMatch - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
 
Stoppable - Interface in net.sf.mmm.util.concurrent.api
This is the interface for some object that represents a task that can be stopped.
stopped - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
 
str - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
StreamClosedException - Exception in net.sf.mmm.util.io.api
A StreamClosedException is thrown if a stream is used that has already been closed.
StreamClosedException() - Constructor for exception net.sf.mmm.util.io.api.StreamClosedException
The constructor.
streamPosition - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
StreamReaderProxy - Class in net.sf.mmm.util.xml.base
This is an implementation of XMLStreamReader interface that adapts an XMLStreamReader.
StreamReaderProxy() - Constructor for class net.sf.mmm.util.xml.base.StreamReaderProxy
The constructor.
StreamReaderProxy(XMLStreamReader) - Constructor for class net.sf.mmm.util.xml.base.StreamReaderProxy
The constructor.
streamUtil - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
StreamUtil - Interface in net.sf.mmm.util.io.api
This is the interface for a collection of utility functions that help to deal with InputStreams, OutputStreams, Readers and Writers.
Information:
Whenever the javadoc of a method specifies that an object (stream, reader or writer) is closed, then this means that it will be closed on successful return of the method as well as in an exceptional state.
streamUtil - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl
 
StreamUtilImpl - Class in net.sf.mmm.util.io.base
This is the implementation of the StreamUtil interface.
StreamUtilImpl() - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl
The constructor.
StreamUtilImpl.AbstractAsyncTransferrer - Class in net.sf.mmm.util.io.base
This is the abstract base class for the Callable that transfers data of streams or readers/writers.
StreamUtilImpl.AbstractAsyncTransferrer() - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
 
StreamUtilImpl.AsyncTransferrerImpl - Class in net.sf.mmm.util.io.base
This is the default implementation of the AsyncTransferrer interface.
StreamUtilImpl.AsyncTransferrerImpl(StreamUtilImpl.BaseTransferrer<?>) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.AsyncTransferrerImpl
The constructor.
StreamUtilImpl.BaseTransferrer<BUFFER> - Class in net.sf.mmm.util.io.base
This is an abstract implementation of the AsyncTransferrer interface, that implements Runnable defining the main flow.
StreamUtilImpl.BaseTransferrer(TransferCallback, boolean) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
The constructor.
StreamUtilImpl.ReaderTransferrer - Class in net.sf.mmm.util.io.base
This inner class is used to transfer a Reader to a Writer.
StreamUtilImpl.ReaderTransferrer(Reader, Writer, boolean, TransferCallback) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
The constructor.
StreamUtilImpl.StreamTransferrer - Class in net.sf.mmm.util.io.base
This inner class is used to transfer an InputStream to an OutputStream.
StreamUtilImpl.StreamTransferrer(InputStream, OutputStream, boolean, TransferCallback) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
The constructor.
string - Variable in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
 
string - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The string to be tokenized
string - Variable in class net.sf.mmm.util.lang.base.StaticFormatter
 
StringHasher - Interface in net.sf.mmm.util.text.api
This is the interface for a hashing algorithm for strings (in form of char[] or CharSequence.
ATTENTION:
The implementation may NOT be compatible to String.hashCode().
stringHasher - Variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
stringRepresentation - Variable in enum net.sf.mmm.util.version.api.DevelopmentPhase
 
stringRepresentation - Variable in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
 
StringSyntax - Interface in net.sf.mmm.util.lang.api
This interface defines the syntax for a decoding and encoding values from/to String.
StringSyntaxBean - Class in net.sf.mmm.util.lang.base
This is the implementation of StringSyntax as simple Java bean.
StringSyntaxBean() - Constructor for class net.sf.mmm.util.lang.base.StringSyntaxBean
The constructor.
StringSyntaxBean(char) - Constructor for class net.sf.mmm.util.lang.base.StringSyntaxBean
The constructor.
StringSyntaxBean(char, char) - Constructor for class net.sf.mmm.util.lang.base.StringSyntaxBean
The constructor.
StringSyntaxBean(char, char, char) - Constructor for class net.sf.mmm.util.lang.base.StringSyntaxBean
The constructor.
StringTokenizer - Class in net.sf.mmm.util.lang.api
This is a rewrite of the awkward StringTokenizer provided by the JDK.
StringTokenizer(String, char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTokenizer(String, String) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTokenizer(String, String, String, char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor that allows escaping.
StringTokenizer(char[], String, String, char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTokenizer(char[], char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTransformerChain - Class in net.sf.mmm.util.transformer.base
This class represents a Transformer for Strings that is build out of a list of rules.
StringTransformerChain() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain
The non-arg constructor.
NOTE:
This constructor should not be called directly! It is only intended for reflective access (e.g.
StringTransformerChain(StringTransformerRule...) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain
The constructor.
StringTransformerChain(String, StringTransformerChain, StringTransformerRule...) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain
The constructor.
StringTransformerChain.State - Class in net.sf.mmm.util.transformer.base
This inner class contains the state of a transformation.
StringTransformerChain.State() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain.State
The constructor.
StringTransformerChainXmlParser - Class in net.sf.mmm.util.transformer.base
Deprecated.
- use JAXB directly:
 JAXBContext context = JAXBContext.newInstance(StringTransformerList.class);
 StringTransformerList chains = (StringTransformerList) context.createUnmarshaller().unmarshal(source);
 
StringTransformerChainXmlParser() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The constructor.
StringTransformerChainXmlParser(DomUtil) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The constructor.
StringTransformerChainXmlParser(DomUtil, PatternCompiler) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The constructor.
StringTransformerList - Class in net.sf.mmm.util.transformer.base
This is a JAXB-ready Container for Transformers.
StringTransformerList() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerList
The constructor.
StringTransformerRule - Interface in net.sf.mmm.util.transformer.api
This is the interface for a Transformer of Strings that is typically used as part of a StringTransformerChain.
stringUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
stringUtil - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
StringUtil - Interface in net.sf.mmm.util.lang.api
This is the interface for a collection of utility functions that help with String handling and manipulation.
stringUtil - Variable in class net.sf.mmm.util.text.base.HyphenationState
The StringUtil to use.
stringUtil - Variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
stringUtil - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
 
stringUtil - Variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
stringUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
 
stringUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToEnum
 
stringUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToString
 
stringUtil - Variable in class net.sf.mmm.util.version.impl.AbstractVersionIdentifierFormatterNumber
The StringUtil instance.
stringUtil - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The StringUtil instance.
stringUtil - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl
 
StringUtilImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of StringUtil.
StringUtilImpl() - Constructor for class net.sf.mmm.util.lang.base.StringUtilImpl
The constructor.
StringValueConverter - Interface in net.sf.mmm.util.value.api
This is a sub-interface of GenericValueConverter for the most common value type String.
StringValueConverterImpl - Class in net.sf.mmm.util.value.base
This is the implementation of StringValueConverter.
StringValueConverterImpl() - Constructor for class net.sf.mmm.util.value.base.StringValueConverterImpl
The constructor.
style - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
STYLE_CURRENCY - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_FULL - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_INTEGER - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_ISO_8601 - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_LONG - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_MEDIUM - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_PERCENT - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_SHORT - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
subFormatters - Variable in class net.sf.mmm.util.lang.base.ComposedFormatter
 
subFormatters - Variable in class net.sf.mmm.util.lang.base.ComposedLocalizableFormatter
 
subSequence(int, int) - Method in class net.sf.mmm.util.lang.base.AbstractCharSequence
subSequence(int, int) - Method in class net.sf.mmm.util.lang.base.CharSubSequence
subsequentNewlineCount - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
SUBSET_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_ABOVE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_ABOVE_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_OR_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_WITH_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_WITH_MULTIPLICATION_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_WITH_PLUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
substring(int, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
succeed() - Method in class net.sf.mmm.util.date.api.TimeMeasure
This method is to be called once after the operation(s) to measure has successfully completed.
SUCCEEDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_NOT_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_SINGLE_LINE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
suffix - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The suffix (last segment) of the pattern.
SUFFIX_CLASS - Static variable in class net.sf.mmm.util.reflect.base.ClassNameCollector
Suffix for classes as resource.
SuffixTransformerRule - Class in net.sf.mmm.util.text.base
This is a simple implementation of the TransformerRule.
SuffixTransformerRule(String, String) - Constructor for class net.sf.mmm.util.text.base.SuffixTransformerRule
The constructor.
superClass - Variable in class net.sf.mmm.util.reflect.base.AssignableFromFilter
The class
superDescriptor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
 
superDescriptorBlockGenerated - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
 
superPropertyDescriptorBlockGenerated - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
 
superPropertyVariableDeclated - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
 
SUPERSCRIPT_ONE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A small superscript variant of 1.
SUPERSCRIPT_THREE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A small superscript variant of 3 e.g for cubic.
SUPERSCRIPT_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A small superscript variant of 2 e.g for the square.
SUPERSET_ABOVE_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_ABOVE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_ABOVE_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_BESIDE_AND_JOINED_BY_DASH_WITH_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_BESIDE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_OR_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_WITH_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_WITH_MULTIPLICATION_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_WITH_PLUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
superType - Variable in class net.sf.mmm.util.pojo.descriptor.impl.rebind.PojoDescriptorGenerator.StatefulPropertyGenerator
 
suppressedField - Variable in class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
 
SURFACE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
surrogates - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The last EncodingUtilImpl.Surrogates for each of the positions modulo 4.
SWUNG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
sync(AbstractByteArrayBufferBuffer) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method synchronizes the buffer with the given master.
synchronize(ResourceBundleSynchronizer.NlsBundleContainer) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method synchronizes (creates or updates) the localized bundles (properties).
synchronize(ResourceBundleSynchronizer.NlsBundleContainer, String, String, String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
syntax - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The syntax of the option.
SYNTAX - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsMessageFormatter
The syntax of the message-format patterns.
SYSTEM_DEFAULT_ENCODING - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The default encoding used by this JVM as fallback if no explicit encoding is specified.
SYSTEM_PROPERTY_LINE_SEPARATOR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
SYSTEM_TYPE_BSD - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a BSD operating system (freeBSD, openBSD, etc.).
SYSTEM_TYPE_LINUX - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a distribution of Linux (android, ubuntu, kubuntu, debian, openSUSE, gentoo, fedora, mandriva, etc.).
SYSTEM_TYPE_MAC_IOS - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a variant of Apples operating system ("Mac OS", "Mac OS X" or any variant of "iOS").
SYSTEM_TYPE_MAINFRAIME - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for operating systems dedicated for mainframe machines ([Open]VMS, z/OS, BS2000, OS/360, OS/390, etc.).
SYSTEM_TYPE_OTHER - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for anything else that is not further classified.
SYSTEM_TYPE_UNIX - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for Unix explicitly excluding Mac OS, BSD-systems and Linux.
SYSTEM_TYPE_WINDOWS - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a variant of Microsoft Windows (including mobile variants).
systemArchitecture - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
SystemInformation - Interface in net.sf.mmm.util.lang.api
This is the interface for a data-object containing structured of an operating system.
systemInformation - Variable in class net.sf.mmm.util.lang.base.SystemUtilImpl
 
SystemInformationImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the SystemInformation interface.
SystemInformationImpl() - Constructor for class net.sf.mmm.util.lang.base.SystemInformationImpl
The constructor.
SystemInformationImpl(String, String, String) - Constructor for class net.sf.mmm.util.lang.base.SystemInformationImpl
The constructor.
SystemInformationImpl(String, String, String, String, boolean) - Constructor for class net.sf.mmm.util.lang.base.SystemInformationImpl
The constructor.
systemName - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
systemType - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
SystemUtil - Interface in net.sf.mmm.util.lang.api
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.
ATTENTION:
A key-feature of Java is the great portability of the platform.
SystemUtilImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the SystemUtil interface.
SystemUtilImpl() - Constructor for class net.sf.mmm.util.lang.base.SystemUtilImpl
The constructor.
systemVersion - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 

T

tableInfo - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
tagStartIndex - Variable in class net.sf.mmm.util.xml.api.ParserState
 
targetArrayClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
targetBuffer - Variable in class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The buffer to copy to.
targetBuffer - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
The destination buffer (end of chain)
targetClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
targetOffset - Variable in class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
targetType - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
technical - Variable in class net.sf.mmm.util.lang.base.AbstractErrorMessage
 
technical - Variable in exception net.sf.mmm.util.nls.api.GenericSerializableException
 
TechnicalErrorUserException - Exception in net.sf.mmm.util.nls.api
A TechnicalErrorUserException is wrapping arbitrary technical errors to a generic exception for end-users or clients.
TechnicalErrorUserException() - Constructor for exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
The constructor for de-serialization in GWT.
TechnicalErrorUserException(Throwable) - Constructor for exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
The constructor.
TechnicalErrorUserException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
The constructor for the very special case that you want to define a custom message.
TechnicalErrorUserException(TechnicalErrorUserException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.nls.api.TechnicalErrorUserException
The copy constructor.
TELEPHONE_RECORDER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
template - Variable in class net.sf.mmm.util.nls.base.AbstractNlsBundleFactory.NlsBundleMethodInfo
 
template - Variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
TEMPLATE_PATTERN - Static variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The pattern.
templateResolver - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
templateResolver - Static variable in class net.sf.mmm.util.nls.api.NlsAccess
 
templateResolver - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The NlsTemplateResolver instance.
templatesMap - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The Map used to cache templates.
temporaryDirectory - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
temporaryDirectoryPath - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
TERMINATOR - Static variable in class net.sf.mmm.util.text.base.HyphenationPattern
The word-terminator representing start end end of a word.
text - Variable in class net.sf.mmm.util.text.api.TextColumn
 
text - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
TextColumn - Class in net.sf.mmm.util.text.api
This class is a simple container for the text of a column together with its metadata.
TextColumn(String, TextColumnInfo) - Constructor for class net.sf.mmm.util.text.api.TextColumn
The constructor.
TextColumnInfo - Class in net.sf.mmm.util.text.api
This is a Java-bean for the layout-configuration of a text column.
It contains the width, alignment, indent, and various other meta-information for the layout of a textual column.
TextColumnInfo() - Constructor for class net.sf.mmm.util.text.api.TextColumnInfo
The constructor.
TextColumnInfo.IndentationMode - Enum in net.sf.mmm.util.text.api
This enum contains the available modes how to deal with indentation after newlines.
TextColumnInfo.IndentationMode() - Constructor for enum net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode
 
textIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
TextTableInfo - Class in net.sf.mmm.util.text.api
This is a Java-bean for the layout-configuration of a text table.
It contains the width, line-separator, and various other meta-information for the layout of a textual table.
TextTableInfo() - Constructor for class net.sf.mmm.util.text.api.TextTableInfo
The constructor.
THERE_DOES_NOT_EXIST - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
THERE_EXISTS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
THEREFORE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
THIN_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
threadFactory - Variable in class net.sf.mmm.util.concurrent.base.SimpleExecutor
 
THREE_PER_EM_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ThrowableHelper - Class in net.sf.mmm.util.nls.api
This is a small hack to truncate exceptions.
ThrowableHelper() - Constructor for class net.sf.mmm.util.nls.api.ThrowableHelper
Construction forbidden.
ThrowableHelper.Helper - Class in net.sf.mmm.util.nls.api
Class for reflective access to Throwables.
ThrowableHelper.Helper() - Constructor for class net.sf.mmm.util.nls.api.ThrowableHelper.Helper
The constructor.
TIE_OVER_INFINITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE_OPERATOR_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE_OPERATOR_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TimeMeasure - Class in net.sf.mmm.util.date.api
This class makes it very easy to do performance monitoring.
TimeMeasure() - Constructor for class net.sf.mmm.util.date.api.TimeMeasure
The constructor.
TimeMeasure.Result - Enum in net.sf.mmm.util.date.api
The state of the completion.
TimeMeasure.Result() - Constructor for enum net.sf.mmm.util.date.api.TimeMeasure.Result
 
timestamp - Variable in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
 
title - Variable in enum net.sf.mmm.util.lang.api.Alignment
 
title - Variable in enum net.sf.mmm.util.lang.api.Comparator
 
title - Variable in enum net.sf.mmm.util.lang.api.Conjunction
 
title - Variable in enum net.sf.mmm.util.lang.api.Direction
 
title - Variable in enum net.sf.mmm.util.lang.api.HorizontalAlignment
 
title - Variable in enum net.sf.mmm.util.lang.api.Orientation
 
title - Variable in enum net.sf.mmm.util.lang.api.SortOrder
 
title - Variable in enum net.sf.mmm.util.lang.api.VerticalAlignment
 
title - Variable in class net.sf.mmm.util.lang.base.EnumEnumDefinition
 
title - Variable in class net.sf.mmm.util.pojo.path.api.TypedProperty
 
title - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
toArray(Collection<?>, Class<?>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method converts the given Collection to an array of the given componentType.
toArray(Collection<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method converts the given Collection to an array of the given componentType.
toArrayTyped(Collection<T>, Class<T>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method converts the given Collection to an array of the given componentType.
toArrayTyped(Collection<T>, Class<T>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method converts the given Collection to an array of the given componentType.
toCamlCase(String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method converts the given string to caml-case syntax using the default separators ' ', '-', '_' and '.'.
toCamlCase(String, char...) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method converts the given string to caml-case syntax.
In caml-case syntax words are written without a separator but each new word starts with a capitalized letter.
toCamlCase(String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method converts the given string to caml-case syntax using the default separators ' ', '-', '_' and '.'.
toCamlCase(String, char...) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method converts the given string to caml-case syntax.
In caml-case syntax words are written without a separator but each new word starts with a capitalized letter.
toDirection() - Method in enum net.sf.mmm.util.lang.api.Alignment
 
toHyphenation() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the Hyphenation from this state.
toHyphenationPoints() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method creates the hyphenationPoints of a hyphenated word.
tokenizePath(String, List<FileUtilImpl.PathSegment>, PatternCompiler) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method tokenized the given path by adding FileUtilImpl.PathSegments to the given list.
toList() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method converts the list represented by this node to a regular List.
toList() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method converts the list represented by this node to a regular List.
toLowerCase(String) - Static method in class net.sf.mmm.util.lang.base.GwtHelper
toLowerCase(String, Locale) - Static method in class net.sf.mmm.util.lang.base.GwtHelper
toMap() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method allows to create a Map representing the variables of this context.
toMap() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method allows to create a Map representing the variables of this context.
toMap() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method allows to create a Map representing the variables of this context.
toMap(String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method create a Map for the given arguments.
toMap(String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method create a Map for the given arguments.
toMap(String, Object, String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method create a Map for the given arguments.
toMap(String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method create a Map for the given arguments.
toMap(String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method create a Map for the given arguments.
toMap(String, Object, String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method create a Map for the given arguments.
toNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in interface net.sf.mmm.util.nls.api.NlsObject
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
This method is the equivalent to Object.toString() with native language support.
TOP_ARC_ANTICLOCKWISE_ARROW_WITH_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_ARC_CLOCKWISE_ARROW_WITH_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_LEFT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_LEFT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_RIGHT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_RIGHT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
toPrintWriter(Appendable) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method converts the given Appendable to a PrintWriter.
toPrintWriter(Appendable) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method converts the given Appendable to a PrintWriter.
toResourceBundle(Class<? extends NlsBundle>) - Method in class net.sf.mmm.util.nls.base.NlsBundleHelper
Converts the given NlsBundle class to a ResourceBundle.
toSeparatedString(Collection<?>, String, StringSyntax) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method formats the elements given by collection to a string where each value is formatted to its string representation and separated by separator.
Examples:
collection separator syntax.escapesyntax.quoteStartsyntax.quoteEndStringUtil.toSeparatedString(Collection, String, StringSyntax){"abc;", "a,b,c", Integer.valueOf(123), Character.valueOf('\'')}","'\\''\0''\0'"abc;,a\\,b\\,c,123,'"{"abc;", "a,b,c", Integer.valueOf(123), Character.valueOf('\'')}","'\\''\'''\''"'abc;','a,b,c','123','\\''"{"abc;", "a,b,c", Integer.valueOf(123), Character.valueOf('\'')}"; "'\\''['']'"[abc;]; [a,b,c]; [123]; [']" Please note that Collections with heterogeneous elements can NOT be converted back from String.
toSeparatedString(Collection<E>, String, StringSyntax, Formatter<E>) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method is like StringUtil.toSeparatedString(Collection, String, StringSyntax) but allows to specify an explicit Formatter to use instead of Object.toString().
toSeparatedString(Collection<E>, String, StringSyntax, Formatter<E>, Appendable) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method is like StringUtil.toSeparatedString(Collection, String, StringSyntax) but allows to specify an explicit Formatter to use instead of Object.toString().
toSeparatedString(Collection<?>, String, StringSyntax) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method formats the elements given by collection to a string where each value is formatted to its string representation and separated by separator.
Examples:
collection separator syntax.escapesyntax.quoteStartsyntax.quoteEndStringUtil.toSeparatedString(Collection, String, StringSyntax){"abc;", "a,b,c", Integer.valueOf(123), Character.valueOf('\'')}","'\\''\0''\0'"abc;,a\\,b\\,c,123,'"{"abc;", "a,b,c", Integer.valueOf(123), Character.valueOf('\'')}","'\\''\'''\''"'abc;','a,b,c','123','\\''"{"abc;", "a,b,c", Integer.valueOf(123), Character.valueOf('\'')}"; "'\\''['']'"[abc;]; [a,b,c]; [123]; [']" Please note that Collections with heterogeneous elements can NOT be converted back from String.
toSeparatedString(Collection<E>, String, StringSyntax, Formatter<E>) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method is like StringUtil.toSeparatedString(Collection, String, StringSyntax) but allows to specify an explicit Formatter to use instead of Object.toString().
toSeparatedString(Collection<E>, String, StringSyntax, Formatter<E>, Appendable) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method is like StringUtil.toSeparatedString(Collection, String, StringSyntax) but allows to specify an explicit Formatter to use instead of Object.toString().
toSimplestNumber(Number) - Method in interface net.sf.mmm.util.math.api.MathUtilLimited
This method converts the given value to the simplest suitable number-type.
toSimplestNumber(Number) - Method in class net.sf.mmm.util.math.base.MathUtilLimitedImpl
This method converts the given value to the simplest suitable number-type.
toString() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
toString() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
toString() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
toString() - Method in class net.sf.mmm.util.collection.base.AbstractHashKey
toString() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
toString() - Method in class net.sf.mmm.util.collection.base.NodeCycle
toString() - Method in interface net.sf.mmm.util.entity.api.EntityId
The string representation of the EntityId in the following form:
toString() - Method in class net.sf.mmm.util.entity.base.AbstractEntityId
The string representation of the EntityId in the following form:
toString(StringBuilder) - Method in class net.sf.mmm.util.entity.base.AbstractGenericEntity
Method to extend Object.toString() logic.
toString(StringBuilder) - Method in class net.sf.mmm.util.entity.base.AbstractRevisionedEntity
Method to extend Object.toString() logic.
toString() - Method in class net.sf.mmm.util.exception.api.ExceptionTruncation
toString() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
toString() - Method in class net.sf.mmm.util.file.base.FileAttributes
toString() - Method in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
toString() - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
toString() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
toString() - Method in class net.sf.mmm.util.lang.api.AbstractDatatype
Returns the official String representation of this Datatype.
toString() - Method in class net.sf.mmm.util.lang.api.AbstractSimpleDatatypeBase
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.Alignment
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.BooleanEnum
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.Comparator
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.Conjunction
Returns the official String representation of this Datatype.
toString() - Method in interface net.sf.mmm.util.lang.api.Datatype
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.Direction
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.Orientation
Returns the official String representation of this Datatype.
toString() - Method in enum net.sf.mmm.util.lang.api.SortOrder
Returns the official String representation of this Datatype.
toString() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
toString() - Method in enum net.sf.mmm.util.lang.api.VerticalAlignment
Returns the official String representation of this Datatype.
toString() - Method in class net.sf.mmm.util.lang.base.AbstractEnumDefinition
Returns the official String representation of this Datatype.
toString() - Method in class net.sf.mmm.util.lang.base.AbstractMessage
toString() - Method in class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
toString() - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
toString() - Method in class net.sf.mmm.util.lang.base.EnumEnumDefinition
Returns the official String representation of this Datatype.
toString() - Method in class net.sf.mmm.util.lang.base.EnumEnumType
Returns the official String representation of this Datatype.
toString() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
toString() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
toString() - Method in exception net.sf.mmm.util.nls.api.GenericSerializableException
toString() - Method in class net.sf.mmm.util.nls.api.NlsArgument
toString() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterPlugin
toString() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
toString() - Method in class net.sf.mmm.util.nls.base.NlsMessagePlain
toString() - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
toString() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
toString() - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
toString() - Method in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
toString() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
toString() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
toString() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
toString() - Method in class net.sf.mmm.util.pojo.path.api.TypedProperty
toString() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
toString() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
toString() - Method in class net.sf.mmm.util.reflect.api.Arguments
toString() - Method in class net.sf.mmm.util.reflect.api.ClassName
toString() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the string representation of this GenericType.
toString(Type) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the string representation of a Type.
toString(Type, Appendable, Visitor<Class<?>>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the string representation of a Type.
toString() - Method in class net.sf.mmm.util.reflect.api.Signature
toString() - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method gets the string representation of this GenericType.
toString(Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the string representation of a Type.
toString(Type, Appendable, Visitor<Class<?>>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the string representation of a Type.
toString() - Method in class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
toString() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
toString() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
toString() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
toString() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
toString() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
toString() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
toString() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
toString() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
toString() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
toString() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
toString() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
Returns the official String representation of this Datatype.
toString() - Method in interface net.sf.mmm.util.text.api.Hyphenation
The hyphenation of the according word (e.g.
toString() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
toString() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
toString() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
The hyphenation of the according word (e.g.
toString() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the original pattern.
toString() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method generates a string with the given word including the ranked hyphenation points.
toString() - Method in class net.sf.mmm.util.text.base.HyphenatorImpl
toString() - Method in class net.sf.mmm.util.text.base.JustificationImpl
toString() - Method in class net.sf.mmm.util.transferobject.api.EntityTo
toString(StringBuilder) - Method in class net.sf.mmm.util.transferobject.api.EntityTo
Method to extend EntityTo.toString() logic.
toString() - Method in class net.sf.mmm.util.validation.base.ValidationStateFailureCollector
toString() - Method in class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
toString() - Method in class net.sf.mmm.util.value.api.Range
toString() - Method in enum net.sf.mmm.util.version.api.DevelopmentPhase
Returns the official String representation of this Datatype.
toString() - Method in interface net.sf.mmm.util.version.api.VersionIdentifier
This method gets a unique string representation of this VersionIdentifier.
toString() - Method in class net.sf.mmm.util.version.base.AbstractVersionIdentifier
This method gets a unique string representation of this VersionIdentifier.
toType(String) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(String, ClassResolver) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(String) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(String, ClassResolver) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(CharSequenceScanner, ClassResolver, Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method parses the given type as generic Type.
This would be easier when using StringParser but we want to avoid the dependency on util-misc.
toUpperCase(String, Locale) - Static method in class net.sf.mmm.util.lang.base.GwtHelper
toUpperCase(String) - Static method in class net.sf.mmm.util.lang.base.GwtHelper
toWriter(Appendable) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method converts the given Appendable to a Writer.
toWriter(Appendable) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method converts the given Appendable to a Writer.
trace(String) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
trace(String, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
trace(String, Object, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
trace(String, Object...) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
trace(String, Throwable) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
TRADE_MARK_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
transfer(Reader, Writer, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given reader to the given writer.
transfer(FileInputStream, OutputStream, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, FileOutputStream, boolean, long) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, OutputStream, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream .
transfer(BUFFER) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
This method performs the actual transfer.
transfer() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
This method performs the actual transfer.
transfer(char[]) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
This method performs the actual transfer.
transfer(byte[]) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
This method performs the actual transfer.
transfer(Reader, Writer, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given reader to the given writer.
transfer(FileInputStream, OutputStream, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, FileOutputStream, boolean, long) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, OutputStream, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream .
transferAsync(InputStream, OutputStream, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream .
transferAsync(InputStream, OutputStream, boolean, TransferCallback) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream .
transferAsync(Reader, Writer, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given reader to the given writer.
transferAsync(Reader, Writer, boolean, TransferCallback) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given reader to the given writer.
transferAsync(InputStream, OutputStream, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream .
transferAsync(InputStream, OutputStream, boolean, TransferCallback) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream .
transferAsync(Reader, Writer, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given reader to the given writer.
transferAsync(Reader, Writer, boolean, TransferCallback) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given reader to the given writer.
TransferCallback - Interface in net.sf.mmm.util.io.api
This is the callback interface used to receive the status of an AsyncTransferrer.
transferCompleted(long) - Method in interface net.sf.mmm.util.io.api.TransferCallback
This method is invoked if the transfer completed successfully.
transferFailed(Exception) - Method in interface net.sf.mmm.util.io.api.TransferCallback
This method is invoked if the transfer failed because an exception occurred.
TransferObject - Interface in net.sf.mmm.util.transferobject.api
This is the interface for a transfer-object.
TransferObjectUtil - Interface in net.sf.mmm.util.transferobject.api
This is the interface for a collection of utility functions to deal with AbstractTransferObjects.
TransferObjectUtilImpl - Class in net.sf.mmm.util.transferobject.base
This is the implementation of TransferObjectUtil.
TransferObjectUtilImpl() - Constructor for class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
The constructor.
TransferObjectUtilLimited - Interface in net.sf.mmm.util.transferobject.api
This is a limited subset of TransferObjectUtil that is GWT compatible.
TransferObjectUtilLimitedImpl - Class in net.sf.mmm.util.transferobject.base
This is the implementation of TransferObjectUtilLimited.
TransferObjectUtilLimitedImpl() - Constructor for class net.sf.mmm.util.transferobject.base.TransferObjectUtilLimitedImpl
The constructor.
transferrer - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.AsyncTransferrerImpl
the actual task.
transferrers - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
 
transferStopped(long) - Method in interface net.sf.mmm.util.io.api.TransferCallback
This method is invoked if the transfer was stopped before it completed.
transform(String) - Method in interface net.sf.mmm.util.text.api.Singularizer
This method gets the singular form of the given term (some word) pluralForm that is (potentially) in plural form.
transform(String) - Method in class net.sf.mmm.util.text.base.AbstractTextTransformer
This method transforms a given original value.
transform(String, String) - Method in class net.sf.mmm.util.text.base.SuffixTransformerRule
transform(String, String) - Method in class net.sf.mmm.util.text.base.TransformerRule
 
transform(V) - Method in interface net.sf.mmm.util.transformer.api.Transformer
This method transforms a given original value.
transform(String) - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
This method transforms a given original value.
transform(String) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method transforms a given original value.
Transformer<V> - Interface in net.sf.mmm.util.transformer.api
This is the interface for a transformer that transforms a given value.
transformerFactory - Variable in class net.sf.mmm.util.xml.base.DomUtilImpl
the transformer factory used to transform or write XML
TransformerRule - Class in net.sf.mmm.util.text.base
This is the abstract base class for a rule used to replace a given string.
TransformerRule() - Constructor for class net.sf.mmm.util.text.base.TransformerRule
 
transformers - Variable in class net.sf.mmm.util.transformer.base.StringTransformerList
 
transformRecursive(String, StringTransformerChain.State) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method implements StringTransformerChain.transform(String) recursively.
transformXml(Source, Result, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method transforms the given XML source to the given result without structural modifications.
transformXml(Source, Result, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method transforms the given XML source to the given result without structural modifications.
translate(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsTemplate
This method translates the represented string for the given locale.
This typically happens via a lookup in a ResourceBundle).
translate(Locale, Map<String, Object>, Appendable, NlsTemplateResolver, NlsDependencies) - Method in interface net.sf.mmm.util.nls.api.NlsTemplate
This method behaves like NlsTemplate.translate(Locale) but additionally fills the given arguments into the translated message writing into the given buffer.
translate(Locale, Map<String, Object>, Appendable, NlsTemplateResolver, NlsDependencies) - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplate
This method behaves like NlsTemplate.translate(Locale) but additionally fills the given arguments into the translated message writing into the given buffer.
translate(Locale) - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
This method translates the represented string for the given locale.
This typically happens via a lookup in a ResourceBundle).
translate(Locale) - Method in class net.sf.mmm.util.nls.base.NlsTemplateImplWithMessage
This method translates the represented string for the given locale.
This typically happens via a lookup in a ResourceBundle).
translateFallback(MissingResourceException) - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
Called from NlsTemplateImpl.translate(Locale) if localization failed.
translateFallback(String) - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
 
translateFallback(String) - Method in class net.sf.mmm.util.nls.base.NlsTemplateImplWithMessage
TRANSVERSAL_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TreeMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SortedMapFactory interface that creates instances of TreeMap.
TreeMapFactory() - Constructor for class net.sf.mmm.util.collection.base.TreeMapFactory
 
TreeNode<NODE extends TreeNode<NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for the node a tree.
TreeSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SortedSetFactory interface that creates instances of TreeSet.
TreeSetFactory() - Constructor for class net.sf.mmm.util.collection.base.TreeSetFactory
 
TRIANGLE_WITH_SERIFS_AT_BOTTOM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIANGULAR_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
trim - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
TRIPLE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIPLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIPLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIPLE_VERTICAL_BAR_RIGHT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRUE - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
a string representing the boolean value true
TRUE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TURNED_GREEK_SMALL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_CONSECUTIVE_EQUALS_SIGNS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_DOT_LEADER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_INTERSECTING_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_INTERSECTING_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_JOINED_SQUARES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
type - Variable in class net.sf.mmm.util.nls.impl.formatter.FormatterProvider.Iso8601Formatter
The type.
type - Variable in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
 
type - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
type - Variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
 
type - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
type - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
 
TYPE_CHOICE - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_DATE - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_DATETIME - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_INFORMATION - Static variable in interface net.sf.mmm.util.lang.api.Message
The type for an information.
TYPE_INT - Static variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The GenericType for int.
TYPE_NUMBER - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_OBJECT - Static variable in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
TYPE_OBJECT - Static variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
TYPE_TECHNICAL_ERROR - Static variable in interface net.sf.mmm.util.lang.api.Message
The type for a technical error.
TYPE_TIME - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_TYPE - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
Format for Type
TYPE_USER_ERROR - Static variable in interface net.sf.mmm.util.lang.api.Message
The type for a user error.
TYPE_VALIDATION_FAILURE - Static variable in interface net.sf.mmm.util.lang.api.Message
The type for a validation failure.
TYPE_VARIABLE_COLLECTION_ELEMENT - Static variable in class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The TypeVariable E of Collection<E> .
TYPE_VARIABLE_MAP_KEY - Static variable in class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The TypeVariable K of Map<K, V>.
TYPE_VARIABLE_MAP_VALUE - Static variable in class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The TypeVariable V of Map<K, V>.
TYPE_VOID - Static variable in class net.sf.mmm.util.reflect.base.SimpleGenericTypeLimited
The GenericType for Void.
TYPE_VOID - Static variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The GenericType for void.
TYPE_WARNING - Static variable in interface net.sf.mmm.util.lang.api.Message
The type for a warning.
typeArgs - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
TypedProperty<T> - Class in net.sf.mmm.util.pojo.path.api
This class represents a typed property (typically from a java bean).
TypedProperty(String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
TypedProperty(String, String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
TypedProperty(Class<T>, String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
TypedProperty(String, Class<T>, String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
TypedProperty(TypedProperty<T>, String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
TypedProperty(Class<T>, String, String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
TypedProperty(String, Class<T>, String, String) - Constructor for class net.sf.mmm.util.pojo.path.api.TypedProperty
The constructor.
typeId - Variable in class net.sf.mmm.util.entity.base.EntityIdImpl
 
TypeNotFoundException - Exception in net.sf.mmm.util.reflect.api
A TypeNotFoundException is thrown if a Type was requested (e.g.
TypeNotFoundException(String) - Constructor for exception net.sf.mmm.util.reflect.api.TypeNotFoundException
The constructor.
TypeNotFoundException(Throwable, String) - Constructor for exception net.sf.mmm.util.reflect.api.TypeNotFoundException
The constructor.
typesArguments - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
TypeVariableImpl<DECLARATION extends GenericDeclaration> - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the TypeVariable interface.
TypeVariableImpl(String, DECLARATION, Type[]) - Constructor for class net.sf.mmm.util.reflect.impl.TypeVariableImpl
The constructor.
TZ_UTC - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
The UTC TimeZone.

U

UnboundedWildcardType - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the WildcardType interface for the unbounded wildcard (? ).
UnboundedWildcardType() - Constructor for class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
The constructor.
UNC_PATH_PREFIX - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
The prefix of an UNC (Uniform Naming Convention) path (e.g.
UNCHECKED - Static variable in interface net.sf.mmm.util.lang.api.CompilerWarnings
Suppress warnings about unchecked generic conversions.
UnicodeUtil - Interface in net.sf.mmm.util.text.api
This is the interface for a collection of utility functions that help with unicode characters and texts.
UnicodeUtilImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the UnicodeUtil interface.
UnicodeUtilImpl() - Constructor for class net.sf.mmm.util.text.base.UnicodeUtilImpl
The constructor.
UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_ABOVE_BAR_ABOVE_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_ABOVE_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_BESIDE_AND_JOINED_WITH_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_WITH_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UnknownCollectionInterfaceException - Exception in net.sf.mmm.util.reflect.base
A UnknownCollectionInterfaceException is thrown if a Collection-interface was given that is unknown or no Collection.
UnknownCollectionInterfaceException(Class<?>) - Constructor for exception net.sf.mmm.util.reflect.base.UnknownCollectionInterfaceException
The constructor.
unmarshal(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
unmarshal(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterInfixPattern
unmarshal(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
unmarshal(PropertyList) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterProperties
UP_BARB_LEFT_DOWN_BARB_LEFT_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_BARB_RIGHT_DOWN_BARB_RIGHT_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_DOWN_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_DOWN_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_RIGHT_DIAGONAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
updateModificationCounter(TransferObject) - Method in interface net.sf.mmm.util.transferobject.api.TransferObjectUtil
This method recursively updates all modification counters of the EntityTos contained in the given TransferObject.
The method TransferObjectUtil.convertFromEntity(PersistenceEntity, Class) is typically used before the transaction has been closed (by the logic layer of the application).
updateModificationCounter(TransferObject) - Method in class net.sf.mmm.util.transferobject.base.TransferObjectUtilImpl
This method recursively updates all modification counters of the EntityTos contained in the given TransferObject.
The method TransferObjectUtil.convertFromEntity(PersistenceEntity, Class) is typically used before the transaction has been closed (by the logic layer of the application).
UPPER_HALF_BLOCK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_LEFT_OR_LOWER_RIGHT_CURLY_BRACKET_SECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_LEFT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_RIGHT_OR_LOWER_LEFT_CURLY_BRACKET_SECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_RIGHT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
upperBound - Variable in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
 
UpperBoundWildcardType - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the WildcardType interface for a single upper bound.
UpperBoundWildcardType(Type) - Constructor for class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
The constructor.
UPWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_LEFTWARDS_OF_DOWNWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_WITH_TIP_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_WITH_TIP_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_DOWNWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_UPWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_RIGHT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_RIGHT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_TWO_HEADED_ARROW_FROM_SMALL_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
uri - Variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
 
url - Variable in class net.sf.mmm.util.resource.base.ClasspathResource
 
url - Variable in class net.sf.mmm.util.resource.base.UrlResource
 
URL_SCHEMA_PATTERN - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
The Pattern for an URL schema such as http:// or ftp://.
UrlResource - Class in net.sf.mmm.util.resource.base
This is the implementation of the DataResource interface for a resource that comes from an URL.
UrlResource(String) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResource(String, FileUtil) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResource(URL) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResource(URL, FileUtil) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResourceProvider - Class in net.sf.mmm.util.resource.impl.spi
This is the implementation of DataResourceProvider for UrlResource.
UrlResourceProvider() - Constructor for class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
The constructor.
Usecase - Annotation Type in net.sf.mmm.util.lang.api
This annotation is used to associate code with usecases.
user - Variable in class net.sf.mmm.util.file.base.FileAttributes
 
userHomeDirectory - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
userHomeDirectoryPath - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
userLogin - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
UserSession - Interface in net.sf.mmm.util.session.api
This is the interface for a simple user session.
UserSessionAccess - Class in net.sf.mmm.util.session.api
This class gives static access to the current UserSession.
UserSessionAccess() - Constructor for class net.sf.mmm.util.session.api.UserSessionAccess
Construction forbidden.
UserSessionAccess.AbstractUserSessionProvider - Class in net.sf.mmm.util.session.api
The abstract base implementation of UserSessionProvider.
UserSessionAccess.AbstractUserSessionProvider() - Constructor for class net.sf.mmm.util.session.api.UserSessionAccess.AbstractUserSessionProvider
The constructor.
UserSessionProvider - Interface in net.sf.mmm.util.session.base
TODO: this class ...
UserSessionProviderDefaultImpl - Class in net.sf.mmm.util.session.base
This is the default implementation of UserSessionProvider.
UserSessionProviderDefaultImpl() - Constructor for class net.sf.mmm.util.session.base.UserSessionProviderDefaultImpl
The constructor.
UTC_ID - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
The ID for UTC (Coordinated Universal Time).
utf8ContinuationByteCount - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The expected number of UTF-8 continuation bytes to come or 0 if no UTF-8 multi-byte-sequence is currently processed.
UTF_16_FIRST_SURROGATE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_16_FIRST_SURROGATE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_16_SECOND_SURROGATE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_16_SECOND_SURROGATE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_8_CONTINUATION_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
In an UTF-8 multi-byte-sequence all bytes except the first one have the from 10xxxxxx.
UTF_8_CONTINUATION_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
In an UTF-8 multi-byte-sequence all bytes except the first one have the from 10xxxxxx.
UTF_8_FOUR_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 four-byte-sequence has the form 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx.
UTF_8_FOUR_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 four-byte-sequence has the form 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx.
UTF_8_THREE_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 thee-byte-sequence has the form 1110xxxx 10xxxxxx 10xxxxxx.
UTF_8_THREE_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 thee-byte-sequence has the form 1110xxxx 10xxxxxx 10xxxxxx.
UTF_8_TWO_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 two-byte-sequence has the form 110xxxxx 10xxxxxx.
UTF_8_TWO_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 two-byte-sequence has the form 110xxxxx 10xxxxxx.
uuid - Variable in class net.sf.mmm.util.lang.base.AbstractMessage
 
uuid - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
 
uuid - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
 
uuid - Variable in exception net.sf.mmm.util.nls.api.GenericSerializableException
 
UuidAccess - Class in net.sf.mmm.util.uuid.api
This is an ugly static accessor for the UuidFactory used to create instances of UUID and allowing to exchange the default implementation.
UuidAccess() - Constructor for class net.sf.mmm.util.uuid.api.UuidAccess
The constructor.
UuidFactory - Interface in net.sf.mmm.util.uuid.api
This is the interface for a factory used to create UUIDs.

V

ValidatableObject<V> - Interface in net.sf.mmm.util.validation.api
This is the interface for an object, that has a value as well as validators and can be validated.
validate(CliModeObject) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method is called after the command-line arguments are checked for syntactically correctness and applied to this class in order to perform complex validations.
validate(ValidationState) - Method in interface net.sf.mmm.util.validation.api.AbstractValidatableObject
This method performs the actual validation.
validate(V) - Method in interface net.sf.mmm.util.validation.api.ValueValidator
This method validates the given value.
validate(V, Object) - Method in interface net.sf.mmm.util.validation.api.ValueValidator
This method validates the given value.
validate(V) - Method in class net.sf.mmm.util.validation.base.AbstractValidator
This method validates the given value.
validate(V, Object) - Method in class net.sf.mmm.util.validation.base.AbstractValueValidator
This method validates the given value.
validate(V, Object) - Method in class net.sf.mmm.util.validation.base.ComposedValidator
This method validates the given value.
validate(V, Object) - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
This method validates the given value.
validate(Object, Object) - Method in class net.sf.mmm.util.validation.base.ValidatorNone
This method validates the given value.
validate() - Method in class net.sf.mmm.util.version.impl.VersionIdentifierImpl
This method validates the consistency of this version identifier.
validate(T) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method is invoked after the jaxbBean has been loaded and before it is saved.
validateJsr303(V) - Method in class net.sf.mmm.util.validation.base.ValidatorJsr303
Validates the given value.
validateNotNull(V) - Method in class net.sf.mmm.util.validation.base.AbstractValueValidator
This method performs the validation in case value is NOT null.
validateNotNull(V) - Method in class net.sf.mmm.util.validation.base.ValidatorCompare
This method performs the validation in case value is NOT null.
validateNotNull(Date) - Method in class net.sf.mmm.util.validation.base.ValidatorDateFuture
This method performs the validation in case value is NOT null.
validateNotNull(Date) - Method in class net.sf.mmm.util.validation.base.ValidatorDatePast
This method performs the validation in case value is NOT null.
validateNotNull(Object) - Method in class net.sf.mmm.util.validation.base.ValidatorMandatory
This method performs the validation in case value is NOT null.
validateNotNull(V) - Method in class net.sf.mmm.util.validation.base.ValidatorRange
This method performs the validation in case value is NOT null.
validateNotNull(String) - Method in class net.sf.mmm.util.validation.base.ValidatorRegexPattern
This method performs the validation in case value is NOT null.
validateNull() - Method in class net.sf.mmm.util.validation.base.AbstractValueValidator
This method performs the validation in case null was provided as value.
validateNull() - Method in class net.sf.mmm.util.validation.base.ValidatorMandatory
This method performs the validation in case null was provided as value.
ValidationCollector - Interface in net.sf.mmm.util.validation.api
This is the interface for a listener that gets notified if a ValidationFailure occurred.
ValidationErrorUserException - Exception in net.sf.mmm.util.validation.api
This exception is thrown if a validation failed unexpectedly.
ValidationErrorUserException() - Constructor for exception net.sf.mmm.util.validation.api.ValidationErrorUserException
The constructor for de-serialization in GWT.
ValidationErrorUserException(Throwable) - Constructor for exception net.sf.mmm.util.validation.api.ValidationErrorUserException
The constructor.
ValidationErrorUserException(ValidationErrorUserException, ExceptionTruncation) - Constructor for exception net.sf.mmm.util.validation.api.ValidationErrorUserException
The copy constructor.
ValidationFailure - Interface in net.sf.mmm.util.validation.api
This is the interface for a failure of a validation.
ValidationFailureImpl - Class in net.sf.mmm.util.validation.base
This is an implementation of ValidationFailure.
ValidationFailureImpl() - Constructor for class net.sf.mmm.util.validation.base.ValidationFailureImpl
The constructor for de-serialization in GWT.
ValidationFailureImpl(String, Object, NlsMessage) - Constructor for class net.sf.mmm.util.validation.base.ValidationFailureImpl
The constructor.
ValidationFailureImpl(String, Object, String) - Constructor for class net.sf.mmm.util.validation.base.ValidationFailureImpl
The constructor.
ValidationMessages - Interface in net.sf.mmm.util.validation.base
This are the ConstantsWithLookup for the I18N/NLS of custom Constraints for GWT.
ValidationMessagesResolver - Class in net.sf.mmm.util.validation.base
This is the UserValidationMessagesResolver for ValidationMessages.
ValidationMessagesResolver() - Constructor for class net.sf.mmm.util.validation.base.ValidationMessagesResolver
The constructor.
ValidationState - Interface in net.sf.mmm.util.validation.api
This is the interface for the state of a validation.
ValidationStateFailureCollector - Class in net.sf.mmm.util.validation.base
This is an implementation of ValidationState that wraps an existing ValidationState and allows to collect the potential failures for a part of the validation process.
Example:
ValidationStateFailureCollector(ValidationState) - Constructor for class net.sf.mmm.util.validation.base.ValidationStateFailureCollector
The constructor.
ValidationStateImpl - Class in net.sf.mmm.util.validation.base
This class represents the state of a validation.
ValidationStateImpl() - Constructor for class net.sf.mmm.util.validation.base.ValidationStateImpl
The constructor.
ValidationStateMessageCollector - Class in net.sf.mmm.util.validation.base
This is an implementation of ValidationState that wraps an existing ValidationState and allows to collect the potential messages for a part of the validation process.
Example:
ValidationStateMessageCollector(ValidationState) - Constructor for class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
The constructor.
ValidationStateMessageCollector(ValidationState, String) - Constructor for class net.sf.mmm.util.validation.base.ValidationStateMessageCollector
The constructor.
validator - Variable in class net.sf.mmm.util.cli.base.CliParameterContainer
 
validator - Variable in class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
 
validator - Variable in class net.sf.mmm.util.validation.base.ValidatorJsr303
 
validatorBuilder - Variable in class net.sf.mmm.util.cli.base.CliState
 
ValidatorBuilder - Interface in net.sf.mmm.util.validation.base
This is the interface for a builder of ValueValidator instances from annotations (JSR 303).
ValidatorBuilderJsr303 - Class in net.sf.mmm.util.validation.base
This is a builder to create multiple instances of ValidatorJsr303.
ValidatorBuilderJsr303() - Constructor for class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
The constructor.
ValidatorBuilderJsr303(Validator) - Constructor for class net.sf.mmm.util.validation.base.ValidatorBuilderJsr303
The constructor.
ValidatorBuilderNone - Class in net.sf.mmm.util.validation.base
This is a fallback implementation of ValidatorBuilder that may be used if JSR 303 is not available (missing on classpath, configured wrongly, or the like).
ValidatorBuilderNone() - Constructor for class net.sf.mmm.util.validation.base.ValidatorBuilderNone
The constructor.
ValidatorCompare<V extends Comparable<V>> - Class in net.sf.mmm.util.validation.base
This is a ValueValidator that validates that a value is satisfies a given Comparator -operation for given value to compare to.
ValidatorCompare(Comparator, AttributeReadValue<V>, String) - Constructor for class net.sf.mmm.util.validation.base.ValidatorCompare
The constructor.
ValidatorCompare(Comparator, V) - Constructor for class net.sf.mmm.util.validation.base.ValidatorCompare
The constructor.
ValidatorDateFuture - Class in net.sf.mmm.util.validation.base
This is a ValueValidator that validates that a value lies in the future.
ValidatorDateFuture() - Constructor for class net.sf.mmm.util.validation.base.ValidatorDateFuture
The constructor.
ValidatorDatePast - Class in net.sf.mmm.util.validation.base
This is a ValueValidator that validates that a value lies in the past.
ValidatorDatePast() - Constructor for class net.sf.mmm.util.validation.base.ValidatorDatePast
The constructor.
ValidatorJsr303<V> - Class in net.sf.mmm.util.validation.base
This is an implementation of ValueValidator that adapts to javax.validation (JSR 303).
ValidatorJsr303(Validator, Class<V>) - Constructor for class net.sf.mmm.util.validation.base.ValidatorJsr303
The constructor.
ValidatorJsr303(Validator, Class<V>, Class<?>...) - Constructor for class net.sf.mmm.util.validation.base.ValidatorJsr303
The constructor.
ValidatorJsr303(Validator, Class<?>, String) - Constructor for class net.sf.mmm.util.validation.base.ValidatorJsr303
The constructor.
ValidatorJsr303(Validator, Class<?>, String, Class<?>) - Constructor for class net.sf.mmm.util.validation.base.ValidatorJsr303
The constructor.
ValidatorJsr303(Validator, Class<?>, String, Class<?>, Class<?>...) - Constructor for class net.sf.mmm.util.validation.base.ValidatorJsr303
The constructor.
ValidatorMandatory - Class in net.sf.mmm.util.validation.base
This is a ValueValidator that validates that a mandatory value is filled.
ValidatorMandatory() - Constructor for class net.sf.mmm.util.validation.base.ValidatorMandatory
The constructor.
ValidatorNone - Class in net.sf.mmm.util.validation.base
This is an implementation of ValueValidator that always validates successfully.
ValidatorNone() - Constructor for class net.sf.mmm.util.validation.base.ValidatorNone
The constructor.
ValidatorRange<V extends Comparable<V>> - Class in net.sf.mmm.util.validation.base
This is a ValueValidator that validates that a given value is within a specific Range.
ValidatorRange(Range<V>) - Constructor for class net.sf.mmm.util.validation.base.ValidatorRange
The constructor.
ValidatorRange(V, V) - Constructor for class net.sf.mmm.util.validation.base.ValidatorRange
The constructor.
ValidatorRegexPattern - Class in net.sf.mmm.util.validation.base
This is a ValueValidator that validates that a value matches a given pattern.
ValidatorRegexPattern(String) - Constructor for class net.sf.mmm.util.validation.base.ValidatorRegexPattern
The constructor.
validators - Variable in class net.sf.mmm.util.validation.base.ComposedValidator
The child validators.
value - Variable in class net.sf.mmm.util.cli.base.CliValueContainerObject
 
value - Variable in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
value - Variable in class net.sf.mmm.util.lang.api.AbstractSimpleDatatype
 
value - Variable in enum net.sf.mmm.util.lang.api.Alignment
 
value - Variable in enum net.sf.mmm.util.lang.api.BooleanEnum
 
value - Variable in enum net.sf.mmm.util.lang.api.Comparator
 
value - Variable in enum net.sf.mmm.util.lang.api.Conjunction
 
value - Variable in enum net.sf.mmm.util.lang.api.Direction
 
value - Variable in class net.sf.mmm.util.lang.api.GenericBean
 
value - Variable in enum net.sf.mmm.util.lang.api.HorizontalAlignment
 
value - Variable in enum net.sf.mmm.util.lang.api.Orientation
 
value - Variable in enum net.sf.mmm.util.lang.api.SortOrder
 
value - Variable in enum net.sf.mmm.util.lang.api.VerticalAlignment
 
value - Variable in class net.sf.mmm.util.lang.base.EnumEnumDefinition
 
value - Variable in class net.sf.mmm.util.lang.base.EnumEnumType
 
value - Variable in enum net.sf.mmm.util.version.api.DevelopmentPhase
 
value - Variable in class net.sf.mmm.util.xml.base.jaxb.Property
 
value - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
The current node-value.
valueAlreadySet - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
 
valueClass - Variable in class net.sf.mmm.util.value.base.ValueConverterIdentity
 
valueConverter - Variable in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
 
valueConverter - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
ValueConverter<SOURCE,TARGET> - Interface in net.sf.mmm.util.value.api
This is the interface for a converter that converts a value from a source-type to a specific target-type.
ATTENTION:
An implementation of this interface should be stateless and thread-safe.
valueConverter - Variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
ValueConverterIdentity<V> - Class in net.sf.mmm.util.value.base
This is an implementation of ValueConverter that returns the unmodified value (identity conversion).
ValueConverterIdentity(Class<V>) - Constructor for class net.sf.mmm.util.value.base.ValueConverterIdentity
The constructor.
ValueConverterToArrayOfBoolean - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to boolean[].
ValueConverterToArrayOfBoolean() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfBoolean
The constructor.
ValueConverterToArrayOfByte - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to byte[].
ValueConverterToArrayOfByte() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfByte
The constructor.
ValueConverterToArrayOfDouble - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to double[].
ValueConverterToArrayOfDouble() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfDouble
The constructor.
ValueConverterToArrayOfFloat - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to float[].
ValueConverterToArrayOfFloat() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfFloat
The constructor.
ValueConverterToArrayOfInt - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to int[].
ValueConverterToArrayOfInt() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfInt
The constructor.
ValueConverterToArrayOfLong - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to long[].
ValueConverterToArrayOfLong() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfLong
The constructor.
ValueConverterToArrayOfObject - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an array.
ValueConverterToArrayOfObject() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfObject
The constructor.
ValueConverterToArrayOfShort - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to short[].
ValueConverterToArrayOfShort() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfShort
The constructor.
ValueConverterToBoolean - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Boolean.
ValueConverterToBoolean() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToBoolean
The constructor.
ValueConverterToCalendar - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Calendar.
ValueConverterToCalendar() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCalendar
The constructor.
ValueConverterToClass - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts a CharSequence to a Class.
ValueConverterToClass() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToClass
The constructor.
ValueConverterToCollection - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Collection.
ValueConverterToCollection() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCollection
The constructor.
ValueConverterToCompatiblePojo - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an POJO to a POJO with the same properties.
ValueConverterToCompatiblePojo() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
The constructor.
ValueConverterToDate - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Date.
ValueConverterToDate() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToDate
The constructor.
ValueConverterToEnum - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an Enum.
ValueConverterToEnum() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToEnum
The constructor.
ValueConverterToFile - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToFile() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToFile
The constructor.
ValueConverterToMap - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Map.
ValueConverterToMap() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToMap
The constructor.
ValueConverterToNumber - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToNumber() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToNumber
The constructor.
ValueConverterToString - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a String.
ValueConverterToString() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToString
The constructor.
ValueConvertException - Exception in net.sf.mmm.util.value.api
The ValueConvertException is thrown if the conversion of some value failed.
ValueConvertException() - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor for de-serialization in GWT.
ValueConvertException(Object, Type) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueConvertException(Object, Type, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueConvertException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueConvertException(Throwable, Object, Type, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueException - Exception in net.sf.mmm.util.value.api
This exception is thrown if a something goes wrong about values.
ValueException() - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor for de-serialization in GWT.
ValueException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor.
ValueException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor.
ValueException(NlsMessage) - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor.
ValueException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor.
valueIndex - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
valueLength - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
valueMap - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
ValueNotSetException - Exception in net.sf.mmm.util.value.api
This is the exception thrown if a required value was not set.
ValueNotSetException() - Constructor for exception net.sf.mmm.util.value.api.ValueNotSetException
The constructor for de-serialization in GWT.
ValueNotSetException(Object) - Constructor for exception net.sf.mmm.util.value.api.ValueNotSetException
The constructor.
valueOf(String) - Static method in enum net.sf.mmm.util.cli.api.CliContainerStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.cli.api.CliStyleHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.component.api.InitializationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.date.api.TimeMeasure.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.event.api.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.file.api.FileAccessClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.file.api.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.api.ByteOrderMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.api.IoMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.base.EncodingUtilImpl.Surrogate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.SeekMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.BooleanEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Comparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Conjunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(Number, boolean) - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets an instance of the represented number-class with the numeric value given by number.
valueOf(String) - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets an instance of the represented number-class with the numeric value identified by the given string number.
valueOf(Number, boolean) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets an instance of the represented number-class with the numeric value given by number.
valueOf(String) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets an instance of the represented number-class with the numeric value identified by the given string number.
valueOf(String) - Static method in enum net.sf.mmm.util.pojo.path.api.PojoPathMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
This method gets the VisibilityModifier for the given modifiers.
valueOf(String) - Static method in enum net.sf.mmm.util.text.api.DiacriticalMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.version.api.DevelopmentPhase
Returns the enum constant of this type with the specified name.
ValueOutOfRangeException - Exception in net.sf.mmm.util.value.api
This is the exception thrown if a numeric value is not in the expected range.
ValueOutOfRangeException() - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
The constructor for de-serialization in GWT.
ValueOutOfRangeException(Number, Number, Number) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
The constructor.
ValueOutOfRangeException(Number, Number, Number, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
The constructor.
ValueOutOfRangeException(Object, V, V, V) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
The constructor.
values() - Static method in enum net.sf.mmm.util.cli.api.CliContainerStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.cli.api.CliStyleHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
values() - Static method in enum net.sf.mmm.util.component.api.InitializationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.date.api.TimeMeasure.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.event.api.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.file.api.FileAccessClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.file.api.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.api.ByteOrderMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.api.IoMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.base.EncodingUtilImpl.Surrogate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.SeekMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.BooleanEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Comparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Conjunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.pojo.path.api.PojoPathMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.text.api.DiacriticalMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.version.api.DevelopmentPhase
Returns an array containing the constants of this enum type, in the order they are declared.
valueSource - Variable in class net.sf.mmm.util.validation.base.ValidatorCompare
 
valueType - Variable in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
 
ValueValidator<V> - Interface in net.sf.mmm.util.validation.api
A ValueValidator allows to validate according values.
There can be arbitrary implementations of this interface.
VARIABLE_ARGUMENTS - Static variable in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
 
VARIABLE_GWT_I18N - Static variable in class net.sf.mmm.util.nls.impl.rebind.NlsBundleGeneratorGwtI18n
The name of the variable with the GWT i18n interface.
VARIABLE_MESSAGE - Static variable in class net.sf.mmm.util.nls.impl.rebind.AbstractNlsBundleGenerator
 
variableMap - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
maps variable names to values
Variant - Interface in net.sf.mmm.util.lang.api
This interface only exists for documentation of the concept of a variant.
VECTOR_OR_CROSS_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
verifyComparable(V, V, V) - Method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Verifies that the value is actually out of range.
verifyContained(V) - Method in class net.sf.mmm.util.value.api.Range
This method verifies that the given value is contained in this range.
verifyNumber(Number, Number, Number) - Method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
Verifies that the value is actually out of range.
verifyWithOfColumns(DefaultLineWrapper.ColumnState[], TextTableInfo) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method verifies that the width of the columns are sane.
version - Variable in class net.sf.mmm.util.cli.api.AbstractVersionedMain
The option to print the version.
VERSION_SEGMENT_INDEX_MAJOR - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The segment index of the major version number.
VERSION_SEGMENT_INDEX_MICRO - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The segment index of the micro version number.
VERSION_SEGMENT_INDEX_MILLI - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The segment index of the milli version number.
VERSION_SEGMENT_INDEX_MINOR - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The segment index of the minor version number.
VERSION_SEGMENT_INDEX_NANNO - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The segment index of the nanno version-number.
VERSION_SEGMENT_INDEX_PICO - Static variable in interface net.sf.mmm.util.version.api.VersionIdentifier
The segment index of the pico version number.
VersionIdentifier - Interface in net.sf.mmm.util.version.api
A VersionIdentifier is a version identifying a particular state of an object under version control.
VersionIdentifierFormatter - Interface in net.sf.mmm.util.version.api
This is the interface used to format a VersionIdentifier.
VersionIdentifierFormatterLabel - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the label.
VersionIdentifierFormatterLabel(String, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterLabel
The constructor.
VersionIdentifierFormatterPhase - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the phase.
VersionIdentifierFormatterPhase(String, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhase
The constructor.
VersionIdentifierFormatterPhaseAlias - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the phase alias.
VersionIdentifierFormatterPhaseAlias(String, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhaseAlias
The constructor.
VersionIdentifierFormatterPhaseNumber - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the phase number.
VersionIdentifierFormatterPhaseNumber(StringUtil, String, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhaseNumber
The constructor.
VersionIdentifierFormatterPhaseValue - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the value of the phase.
VersionIdentifierFormatterPhaseValue(String, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterPhaseValue
The constructor.
VersionIdentifierFormatterRevision - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the revision.
VersionIdentifierFormatterRevision(StringUtil, String, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterRevision
The constructor.
VersionIdentifierFormatterSnapshot - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the snapshot indicator.
VersionIdentifierFormatterSnapshot(String) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterSnapshot
The constructor.
VersionIdentifierFormatterTimestamp - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the timestamp.
VersionIdentifierFormatterTimestamp(Iso8601Util, DateFormat, String) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterTimestamp
The constructor.
VersionIdentifierFormatterVersionSegments - Class in net.sf.mmm.util.version.impl
This is the implementation of Formatter for the plain version number.
VersionIdentifierFormatterVersionSegments(StringUtil, String, String, int, int, int) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierFormatterVersionSegments
The constructor.
VersionIdentifierImpl - Class in net.sf.mmm.util.version.impl
This is the abstract base implementation of VersionIdentifier.
VersionIdentifierImpl() - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierImpl
The non-arg constructor.
VersionIdentifierImpl(String, String, Date, Long, DevelopmentPhase, String, Integer, boolean, int...) - Constructor for class net.sf.mmm.util.version.impl.VersionIdentifierImpl
The constructor.
versionSegmentsCount - Variable in class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
Counter for version segments in format pattern.
VersionUtil - Interface in net.sf.mmm.util.version.api
This is the interface for a collection of utility functions that help to deal with versions.
VersionUtilImpl - Class in net.sf.mmm.util.version.impl
This is the abstract base-implementation of the VersionUtil interface.
VersionUtilImpl() - Constructor for class net.sf.mmm.util.version.impl.VersionUtilImpl
The constructor.
VersionUtilImpl.FormatPatternStatus - Class in net.sf.mmm.util.version.impl
This inner class holds the status used to determine if a formatPattern is strict.
VersionUtilImpl.FormatPatternStatus() - Constructor for class net.sf.mmm.util.version.impl.VersionUtilImpl.FormatPatternStatus
 
VERTICAL_BAR_BESIDE_RIGHT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_BAR_DOUBLE_LEFT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The vertical line/bar symbol.
VERTICAL_LINE_WITH_CIRCLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_LINE_WITH_CIRCLE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_ZIGZAG_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VerticalAlignment - Enum in net.sf.mmm.util.lang.api
This enum represents a vertical alignment of some object.
VerticalAlignment(String, String) - Constructor for enum net.sf.mmm.util.lang.api.VerticalAlignment
The constructor.
VERY_MUCH_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERY_MUCH_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
visibility - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
VisibilityModifier - Enum in net.sf.mmm.util.reflect.api
This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor).
VisibilityModifier(int) - Constructor for enum net.sf.mmm.util.reflect.api.VisibilityModifier
The constructor.
visit(V) - Method in interface net.sf.mmm.util.lang.api.Visitor
This method is called to let the visitor inspect the given value.
visit(Class<?>) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
This method is called to let the visitor inspect the given value.
Visitor<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a generic visitor that may Visitor.visit(Object) values of a specific type.
visitPackage(String) - Method in class net.sf.mmm.util.reflect.base.ClassNameCollector
This method is invoked for each traversed package.
visitPackage(String) - Method in class net.sf.mmm.util.reflect.base.ResourceCollector
This method is invoked for each traversed package.
visitPackage(String) - Method in class net.sf.mmm.util.reflect.base.ResourceNameCollector
This method is invoked for each traversed package.
visitPackage(String) - Method in interface net.sf.mmm.util.reflect.base.ResourceVisitor
This method is invoked for each traversed package.
visitResource(String) - Method in class net.sf.mmm.util.reflect.base.ClassNameCollector
This method is invoked for each resource.
visitResource(String) - Method in class net.sf.mmm.util.reflect.base.ResourceCollector
This method is invoked for each resource.
visitResource(String) - Method in class net.sf.mmm.util.reflect.base.ResourceNameCollector
This method is invoked for each resource.
visitResource(String) - Method in interface net.sf.mmm.util.reflect.base.ResourceVisitor
This method is invoked for each resource.
visitResourceNames(String, boolean, ClassLoader, ResourceVisitor) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method does the actual magic to locate resources on the classpath.
visitResources(File, StringBuilder, int, ResourceVisitor) - Static method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method scans the given packageDirectory recursively for resources.
VOID - Static variable in class net.sf.mmm.util.reflect.api.Signature
the void signature for a non-arg method
VOLUME_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_FIVE_EIGHTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_FIVE_SIXTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_FOUR_FIFTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_EIGHTH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_FIFTH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_HALF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The glyph for the fraction 1/2.
VULGAR_FRACTION_ONE_QUARTER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The glyph for the fraction 1/4.
VULGAR_FRACTION_ONE_SIXTH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_THIRD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_SEVEN_EIGHTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_THREE_EIGHTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_THREE_FIFTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_THREE_QUARTERS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The glyph for the fraction 3/4.
VULGAR_FRACTION_TWO_FIFTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_TWO_THIRDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

W

WAI_ARIA - Static variable in interface net.sf.mmm.util.lang.api.concern.Accessibility
The Web Acessibility initiative (WAI) has created a standardized framework called WAI-ARIA that aims to support accessibility for rich Internet applications (ARIA).
The main concept is to add semantical information to UI elements via specialized attributes.
warn(String) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
warn(String, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
warn(String, Object...) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
warn(String, Object, Object) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
warn(String, Throwable) - Method in class net.sf.mmm.util.logging.impl.GwtLogger
WarningMessage - Class in net.sf.mmm.util.lang.base
This is the implementation of an warning Message.
WarningMessage() - Constructor for class net.sf.mmm.util.lang.base.WarningMessage
The constructor for de-serialization in GWT.
WarningMessage(String, Object, String, UUID, String) - Constructor for class net.sf.mmm.util.lang.base.WarningMessage
The constructor.
WarningMessage(String, Object, NlsMessage, UUID, String) - Constructor for class net.sf.mmm.util.lang.base.WarningMessage
The constructor.
WarningMessage(String, Object, String) - Constructor for class net.sf.mmm.util.lang.base.WarningMessage
The constructor.
WarningMessage(String, Object, NlsMessage) - Constructor for class net.sf.mmm.util.lang.base.WarningMessage
The constructor.
WAVE_ARROW_POINTING_DIRECTLY_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WEB_INF_CLASSES - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
The prefix of resources in WAR-files.
WHITE_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_DOWN_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_DOWN_POINTING_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_LEFT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_MEDIUM_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_PARALLELOGRAM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_RECTANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_RIGHT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_SMALL_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_STAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_UP_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_UP_POINTING_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_UP_POINTING_TRIANGLE_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITESPACE_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that accepts only whitespaces.
WhitespaceHelper - Class in net.sf.mmm.util.filter.api
This is a simple indirection to Character.isWhitespace(char) that can be replaced for GWT compatibility.
WhitespaceHelper() - Constructor for class net.sf.mmm.util.filter.api.WhitespaceHelper
Construction prohibited.
width - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
width - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
width - Variable in class net.sf.mmm.util.text.api.TextTableInfo
 
width - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
width - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The width of the justified string.
WIDTH_AUTO_ADJUST - Static variable in class net.sf.mmm.util.text.api.TextColumnInfo
The value used for width of a column in order to activate automatic adjustment of the width.
WildcardGlobPatternCompiler - Class in net.sf.mmm.util.pattern.base
This class behaves like GlobPatternCompiler but requires wildcards in the pattern.
WildcardGlobPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.WildcardGlobPatternCompiler
The constructor.
word - Variable in class net.sf.mmm.util.text.base.HyphenationImpl
 
word - Variable in class net.sf.mmm.util.text.base.HyphenationState
 
WORD_JOINER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
wordPart - Variable in class net.sf.mmm.util.text.base.HyphenationPattern
The pattern without digits.
wordPartHash - Variable in class net.sf.mmm.util.text.base.HyphenationPattern
 
wrap(Appendable, TextTableInfo, String, TextColumnInfo) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method appends the given text to the appendable.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column layout.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a three-column layout.
wrap(Appendable, TextTableInfo, TextColumn...) - Method in interface net.sf.mmm.util.text.api.LineWrapper
wrap(Appendable, TextTableInfo, String, TextColumnInfo) - Method in class net.sf.mmm.util.text.base.AbstractLineWrapper
This method appends the given text to the appendable.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in class net.sf.mmm.util.text.base.AbstractLineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column layout.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in class net.sf.mmm.util.text.base.AbstractLineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a three-column layout.
wrap(Appendable, TextTableInfo, TextColumn...) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
wrapChars - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
wrapInputStream(InputStream) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorInputStream that wrapps the given stream.
wrapInputStream(InputStream, Map<String, Object>) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorInputStream that wraps the given stream.
wrapInputStream(InputStream) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets a DetectorInputStream that wrapps the given stream.
wrapInputStream(InputStream, Map<String, Object>) - Method in class net.sf.mmm.util.io.impl.DetectorStreamProviderImpl
This method gets a DetectorInputStream that wraps the given stream.
wrapOutputStream(OutputStream) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorOutputStream that wraps the given stream.
wrapOutputStream(OutputStream, Map<String, Object>) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorOutputStream that wraps the given stream.
wrapOutputStream(OutputStream) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets a DetectorOutputStream that wraps the given stream.
wrapOutputStream(OutputStream, Map<String, Object>) - Method in class net.sf.mmm.util.io.impl.DetectorStreamProviderImpl
This method gets a DetectorOutputStream that wraps the given stream.
wrapperInputStream - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream
 
wrapperOutputStream - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream
 
WREATH_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
write(int) - Method in class net.sf.mmm.util.io.api.DevNullTarget
write(byte[], int, int) - Method in class net.sf.mmm.util.io.api.DevNullTarget
write(char[]) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(String) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(String, int, int) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(char[], int, int) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(char[], int, int) - Method in class net.sf.mmm.util.io.base.EscapeWriter
write(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
write(byte[]) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
write(int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
writeMode - Variable in class net.sf.mmm.util.value.base.PojoPathPropertyAccessor
writer - Variable in class net.sf.mmm.util.io.base.EscapeWriter
the actual writer
writeXml(Node, OutputStream, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method writes the XML DOM tree given as node to the given output stream.
writeXml(Node, Writer, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method writes the XML DOM tree given as node to the given writer.
writeXml(Node, OutputStream, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method writes the XML DOM tree given as node to the given output stream.
writeXml(Node, Writer, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method writes the XML DOM tree given as node to the given writer.
WrongValueTypeException - Exception in net.sf.mmm.util.value.api
This exception is thrown if a value has the wrong type (a different value type was expected).
WrongValueTypeException() - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor for de-serialization in GWT.
WrongValueTypeException(Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.
WrongValueTypeException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.
WrongValueTypeException(Object, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.
WrongValueTypeException(Throwable, Object, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.

X

xIncludeAware - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
XIncludeStreamReader - Class in net.sf.mmm.util.xml.impl.stax
This is an implementation of the XMLStreamReader interface that adapts an XMLStreamReader adding support for XInclude.
For details about XInclude see: http://www.w3.org/TR/xinclude/.
ATTENTION:
Please note that currently only plain XML inclusion is currently supported and no XPointer.
XIncludeStreamReader(XMLInputFactory, DataResource) - Constructor for class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The constructor.
XIncludeStreamReader(XMLInputFactory, DataResource, XIncludeStreamReader) - Constructor for class net.sf.mmm.util.xml.impl.stax.XIncludeStreamReader
The constructor.
xml2containerMap - Static variable in class net.sf.mmm.util.component.impl.SpringContainerPool
 
XML_ATR_CHAIN_DEFAULT - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the default-result.
XML_ATR_CHAIN_ID - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the ID of a chain.
XML_ATR_CHAIN_ID - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML attribute for the ID of a chain.
XML_ATR_CHAIN_PARENT - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the parent of a chain.
XML_ATR_CHAIN_PARENT - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML attribute for the parent of a chain.
XML_ATR_HYPHEN - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML attribute for the hyphen character (hyphen).
XML_ATR_RULE_PATTERN - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the pattern of a (include or exclude) rule.
XML_ATR_RULE_PATTERN - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML attribute for RegexStringTransformer.getPattern().
XML_ATR_RULE_REPLACEALL - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML attribute for RegexStringTransformer.isReplaceAll().
XML_ATR_RULE_REPLACEMENT - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML attribute for RegexStringTransformer.getReplacement().
XML_ATR_RULE_STOPONMATCH - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML attribute for RegexStringTransformerRule.isStopOnMatch().
XML_ENCODING_ATRIBUTE - Static variable in class net.sf.mmm.util.xml.base.XmlInputStream
the start of the XML encoding attribute ("encoding=").
XML_HEADER_START - Static variable in class net.sf.mmm.util.xml.base.XmlInputStream
the start of the XML header (").
XML_TAG_CHAIN - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML element for a FilterRuleChain.
XML_TAG_CHAIN - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML element for a StringTransformerChain.
XML_TAG_EXCEPTION - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag for an exception (e).
XML_TAG_EXCEPTION_LIST - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag for the list of exceptions to hyphenation rules (exceptions).
XML_TAG_HYPHENATION - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML root tag (hyphenation).
XML_TAG_PATTERN - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag for a pattern (p).
XML_TAG_PATTERN_LIST - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag for the list of patterns (patterns).
XML_TAG_RULE - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.
The name of the XML element for a RegexStringTransformerRule.
XML_TAG_RULE_EXCLUDE - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML element for an excluding rule.
XML_TAG_RULE_INCLUDE - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML element for an including rule.
XmlAdapterEnum<E extends Enum<E>> - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of XmlAdapter for mapping Enums to nice names.
XmlAdapterEnum() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
The constructor.
XmlAdapterInfixPattern - Class in net.sf.mmm.util.xml.base.jaxb
XmlAdapterInfixPattern() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterInfixPattern
The constructor.
XmlAdapterPattern - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of XmlAdapter for mapping Pattern.
XmlAdapterPattern() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
The constructor.
XmlAdapterProperties - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of XmlAdapter for mapping Properties.
XmlAdapterProperties() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterProperties
The constructor.
xmlBeanClass - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
XmlBeanMapper<T> - Class in net.sf.mmm.util.xml.base.jaxb
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.
ATTENTION:
This class uses an IDValidator to validate duplicate or unresolved XmlIDs on un-marshaling.
XmlBeanMapper(Class<T>) - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
The constructor.
XmlCompareMode - Class in net.sf.mmm.util.xml.api
This class is a simple bean that represents the mode when comparing XML.
XmlCompareMode() - Constructor for class net.sf.mmm.util.xml.api.XmlCompareMode
The constructor.
XmlException - Exception in net.sf.mmm.util.xml.api
An XmlException is thrown if something went wrong with XML serialization or parsing.
XmlException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(String) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(Throwable, String) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(NlsMessage) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlGenericException - Exception in net.sf.mmm.util.xml.api
A XmlGenericException is used to wrap exceptions of underlying XML-frameworks such as StAX or SAX that throw checked exceptions.
XmlGenericException(Throwable) - Constructor for exception net.sf.mmm.util.xml.api.XmlGenericException
The constructor.
xmlInputFactory - Variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
XmlInputStream - Class in net.sf.mmm.util.xml.base
This class is an input-stream that detects the encoding from the potential XML-header of a stream.
XmlInputStream(InputStream, Charset) - Constructor for class net.sf.mmm.util.xml.base.XmlInputStream
The constructor.
XmlInvalidException - Exception in net.sf.mmm.util.xml.base
XmlInvalidException(Throwable) - Constructor for exception net.sf.mmm.util.xml.base.XmlInvalidException
The constructor.
XmlInvalidException(Throwable, Object) - Constructor for exception net.sf.mmm.util.xml.base.XmlInvalidException
The constructor.
xmlOutputFactory - Variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
XmlUtil - Interface in net.sf.mmm.util.xml.api
This is the interface for a collection of utility functions that help to deal with XML.
XmlUtilImpl - Class in net.sf.mmm.util.xml.base
This utility class contains methods that help to deal with XML.
XmlUtilImpl() - Constructor for class net.sf.mmm.util.xml.base.XmlUtilImpl
The constructor.
XOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
XPointerStreamBuilder - Interface in net.sf.mmm.util.xml.impl.stax
This is the interface used to create an XMLStreamReader facade that adapts a given XMLStreamReader only selecting the contents identified by a given XPointer expression.
XPointerStreamReader - Class in net.sf.mmm.util.xml.impl.stax
This is an implementation of the XMLStreamReader interface that adapts an XMLStreamReader adding limited XPointer support.
XPointerStreamReader(XMLStreamReader, String) - Constructor for class net.sf.mmm.util.xml.impl.stax.XPointerStreamReader
The constructor.

Y

YEN_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the Chinese currency yen.

Z

ZERO_WIDTH_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
zeroByteCounts - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The number of bytes that have been 0 for each of the positions modulo 4.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2001–2014 mmm-Team. All rights reserved.