< prev index next >

src/java.compiler/share/classes/javax/annotation/processing/Filer.java

Print this page

        

*** 58,68 **** * and writing resources take a relative name argument. A relative * name is a non-null, non-empty sequence of path segments separated * by {@code '/'}; {@code '.'} and {@code '..'} are invalid path * segments. A valid relative name must match the * &quot;path-rootless&quot; rule of <a ! * href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>, section * 3.3. * * <p>The file creation methods take a variable number of arguments to * allow the <em>originating elements</em> to be provided as hints to * the tool infrastructure to better manage dependencies. The --- 58,68 ---- * and writing resources take a relative name argument. A relative * name is a non-null, non-empty sequence of path segments separated * by {@code '/'}; {@code '.'} and {@code '..'} are invalid path * segments. A valid relative name must match the * &quot;path-rootless&quot; rule of <a ! * href="http://www.ietf.org/html/rfc3986.txt">RFC 3986</a>, section * 3.3. * * <p>The file creation methods take a variable number of arguments to * allow the <em>originating elements</em> to be provided as hints to * the tool infrastructure to better manage dependencies. The
< prev index next >