Uses of Class
org.kie.memorycompiler.JavaCompilerSettings
Packages that use JavaCompilerSettings
-
Uses of JavaCompilerSettings in org.kie.memorycompiler
Methods in org.kie.memorycompiler that return JavaCompilerSettingsModifier and TypeMethodDescriptionJavaCompiler.createDefaultSettings()factory method to create the underlying default settingsMethods in org.kie.memorycompiler with parameters of type JavaCompilerSettingsModifier and TypeMethodDescriptionJavaCompiler.compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, 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".KieMemoryCompiler.compile(Map<String, String> classNameSourceMap, 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.KieMemoryCompiler.compileNoLoad(Map<String, String> classNameSourceMap, ClassLoader classLoader, JavaCompilerSettings compilerSettings) Compile the given sources and returns the generated byte codes.KieMemoryCompiler.compileNoLoad(Map<String, String> classNameSourceMap, 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 -
Uses of JavaCompilerSettings in org.kie.memorycompiler.jdknative
Subclasses of JavaCompilerSettings in org.kie.memorycompiler.jdknativeMethods in org.kie.memorycompiler.jdknative that return JavaCompilerSettingsMethods in org.kie.memorycompiler.jdknative with parameters of type JavaCompilerSettingsModifier and TypeMethodDescriptionNativeJavaCompiler.compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings) Constructors in org.kie.memorycompiler.jdknative with parameters of type JavaCompilerSettings