public final class Strings extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
escape(Appendable output,
String arg) |
static String |
escape(String arg) |
static String |
joinAsLines(String... elements)
Joining independent lines from provided elements into one line with
System.lineSeparator after
each element |
static String |
prettyPrint(Object o) |
public static final String TAB
public static String joinAsLines(String... elements)
System.lineSeparator after
each elementelements - - lines to joinpublic static void escape(Appendable output, String arg) throws IOException
IOExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.