Package net.sf.mmm.util.transformer.base

Provides the base-implementation of transformer-util API.

See:
          Description

Class Summary
RegexStringTransformer 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.
RegexStringTransformerRule This class is a RegexStringTransformer that implements the StringTransformerRule interface by adding the stop-on-match flag.
StringTransformerChain This class represents a Transformer for Strings that is build out of a list of rules.
StringTransformerChain.State This inner class contains the state of a transformation.
StringTransformerChainXmlParser Deprecated. - use JAXB directly: JAXBContext context = JAXBContext.newInstance(StringTransformerList.class); StringTransformerList chains = (StringTransformerList) context.createUnmarshaller().unmarshal(source);
StringTransformerList This is a JAXB-ready Container for Transformers.
 

Package net.sf.mmm.util.transformer.base Description

Provides the base-implementation of transformer-util API.

Transformer-Util Base

Provides transformers for strings including parsers for XML-based configuration of chains.



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