Searched defs:toURI (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/beans/PropertyEditor/
H A DMemoryClassLoader.java99 super(toURI(name, kind.extension), kind);
102 private static URI toURI(String name, String extension) { method in class:MemoryClassLoader.MemoryFileObject
/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java125 * and to convert between these two classes using {@link #toURI()} and
937 public URI toURI() throws URISyntaxException { method in class:URL
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DParseUtil.java275 public static java.net.URI toURI(URL url) { method in class:ParseUtil
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java387 * new File(</tt><i>&nbsp;f</i><tt>.{@link #toURI() toURI}()).equals(</tt><i>&nbsp;f</i><tt>.{@link #getAbsoluteFile() getAbsoluteFile}())
408 * @see #toURI()
669 * @see #toURI()
678 * {@link #toURI() toURI} method, and then converting the URI into a URL
699 * new {@link #File(java.net.URI) File}(</tt><i>&nbsp;f</i><tt>.toURI()).equals(</tt><i>&nbsp;f</i><tt>.{@link #getAbsoluteFile() getAbsoluteFile}())
729 public URI toURI() { method in class:File

Completed in 96 milliseconds