Package net.binis.codegen.test
Class JavaSourceObject
java.lang.Object
javax.tools.SimpleJavaFileObject
net.binis.codegen.test.JavaSourceObject
- All Implemented Interfaces:
FileObject,JavaFileObject
public class JavaSourceObject extends SimpleJavaFileObject
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JavaSourceObject(String name, String source) -
Method Summary
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
-
Constructor Details
-
Method Details
-
getCharContent
- Specified by:
getCharContentin interfaceFileObject- Overrides:
getCharContentin classSimpleJavaFileObject- Throws:
IOException
-