langtools/src/share/classes/com/sun/tools/javac/nio/PathFileObject.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    54  *  Path objects. The primary complexity is the support for "inferBinaryName".
    54  *  Path objects. The primary complexity is the support for "inferBinaryName".
    55  *  This is left as an abstract method, implemented by each of a number of
    55  *  This is left as an abstract method, implemented by each of a number of
    56  *  different factory methods, which compute the binary name based on
    56  *  different factory methods, which compute the binary name based on
    57  *  information available at the time the file object is created.
    57  *  information available at the time the file object is created.
    58  *
    58  *
    59  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    59  *  <p><b>This is NOT part of any supported API.
    60  *  you write code that depends on this, you do so at your own risk.
    60  *  If you write code that depends on this, you do so at your own risk.
    61  *  This code and its internal interfaces are subject to change or
    61  *  This code and its internal interfaces are subject to change or
    62  *  deletion without notice.</b>
    62  *  deletion without notice.</b>
    63  */
    63  */
    64 abstract class PathFileObject implements JavaFileObject {
    64 abstract class PathFileObject implements JavaFileObject {
    65     private JavacPathFileManager fileManager;
    65     private JavacPathFileManager fileManager;