dutils.digger.transformations
Class NoCaseTransformation

java.lang.Object
  |
  +--dutils.digger.transformations.NoCaseTransformation
All Implemented Interfaces:
StringTransformation

public class NoCaseTransformation
extends java.lang.Object
implements StringTransformation


Constructor Summary
NoCaseTransformation()
           
 
Method Summary
 java.lang.String transform(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCaseTransformation

public NoCaseTransformation()
Method Detail

transform

public java.lang.String transform(java.lang.String str)
Specified by:
transform in interface StringTransformation
Parameters:
str - a String to transform.
Returns:
String the transformed String.
See Also:
ComparisonTransformation