- CompilationProblem - Interface in org.kie.memorycompiler
-
- CompilationResult - Class in org.kie.memorycompiler
-
A CompilationResult represents the result of a compilation.
- CompilationResult(CompilationProblem[]) - Constructor for class org.kie.memorycompiler.CompilationResult
-
- compile(String[], ResourceReader, ResourceStore) - Method in class org.kie.memorycompiler.AbstractJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader) - Method in class org.kie.memorycompiler.AbstractJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore) - Method in interface org.kie.memorycompiler.JavaCompiler
-
uses the default compiler settings and the current classloader
- compile(String[], ResourceReader, ResourceStore, ClassLoader) - Method in interface org.kie.memorycompiler.JavaCompiler
-
uses the default compiler settings
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in interface org.kie.memorycompiler.JavaCompiler
-
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".
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in class org.kie.memorycompiler.jdknative.NativeJavaCompiler
-
- compile(Map<String, String>, ClassLoader) - Static method in class org.kie.memorycompiler.KieMemoryCompiler
-
Compile the given sources without adding compiled classes to the given ClassLoader
classNameSourceMap' key must be the FQDN of the class to compile
- compile(Map<String, String>, ClassLoader, JavaCompilerSettings) - Static method in class org.kie.memorycompiler.KieMemoryCompiler
-
Compile the given sources without adding compiled classes to the given ClassLoader
classNameSourceMap' key must be the FQDN of the class to compile.
- compileNoLoad(Map<String, String>, ClassLoader) - Static method in class org.kie.memorycompiler.KieMemoryCompiler
-
Compile the given sources and returns the generated byte codes
- compileNoLoad(Map<String, String>, ClassLoader, JavaConfiguration.CompilerType) - Static method in class org.kie.memorycompiler.KieMemoryCompiler
-
Compile the given sources and returns the generated byte codes
- compileNoLoad(Map<String, String>, ClassLoader, JavaCompilerSettings) - Static method in class org.kie.memorycompiler.KieMemoryCompiler
-
Compile the given sources and returns the generated byte codes.
- compileNoLoad(Map<String, String>, ClassLoader, JavaCompilerSettings, JavaConfiguration.CompilerType) - Static method in class org.kie.memorycompiler.KieMemoryCompiler
-
Compile the given sources and returns the generated byte codes.
- createDefaultSettings() - Method in interface org.kie.memorycompiler.JavaCompiler
-
factory method to create the underlying default settings
- createDefaultSettings() - Method in class org.kie.memorycompiler.jdknative.NativeJavaCompiler
-