Searched refs:getSeparator (Results 1 – 8 of 8) sorted by relevance
168 public abstract String getSeparator(); in getSeparator() method in FileSystem
79 public String getSeparator() { in getSeparator() method in MockFileSystem
42 public abstract char getSeparator(); in getSeparator() method in FileSystem
58 public char getSeparator() { in getSeparator() method in UnixFileSystem
221 public static final char separatorChar = fs.getSeparator();
39 public abstract char getSeparator(); in getSeparator() method in FileSystem
111 public final String getSeparator() { in getSeparator() method in UnixFileSystem
77 assertEquals("/", fileSystem.getSeparator()); in test_getSeparator()