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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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;

mercurial