|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.file.JavacFileManager
com.sun.tools.javap.JavapFileManager
class JavapFileManager
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 |
|---|
private JavapFileManager(Context context,
java.nio.charset.Charset charset)
| Method Detail |
|---|
static JavapFileManager create(DiagnosticListener<? super JavaFileObject> dl,
java.io.PrintWriter log,
Options options)
void setIgnoreSymbolFile(boolean b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||