Uses of Interface
net.sf.mmm.util.transformer.api.Transformer

Packages that use Transformer
net.sf.mmm.util.text.api Provides the API for utilities that help with textual operations. 
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
net.sf.mmm.util.transformer.api Provides the API for transformation-utilities. 
net.sf.mmm.util.transformer.base Provides the base-implementation of transformer-util API. 
 

Uses of Transformer in net.sf.mmm.util.text.api
 

Subinterfaces of Transformer in net.sf.mmm.util.text.api
 interface Singularizer
          This is the interface for a translation of a term given in plural form to the according singular form.
 

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

Classes in net.sf.mmm.util.text.base that implement Transformer
 class AbstractTextTransformer
          This is the abstract base implementation of a Transformer for strings.
 class EnglishSingularizer
          This is the implementation of the Singularizer interface for English language.
 

Uses of Transformer in net.sf.mmm.util.transformer.api
 

Subinterfaces of Transformer in net.sf.mmm.util.transformer.api
 interface StringTransformerRule
          This is the interface for a Transformer of Strings that is typically used as part of a StringTransformerChain.
 

Uses of Transformer in net.sf.mmm.util.transformer.base
 

Classes in net.sf.mmm.util.transformer.base that implement Transformer
 class 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.
 class RegexStringTransformerRule
          This class is a RegexStringTransformer that implements the StringTransformerRule interface by adding the stop-on-match flag.
 class StringTransformerChain
          This class represents a Transformer for Strings that is build out of a list of rules.
 



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