java.lang.Object
aQute.bnd.build.model.conversions.NewlineEscapedStringFormatter
- All Implemented Interfaces:
Converter<String,String>
Turns newlines to textual escaped newlines and orphaned backslashes to double
backslashes.
- Author:
- aqute
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NewlineEscapedStringFormatter
public NewlineEscapedStringFormatter()
-