class JavaSourceFileObject extends SimpleJavaFileObject
JavaFileObject.Kind
Modifier and Type | Field and Description |
---|---|
private String |
source
.
|
kind, uri
Constructor and Description |
---|
JavaSourceFileObject(String className,
String source) |
Modifier and Type | Method and Description |
---|---|
CharSequence |
getCharContent(boolean ignoreEncodingErrors) |
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
JavaSourceFileObject(String className, String source) throws URISyntaxException
URISyntaxException
public CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException
getCharContent
in interface FileObject
getCharContent
in class SimpleJavaFileObject
IOException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.