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

Method getPathSep

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

Get local fashion for path separators (e.g. ":").

()

Source from the content-addressed store, hash-verified

40
41 /** Get local fashion for path separators (e.g. ":"). */
42 public static String getPathSep() { return pathSep; }
43
44 /** Local fashion for file separators. */
45 private static String fileSep = System.getProperty("file.separator");

Callers 1

findSubclassesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected