| Package | Description |
|---|---|
| org.kie.memorycompiler |
| Modifier and Type | Method and Description |
|---|---|
JavaConfiguration.CompilerType |
JavaConfiguration.getCompiler() |
static JavaConfiguration.CompilerType |
JavaConfiguration.CompilerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaConfiguration.CompilerType[] |
JavaConfiguration.CompilerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,byte[]> |
KieMemoryCompiler.compileNoLoad(Map<String,String> classNameSourceMap,
ClassLoader classLoader,
JavaCompilerSettings compilerSettings,
JavaConfiguration.CompilerType compilerType)
Compile the given sources and returns the generated byte codes.
|
static Map<String,byte[]> |
KieMemoryCompiler.compileNoLoad(Map<String,String> classNameSourceMap,
ClassLoader classLoader,
JavaConfiguration.CompilerType compilerType)
Compile the given sources and returns the generated byte codes
|
static JavaCompiler |
JavaCompilerFactory.loadCompiler(JavaConfiguration.CompilerType compilerType,
String lngLevel) |
static JavaCompiler |
JavaCompilerFactory.loadCompiler(JavaConfiguration.CompilerType compilerType,
String lngLevel,
String sourceFolder) |
void |
JavaConfiguration.setCompiler(JavaConfiguration.CompilerType compiler)
Set the compiler to be used when building the rules semantic code blocks.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.