ForwardingFileObject

Class ForwardingFileObject<F extends FileObject>

Type Parameters:
F - the kind of file object forwarded to by this object
All Implemented Interfaces:
FileObject
Direct Known Subclasses:
ForwardingJavaFileObject
public class ForwardingFileObject<F extends FileObject>
extends Object
implements FileObject

Forwards calls to a given file object. Subclasses of this class might override some of these methods and might also prov