Package org.h2.util
Class SourceCompiler.StringJavaFileObject
java.lang.Object
javax.tools.SimpleJavaFileObject
org.h2.util.SourceCompiler.StringJavaFileObject
- All Implemented Interfaces:
FileObject
,JavaFileObject
- Enclosing class:
SourceCompiler
An in-memory java source file object.
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind
-
Field Summary
FieldsFields inherited from class javax.tools.SimpleJavaFileObject
kind, uri
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
-
Field Details
-
sourceCode
-
-
Constructor Details
-
StringJavaFileObject
-
-
Method Details
-
getCharContent
- Specified by:
getCharContent
in interfaceFileObject
- Overrides:
getCharContent
in classSimpleJavaFileObject
-