Class NewLineCharacterConverter
- java.lang.Object
-
- org.pentaho.di.core.injection.InjectionTypeConverter
-
- org.pentaho.di.trans.steps.textfileoutput.NewLineCharacterConverter
-
public class NewLineCharacterConverter extends org.pentaho.di.core.injection.InjectionTypeConverter
Converter for string representations of new line characters
-
-
Constructor Summary
Constructors Constructor Description NewLineCharacterConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
string2string(String v)
-
Methods inherited from class org.pentaho.di.core.injection.InjectionTypeConverter
boolean2boolean, boolean2booleanPrimitive, boolean2enum, boolean2integer, boolean2intPrimitive, boolean2long, boolean2longPrimitive, boolean2string, integer2boolean, integer2booleanPrimitive, integer2enum, integer2integer, integer2intPrimitive, integer2long, integer2longPrimitive, integer2string, number2boolean, number2booleanPrimitive, number2enum, number2integer, number2intPrimitive, number2long, number2longPrimitive, number2string, string2boolean, string2booleanPrimitive, string2enum, string2integer, string2intPrimitive, string2long, string2longPrimitive
-
-