public class KieMemoryCompilerByteCode extends SimpleJavaFileObject
JavaFileObject.Kind
kind, uri
Constructor and Description |
---|
KieMemoryCompilerByteCode(String className)
Constructor for
Kind.CLASS KieMemoryCompilerCode |
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteCode() |
String |
getClassName() |
OutputStream |
openOutputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openReader, openWriter, toString, toUri
public String getClassName()
public OutputStream openOutputStream() throws IOException
openOutputStream
in interface FileObject
openOutputStream
in class SimpleJavaFileObject
IOException
public byte[] getByteCode()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.