dutils.digger.transformations
Interface StringTransformation
- All Known Implementing Classes:
- JavaTransformation, NoCaseTransformation
- public interface StringTransformation
Represents a generic String
transformation.
This is used in order to transform either the search string or the strings
of processed entries (for example, file names).
- Version:
- 1.0
- Author:
- Daniel Or
Method Summary |
java.lang.String |
transform(java.lang.String s)
|
transform
public java.lang.String transform(java.lang.String s)
- Parameters:
s
- a String
to transform.
- Returns:
- String the transformed
String
.