Uses of Enum Class
org.kie.memorycompiler.JavaConfiguration.CompilerType
Packages that use JavaConfiguration.CompilerType
-
Uses of JavaConfiguration.CompilerType in org.kie.memorycompiler
Methods in org.kie.memorycompiler that return JavaConfiguration.CompilerTypeModifier and TypeMethodDescriptionJavaConfiguration.getCompiler()Returns the enum constant of this class with the specified name.static JavaConfiguration.CompilerType[]JavaConfiguration.CompilerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.memorycompiler with parameters of type JavaConfiguration.CompilerTypeModifier and TypeMethodDescriptionKieMemoryCompiler.compileNoLoad(Map<String, String> classNameSourceMap, ClassLoader classLoader, JavaCompilerSettings compilerSettings, JavaConfiguration.CompilerType compilerType) Compile the given sources and returns the generated byte codes.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.