com.sun.tools.javap
Class JavapFileManager

java.lang.Object
  extended by com.sun.tools.javac.file.JavacFileManager
      extended by com.sun.tools.javap.JavapFileManager
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, JavaFileManager, OptionChecker, StandardJavaFileManager

 class JavapFileManager
extends JavacFileManager

javap's implementation of JavaFileManager.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.tools.javac.file.JavacFileManager
JavacFileManager.Archive, JavacFileManager.MissingArchive
 
Nested classes/interfaces inherited from interface javax.tools.JavaFileManager
JavaFileManager.Location
 
Field Summary
 
Fields inherited from class com.sun.tools.javac.file.JavacFileManager
charset, ignoreSymbolFile, log, mmappedIO
 
Constructor Summary
private JavapFileManager(Context context, java.nio.charset.Charset charset)
           
 
Method Summary
(package private) static JavapFileManager create(DiagnosticListener<? super JavaFileObject> dl, java.io.PrintWriter log, Options options)
           
(package private)  void setIgnoreSymbolFile(boolean b)
           
 
Methods inherited from class com.sun.tools.javac.file.JavacFileManager
close, flush, getClassLoader, getEncodingName, getFileForInput, getFileForInput, getFileForOutput, getFileForOutput, getJavacBaseFileName, getJavacFileName, getJavaFileForInput, getJavaFileForOutput, getJavaFileObjects, getJavaFileObjects, getJavaFileObjectsFromFiles, getJavaFileObjectsFromStrings, getKind, getLocation, getRegularFile, getRelativeName, getSource, handleOption, hasLocation, inferBinaryName, isRelativeUri, isSameFile, isSupportedOption, list, openArchive, preRegister, setContext, setLocation, testName, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavapFileManager

private JavapFileManager(Context context,
                         java.nio.charset.Charset charset)
Method Detail

create

static JavapFileManager create(DiagnosticListener<? super JavaFileObject> dl,
                               java.io.PrintWriter log,
                               Options options)

setIgnoreSymbolFile

void setIgnoreSymbolFile(boolean b)