langtools/src/share/classes/com/sun/tools/javac/nio/PathFileManager.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14259 fb94a1df0d53
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    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     /**