JavaFileObject
Interface JavaFileObject
- All Superinterfaces:
- FileObject
- All Known Implementing Classes:
- ForwardingJavaFileObject, SimpleJavaFileObject
public interface JavaFileObject extends FileObject
File abstraction for tools operating on Java™ programming language source and class files.
All methods in this interface might throw a SecurityException if a security exception occurs.
Unless explicitly allowed, all methods in this interface might throw a NullPointerException if given a null
argument.
- Since:
- 1.6
- See Also:
JavaFileManager