public class JavaClassFileObject extends SimpleJavaFileObject
JavaFileObject.Kind
kind, 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, toUri
public JavaClassFileObject(String name)
public byte[] getBytes()
public String getClassName()
public OutputStream openOutputStream() throws IOException
openOutputStream
in interface FileObject
openOutputStream
in class SimpleJavaFileObject
IOException
Copyright © 2020. All rights reserved.