Uses of Class
org.kie.memorycompiler.JavaConfiguration.CompilerType
-
Packages that use JavaConfiguration.CompilerType Package Description org.kie.memorycompiler -
-
Uses of JavaConfiguration.CompilerType in org.kie.memorycompiler
Methods in org.kie.memorycompiler that return JavaConfiguration.CompilerType Modifier and Type Method Description JavaConfiguration.CompilerTypeJavaConfiguration. getCompiler()static JavaConfiguration.CompilerTypeJavaConfiguration.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.Methods in org.kie.memorycompiler with parameters of type JavaConfiguration.CompilerType Modifier and Type Method 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 codesstatic JavaCompilerJavaCompilerFactory. loadCompiler(JavaConfiguration.CompilerType compilerType, String lngLevel)static JavaCompilerJavaCompilerFactory. loadCompiler(JavaConfiguration.CompilerType compilerType, String lngLevel, String sourceFolder)voidJavaConfiguration. setCompiler(JavaConfiguration.CompilerType compiler)Set the compiler to be used when building the rules semantic code blocks.
-