org.tentackle.util
Interface StringConverter

All Known Implementing Classes:
DefaultStringNormalizer

public interface StringConverter

Generic string converter.

Author:
harald

Method Summary
 String convert(String str)
          Takes a string and converts it.
 

Method Detail

convert

String convert(String str)
Takes a string and converts it. If the input string is null, the output must be null too.

Parameters:
str - the string to convert
Returns:
the converted string


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de