Interface PathFileObject

All Superinterfaces:
FileObject, JavaFileObject

@API(since="1.0.0", status=STABLE) public interface PathFileObject extends JavaFileObject
Interface for a path-based JavaFileObject that points to a path on a file system somewhere.

This object will always use UTF-8 encoding when obtaining readers or writers.

No access level or nesting kind information is provided by this implementation.

Since:
1.0.0
Author:
Ashley Scopes