|
|
javax > javax.tools > javax.tools.forwardingjavafilemanager >
Class: javax.tools.ForwardingJavaFileManager java.lang.Object javax.tools.ForwardingJavaFileManager
public class ForwardingJavaFileManager extends Object implements JavaFileManager
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | void | close() Throws: IOException |
| | public | void | flush() Throws: IOException |
| | public | ClassLoader | getClassLoader(JavaFileManager.Location location) Throws: SecurityException Throws: IllegalStateException |
| | public | FileObject | getFileForInput(JavaFileManager.Location location, String packageName, String relativeName) Throws: IllegalArgumentException Throws: IllegalStateException Throws: IOException |
| | public | FileObject | getFileForOutput(JavaFileManager.Location location, String packageName, String relativeName, FileObject sibling) Throws: IllegalArgumentException Throws: IllegalStateException Throws: IOException |
| | public | JavaFileObject | getJavaFileForInput(JavaFileManager.Location location, String className, JavaFileObject.Kind kind) Throws: IllegalArgumentException Throws: IllegalStateException Throws: IOException |
| | public | JavaFileObject | getJavaFileForOutput(JavaFileManager.Location location, String className, JavaFileObject.Kind kind, FileObject sibling) Throws: IllegalArgumentException Throws: IllegalStateException Throws: IOException |
| | public | boolean | handleOption(String current, Iterator remaining) Throws: IllegalArgumentException Throws: IllegalStateException |
| | public | boolean | hasLocation(JavaFileManager.Location location) |
| | public | String | inferBinaryName(JavaFileManager.Location location, JavaFileObject file) Throws: IllegalStateException |
| | public | boolean | isSameFile(FileObject a, FileObject b) Throws: IllegalArgumentException |
| | public | int | isSupportedOption(String option) |
| | public | Iterable | list(JavaFileManager.Location location, String packageName, Set kinds, boolean recurse) Throws: IOException Throws: IllegalStateException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|