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