Package gw.lang.javac
Class SourceJavaFileObject
- java.lang.Object
-
- javax.tools.SimpleJavaFileObject
-
- gw.lang.javac.SourceJavaFileObject
-
- All Implemented Interfaces:
FileObject,JavaFileObject
public class SourceJavaFileObject extends SimpleJavaFileObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind
-
-
Field Summary
-
Fields inherited from class javax.tools.SimpleJavaFileObject
kind, uri
-
-
Constructor Summary
Constructors Constructor Description SourceJavaFileObject(String filename)SourceJavaFileObject(URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequencegetCharContent(boolean ignoreEncodingErrors)-
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
-
-
-
-
Method Detail
-
getCharContent
public CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException
- Specified by:
getCharContentin interfaceFileObject- Overrides:
getCharContentin classSimpleJavaFileObject- Throws:
IOException
-
-