| Package | Description |
|---|---|
| org.kie.memorycompiler | |
| org.kie.memorycompiler.jdknative |
| Modifier and Type | Method and Description |
|---|---|
JavaCompilerSettings |
JavaCompiler.createDefaultSettings()
factory method to create the underlying default settings
|
| Modifier and Type | Method and Description |
|---|---|
CompilationResult |
JavaCompiler.compile(String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
ClassLoader pClassLoader,
JavaCompilerSettings pSettings)
Compiles the java resources "some/path/to/MyJava.java"
read through the ResourceReader and then stores the resulting
classes in the ResourceStore under "some/path/to/MyJava.class".
|
void |
JavaCompiler.setJavaCompilerSettings(JavaCompilerSettings javaCompilerSettings) |
void |
AbstractJavaCompiler.setJavaCompilerSettings(JavaCompilerSettings javaCompilerSettings) |
| Constructor and Description |
|---|
JavaCompilerSettings(JavaCompilerSettings pSettings) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeJavaCompilerSettings |
| Modifier and Type | Method and Description |
|---|---|
JavaCompilerSettings |
NativeJavaCompiler.createDefaultSettings() |
| Modifier and Type | Method and Description |
|---|---|
CompilationResult |
NativeJavaCompiler.compile(String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
ClassLoader pClassLoader,
JavaCompilerSettings pSettings) |
| Constructor and Description |
|---|
NativeJavaCompilerSettings(JavaCompilerSettings pSettings) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.