Searched refs:getSeparator (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCounter.java65 public String getSeparator(); method in interface:Counter
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileSystem.java168 public abstract String getSeparator(); method in class:FileSystem
253 * typically they will be joined using the {@link #getSeparator
403 * FileSystem#getSeparator name-separators}. </p></li>
/openjdk7/jdk/src/share/classes/java/io/
H A DFileSystem.java47 public abstract char getSeparator(); method in class:FileSystem
H A DFile.java215 public static final char separatorChar = fs.getSeparator();
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java206 public String getSeparator() { method in class:TestProvider.TestFileSystem
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/nio/
H A DJavacPathFileManager.java338 String sep = path.getFileSystem().getSeparator();
535 return fs.getPath(relativePath.replace("/", fs.getSeparator()));
540 Path rp = fs.getPath(relativePath.replace("/", fs.getSeparator()));
H A DPathFileObject.java308 relativePath.getFileSystem().getSeparator());
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java86 public String getSeparator() { method in class:PassThroughFileSystem
87 return delegate.getSeparator();
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystem.java101 public String getSeparator() { method in class:WindowsFileSystem
/openjdk7/jdk/src/solaris/classes/java/io/
H A DUnixFileSystem.java50 public char getSeparator() { method in class:UnixFileSystem
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystem.java111 public final String getSeparator() { method in class:UnixFileSystem
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLock.java154 String sep = FileSystems.getDefault().getSeparator();
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java116 public String getSeparator() { method in class:TokenList
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java63 public char getSeparator() { method in class:Win32FileSystem
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java139 public String getSeparator() { method in class:ZipFileSystem

Completed in 394 milliseconds