Example usage for Java javax.tools JavaFileManager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Releases any resources opened by this file manager directly or indirectly. |
ClassLoader | getClassLoader(Location location) Returns a class loader for loading plug-ins from the given package-oriented location. |
JavaFileObject | getJavaFileForInput(Location location, String className, Kind kind) Returns a JavaFileObject file object for input representing the specified class of the specified kind in the given package-oriented location. |
JavaFileObject | getJavaFileForOutput(Location location, String className, Kind kind, FileObject sibling) Returns a JavaFileObject file object for output representing the specified class of the specified kind in the given package-oriented location. |