Klasse UnixLinefeedProcessor

java.lang.Object
org.apache.torque.generator.processor.string.UnixLinefeedProcessor
Alle implementierten Schnittstellen:
StringProcessor

public class UnixLinefeedProcessor extends Object implements StringProcessor
Converts Windows CR/LF character sequences to Unix LF sequences.
  • Konstruktordetails

    • UnixLinefeedProcessor

      public UnixLinefeedProcessor()
  • Methodendetails

    • process

      public String process(String toProcess)
      Converts Windows CR/LF character sequences to Unix LF sequences.
      Angegeben von:
      process in Schnittstelle StringProcessor
      Parameter:
      toProcess - the String to process, not null.
      Gibt zurück:
      the processed String, not null.