Class UnixLinefeedProcessor
java.lang.Object
org.apache.torque.generator.processor.string.UnixLinefeedProcessor
- All Implemented Interfaces:
StringProcessor
Converts Windows CR/LF character sequences to Unix LF sequences.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnixLinefeedProcessor
public UnixLinefeedProcessor()
-
-
Method Details
-
process
Converts Windows CR/LF character sequences to Unix LF sequences.- Specified by:
processin interfaceStringProcessor- Parameters:
toProcess- the String to process, not null.- Returns:
- the processed String, not null.
-