class JavaClassFileObject extends SimpleJavaFileObject
JavaFileObject.Kind| Modifier and Type | Field and Description |
|---|---|
private ByteArrayOutputStream |
baos
.
|
private String |
className
.
|
kind, uri| Constructor and Description |
|---|
JavaClassFileObject(String className) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
(package private) String |
getClassName() |
OutputStream |
openOutputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openReader, openWriter, toString, toUriprivate ByteArrayOutputStream baos
JavaClassFileObject(String className) throws URISyntaxException
URISyntaxExceptionString getClassName()
public byte[] getBytes()
public OutputStream openOutputStream() throws IOException
openOutputStream in interface FileObjectopenOutputStream in class SimpleJavaFileObjectIOExceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.