src/share/classes/com/sun/tools/javac/nio/PathFileManager.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1358
fc123bdeddb8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
39 * Also, JavaCompiler might reasonably provide a method getPathFileManager, 39 * Also, JavaCompiler might reasonably provide a method getPathFileManager,
40 * similar to {@link javax.tools.JavaCompiler#getStandardFileManager 40 * similar to {@link javax.tools.JavaCompiler#getStandardFileManager
41 * getStandardFileManager}. However, would need to be handled carefully 41 * getStandardFileManager}. However, would need to be handled carefully
42 * as another forward reference from langtools to jdk. 42 * as another forward reference from langtools to jdk.
43 * 43 *
44 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 44 * <p><b>This is NOT part of any supported API.
45 * you write code that depends on this, you do so at your own risk. 45 * If you write code that depends on this, you do so at your own risk.
46 * This code and its internal interfaces are subject to change or 46 * This code and its internal interfaces are subject to change or
47 * deletion without notice.</b> 47 * deletion without notice.</b>
48 */ 48 */
49 public interface PathFileManager extends JavaFileManager { 49 public interface PathFileManager extends JavaFileManager {
50 /** 50 /**

mercurial