org.crsh.lang.java
Class JavaSourceFileObject
java.lang.Object
javax.tools.SimpleJavaFileObject
org.crsh.lang.java.JavaSourceFileObject
- All Implemented Interfaces:
- FileObject, JavaFileObject
class JavaSourceFileObject
- extends SimpleJavaFileObject
- Author:
- Julien Viet
| Methods inherited from class javax.tools.SimpleJavaFileObject |
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri |
source
private final String source
- .
JavaSourceFileObject
JavaSourceFileObject(String className,
String source)
throws URISyntaxException
- Throws:
URISyntaxException
getCharContent
public CharSequence getCharContent(boolean ignoreEncodingErrors)
throws IOException
- Specified by:
getCharContent in interface FileObject- Overrides:
getCharContent in class SimpleJavaFileObject
- Throws:
IOException
Copyright © 2014 eXo Platform SAS. All Rights Reserved.