Uses of Class
org.kie.memorycompiler.JavaCompilerSettings
-
Packages that use JavaCompilerSettings Package Description org.kie.memorycompiler org.kie.memorycompiler.jdknative -
-
Uses of JavaCompilerSettings in org.kie.memorycompiler
Methods in org.kie.memorycompiler that return JavaCompilerSettings Modifier and Type Method Description JavaCompilerSettingsJavaCompiler. createDefaultSettings()factory method to create the underlying default settingsMethods in org.kie.memorycompiler with parameters of type JavaCompilerSettings Modifier and Type Method Description CompilationResultJavaCompiler. compile(java.lang.String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, java.lang.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".static java.util.Map<java.lang.String,java.lang.Class<?>>KieMemoryCompiler. compile(java.util.Map<java.lang.String,java.lang.String> classNameSourceMap, java.lang.ClassLoader classLoader, JavaCompilerSettings compilerSettings)Compile the given sources without adding compiled classes to the givenClassLoaderclassNameSourceMap' key must be the FQDN of the class to compile.static java.util.Map<java.lang.String,byte[]>KieMemoryCompiler. compileNoLoad(java.util.Map<java.lang.String,java.lang.String> classNameSourceMap, java.lang.ClassLoader classLoader, JavaCompilerSettings compilerSettings)Compile the given sources and returns the generated byte codes.static java.util.Map<java.lang.String,byte[]>KieMemoryCompiler. compileNoLoad(java.util.Map<java.lang.String,java.lang.String> classNameSourceMap, java.lang.ClassLoader classLoader, JavaCompilerSettings compilerSettings, JavaConfiguration.CompilerType compilerType)Compile the given sources and returns the generated byte codes.voidAbstractJavaCompiler. setJavaCompilerSettings(JavaCompilerSettings javaCompilerSettings)voidJavaCompiler. setJavaCompilerSettings(JavaCompilerSettings javaCompilerSettings)Constructors in org.kie.memorycompiler with parameters of type JavaCompilerSettings Constructor Description JavaCompilerSettings(JavaCompilerSettings pSettings) -
Uses of JavaCompilerSettings in org.kie.memorycompiler.jdknative
Subclasses of JavaCompilerSettings in org.kie.memorycompiler.jdknative Modifier and Type Class Description classNativeJavaCompilerSettingsMethods in org.kie.memorycompiler.jdknative that return JavaCompilerSettings Modifier and Type Method Description JavaCompilerSettingsNativeJavaCompiler. createDefaultSettings()Methods in org.kie.memorycompiler.jdknative with parameters of type JavaCompilerSettings Modifier and Type Method Description CompilationResultNativeJavaCompiler. compile(java.lang.String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)Constructors in org.kie.memorycompiler.jdknative with parameters of type JavaCompilerSettings Constructor Description NativeJavaCompilerSettings(JavaCompilerSettings pSettings)
-