com.sun.tools.javac
Class Server.CwdFileManager

java.lang.Object
  extended by javax.tools.ForwardingJavaFileManager<JavaFileManager>
      extended by com.sun.tools.javac.Server.CwdFileManager
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, JavaFileManager, OptionChecker
Enclosing class:
Server

static class Server.CwdFileManager
extends ForwardingJavaFileManager<JavaFileManager>


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.tools.JavaFileManager
JavaFileManager.Location
 
Field Summary
(package private)  java.lang.String cwd
           
 
Fields inherited from class javax.tools.ForwardingJavaFileManager
fileManager
 
Constructor Summary
Server.CwdFileManager(JavaFileManager fileManager)
           
 
Method Summary
(package private)  java.lang.String getAbsoluteName(java.lang.String name)
           
 
Methods inherited from class javax.tools.ForwardingJavaFileManager
close, flush, getClassLoader, getFileForInput, getFileForOutput, getJavaFileForInput, getJavaFileForOutput, handleOption, hasLocation, inferBinaryName, isSameFile, isSupportedOption, list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cwd

java.lang.String cwd
Constructor Detail

Server.CwdFileManager

Server.CwdFileManager(JavaFileManager fileManager)
Method Detail

getAbsoluteName

java.lang.String getAbsoluteName(java.lang.String name)