Package javax.tools

Class ForwardingJavaFileManager<M extends JavaFileManager>

java.lang.Object
javax.tools.ForwardingJavaFileManager<M>
Type Parameters:
M - the kind of file manager forwarded to by this object
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, JavaFileManager, OptionChecker

public class ForwardingJavaFileManager<M extends JavaFileManager> extends Object implements JavaFileManager
Forwards calls to a given file manager. Subclasses of this class might override some of these methods and might also provide additional fields and methods.

Unless stated otherwise, references in this class to "this file manager" should be interpreted as referring indirectly to the delegate file manager.

Since:
1.6