< prev index next >

src/java.compiler/share/classes/javax/tools/JavaFileManager.java

Print this page

        

*** 77,87 **** * match the "path-rootless" rule of <a * href="http://www.ietf.org/rfc/rfc3986.txt">RFC&nbsp;3986</a>, * section&nbsp;3.3. Informally, this should be true: * * <!-- URI.create(relativeName).normalize().getPath().equals(relativeName) --> ! * <pre> URI.{@linkplain java.net.URI#create create}(relativeName).{@linkplain java.net.URI#normalize normalize}().{@linkplain java.net.URI#getPath getPath}().equals(relativeName)</pre> * * <p>All methods in this interface might throw a SecurityException. * * <p>An object of this interface is not required to support * multi-threaded access, that is, be synchronized. However, it must --- 77,87 ---- * match the "path-rootless" rule of <a * href="http://www.ietf.org/rfc/rfc3986.txt">RFC&nbsp;3986</a>, * section&nbsp;3.3. Informally, this should be true: * * <!-- URI.create(relativeName).normalize().getPath().equals(relativeName) --> ! * <pre> URI.{@linkplain java.net.URI#create create}(relativeName).{@linkplain java.net.URI#normalize() normalize}().{@linkplain java.net.URI#getPath getPath}().equals(relativeName)</pre> * * <p>All methods in this interface might throw a SecurityException. * * <p>An object of this interface is not required to support * multi-threaded access, that is, be synchronized. However, it must
< prev index next >