Uses of Interface
net.sf.mmm.util.lang.api.StringUtil

Packages that use StringUtil
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.file.base Contains public implementations of File-utilities. 
net.sf.mmm.util.lang.base Contains the basic implementation of the Lang-Util API
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
net.sf.mmm.util.value.base Contains the base-implementations of the value API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

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

Fields in net.sf.mmm.util.cli.base declared as StringUtil
private  StringUtil AbstractCliParserBuilder.stringUtil
           
 

Methods in net.sf.mmm.util.cli.base that return StringUtil
 StringUtil AbstractCliParserBuilder.getStringUtil()
          
 StringUtil CliParserDependencies.getStringUtil()
           
 

Methods in net.sf.mmm.util.cli.base with parameters of type StringUtil
 void AbstractCliParserBuilder.setStringUtil(StringUtil stringUtil)
           
 

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

Fields in net.sf.mmm.util.file.base declared as StringUtil
private  StringUtil FileUtilImpl.stringUtil
           
 

Methods in net.sf.mmm.util.file.base that return StringUtil
protected  StringUtil FileUtilImpl.getStringUtil()
          This method gets the StringUtilImpl that is used by this FileUtilImpl.
 

Methods in net.sf.mmm.util.file.base with parameters of type StringUtil
 void FileUtilImpl.setStringUtil(StringUtil stringUtil)
          This method sets the StringUtil.
 

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

Classes in net.sf.mmm.util.lang.base that implement StringUtil
 class StringUtilImpl
          This is the implementation of the StringUtil interface.
 

Fields in net.sf.mmm.util.lang.base declared as StringUtil
private static StringUtil StringUtilImpl.instance
           
 

Methods in net.sf.mmm.util.lang.base that return StringUtil
static StringUtil StringUtilImpl.getInstance()
          This method gets the singleton instance of this StringUtilImpl.
 

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

Fields in net.sf.mmm.util.text.base declared as StringUtil
private  StringUtil HyphenationState.stringUtil
          The StringUtil to use.
private  StringUtil HyphenatorBuilderImpl.stringUtil
           
private  StringUtil HyphenatorImpl.stringUtil
           
 

Methods in net.sf.mmm.util.text.base that return StringUtil
protected  StringUtil HyphenatorBuilderImpl.getStringUtil()
           
 

Methods in net.sf.mmm.util.text.base with parameters of type StringUtil
 void HyphenatorBuilderImpl.setStringUtil(StringUtil stringUtil)
           
 

Constructors in net.sf.mmm.util.text.base with parameters of type StringUtil
HyphenationState(String word, String normalizedWord, char hyphen, int maxPatternLength, int offset, StringHasher hasher, StringUtil stringUtil)
          The constructor.
HyphenatorImpl(Locale locale, char hyphen, List<String> patternList, List<String> exceptionList, StringHasher hasher, StringUtil stringUtil)
          The constructor.
 

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

Fields in net.sf.mmm.util.value.base declared as StringUtil
private  StringUtil StringValueConverterImpl.stringUtil
           
 

Methods in net.sf.mmm.util.value.base that return StringUtil
protected  StringUtil StringValueConverterImpl.getStringUtil()
          This method gets the StringUtil used to deal with strings.
 

Methods in net.sf.mmm.util.value.base with parameters of type StringUtil
 void StringValueConverterImpl.setStringUtil(StringUtil stringUtil)
           
 

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

Fields in net.sf.mmm.util.value.impl declared as StringUtil
private  StringUtil ValueConverterToBoolean.stringUtil
           
private  StringUtil ValueConverterToString.stringUtil
           
private  StringUtil ValueConverterToEnum.stringUtil
           
 

Methods in net.sf.mmm.util.value.impl that return StringUtil
protected  StringUtil ValueConverterToBoolean.getStringUtil()
          This method gets the StringUtil to use.
protected  StringUtil ValueConverterToString.getStringUtil()
          This method gets the StringUtil to use.
protected  StringUtil ValueConverterToEnum.getStringUtil()
          This method gets the StringUtil to use.
 

Methods in net.sf.mmm.util.value.impl with parameters of type StringUtil
 void ValueConverterToBoolean.setStringUtil(StringUtil stringUtil)
          This method sets the StringUtil to use.
 void ValueConverterToString.setStringUtil(StringUtil stringUtil)
          This method sets the StringUtil to use.
 void ValueConverterToEnum.setStringUtil(StringUtil stringUtil)
          This method sets the StringUtil to use.
 



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