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

Method getFileSep

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

Get local fashion for file separators (e.g. "/").

()

Source from the content-addressed store, hash-verified

46
47 /** Get local fashion for file separators (e.g. "/"). */
48 public static String getFileSep() { return fileSep; }
49
50 /** Add n pad characters to pad. */
51 public static String addPadding(String pad, int n) {

Callers 6

testConfigUpdatingMethod · 0.95
testConfigFileNamingMethod · 0.95
runningOnUnixMethod · 0.95

Calls

no outgoing calls

Tested by 3

testConfigUpdatingMethod · 0.76
testConfigFileNamingMethod · 0.76