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

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 701
232919708730
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
99 * call {@link #setLocation}. 99 * call {@link #setLocation}.
100 * 100 *
101 * <p>To reduce confusion with Path objects, the locations such as "class path", 101 * <p>To reduce confusion with Path objects, the locations such as "class path",
102 * "source path", etc, are generically referred to here as "search paths". 102 * "source path", etc, are generically referred to here as "search paths".
103 * 103 *
104 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 104 * <p><b>This is NOT part of any supported API.
105 * you write code that depends on this, you do so at your own risk. 105 * If you write code that depends on this, you do so at your own risk.
106 * This code and its internal interfaces are subject to change or 106 * This code and its internal interfaces are subject to change or
107 * deletion without notice.</b> 107 * deletion without notice.</b>
108 */ 108 */
109 public class JavacPathFileManager extends BaseFileManager implements PathFileManager { 109 public class JavacPathFileManager extends BaseFileManager implements PathFileManager {
110 protected FileSystem defaultFileSystem; 110 protected FileSystem defaultFileSystem;

mercurial