| |
|
| java.lang.Object javax.tools.ForwardingFileObject
ForwardingFileObject | public class ForwardingFileObject implements FileObject(Code) | | Forwards calls to a given file object. Subclasses of this class
might override some of these methods and might also provide
additional fields and methods.
< Parameters: F - > the kind of file object forwarded to by this object author: Peter von der Ahé since: 1.6 |
Field Summary | |
final protected F | fileObject The file object which all methods are delegated to. |
Constructor Summary | |
protected | ForwardingFileObject(F fileObject) Creates a new instance of ForwardingFileObject. |
fileObject | final protected F fileObject(Code) | | The file object which all methods are delegated to.
|
ForwardingFileObject | protected ForwardingFileObject(F fileObject)(Code) | | Creates a new instance of ForwardingFileObject.
Parameters: fileObject - delegate to this file object |
delete | public boolean delete()(Code) | | |
getLastModified | public long getLastModified()(Code) | | |
|
|
|