MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getNl

Method getNl

src/main/java/gate/util/Strings.java:36–36  ·  view source on GitHub ↗

Get local fashion for newlines.

()

Source from the content-addressed store, hash-verified

34
35 /** Get local fashion for newlines. */
36 public static String getNl() { return newline; }
37
38 /** Local fashion for path separators. */
39 private static String pathSep = System.getProperty("path.separator");

Callers 15

testUpdateXmlElementMethod · 0.95
GateClass · 0.95
helpMethod · 0.95
createResourceMethod · 0.95
setParameterValueMethod · 0.95
toXmlMethod · 0.95
populateMethod · 0.95
toXmlMethod · 0.95
toStringMethod · 0.95
getParameterClassMethod · 0.95
endDocumentMethod · 0.95
setParameterValueMethod · 0.95

Calls

no outgoing calls

Tested by 1

testUpdateXmlElementMethod · 0.76