Package net.sourceforge.plantuml
Class BackSlash
- java.lang.Object
-
- net.sourceforge.plantuml.BackSlash
-
public class BackSlash extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BS_BS_N
static char
CHAR_NEWLINE
static String
NEWLINE
-
Constructor Summary
Constructors Constructor Description BackSlash()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
convertHiddenNewLine(String s)
static List<String>
getWithNewlines(CharSequence s)
static char
hiddenNewLine()
static String
manageNewLine(String string)
static List<String>
splitHiddenNewLine(String s)
static String
translateBackSlashes(CharSequence s)
static String
untranslateBackSlashes(CharSequence s)
-
-
-
Field Detail
-
BS_BS_N
public static final String BS_BS_N
- See Also:
- Constant Field Values
-
NEWLINE
public static final String NEWLINE
- See Also:
- Constant Field Values
-
CHAR_NEWLINE
public static final char CHAR_NEWLINE
- See Also:
- Constant Field Values
-
-
Method Detail
-
hiddenNewLine
public static char hiddenNewLine()
-
getWithNewlines
public static List<String> getWithNewlines(CharSequence s)
-
translateBackSlashes
public static String translateBackSlashes(CharSequence s)
-
untranslateBackSlashes
public static String untranslateBackSlashes(CharSequence s)
-
-