public class JavaClassFileObject extends SimpleJavaFileObject
JavaFileObject.Kindkind, uri| Constructor and Description |
|---|
JavaClassFileObject(String name) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getClassName() |
OutputStream |
openOutputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openReader, openWriter, toString, toUripublic JavaClassFileObject(String name)
public byte[] getBytes()
public String getClassName()
public OutputStream openOutputStream() throws IOException
openOutputStream in interface FileObjectopenOutputStream in class SimpleJavaFileObjectIOExceptionCopyright © 2020. All rights reserved.