Java javax.tools JavaFileManager fields, constructors, methods, implement or subclass

Example usage for Java javax.tools JavaFileManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.tools JavaFileManager.

The text is from its open source code.

Method

voidclose()
Releases any resources opened by this file manager directly or indirectly.
ClassLoadergetClassLoader(Location location)
Returns a class loader for loading plug-ins from the given package-oriented location.
JavaFileObjectgetJavaFileForInput(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.
JavaFileObjectgetJavaFileForOutput(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.