langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/BaseFileManager.java
changeset 27379 5ae894733e09
parent 27318 4660a5da7d90
child 27579 d1a63c99cdd5
equal deleted inserted replaced
27325:948cceef81ba 27379:5ae894733e09
   102 
   102 
   103     protected String classLoaderClass;
   103     protected String classLoaderClass;
   104 
   104 
   105     protected Locations locations;
   105     protected Locations locations;
   106 
   106 
       
   107     /**
       
   108      * A flag for clients to use to indicate that this file manager should
       
   109      * be closed when it is no longer required.
       
   110      */
       
   111     public boolean autoClose;
       
   112 
   107     protected Source getSource() {
   113     protected Source getSource() {
   108         String sourceName = options.get(Option.SOURCE);
   114         String sourceName = options.get(Option.SOURCE);
   109         Source source = null;
   115         Source source = null;
   110         if (sourceName != null)
   116         if (sourceName != null)
   111             source = Source.lookup(sourceName);
   117             source = Source.lookup(sourceName);