public class GenerateCodeUtil extends Object
| Constructor and Description |
|---|
GenerateCodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
compileAndWriteClasses(File targetDirectory,
ClassLoader projectClassLoader,
org.kie.memorycompiler.JavaCompilerSettings javaCompilerSettings,
org.kie.memorycompiler.JavaConfiguration.CompilerType compilerType,
Map<String,String> classNameSourceMap,
String dumpKieSourcesFolder) |
static org.kie.memorycompiler.JavaCompilerSettings |
createJavaCompilerSettings() |
static URLClassLoader |
getProjectClassLoader(org.apache.maven.project.MavenProject project,
File outputDirectory,
org.kie.memorycompiler.JavaCompilerSettings javaCompilerSettings) |
static String |
toClassName(String source) |
public static URLClassLoader getProjectClassLoader(org.apache.maven.project.MavenProject project, File outputDirectory, org.kie.memorycompiler.JavaCompilerSettings javaCompilerSettings)
public static void compileAndWriteClasses(File targetDirectory, ClassLoader projectClassLoader, org.kie.memorycompiler.JavaCompilerSettings javaCompilerSettings, org.kie.memorycompiler.JavaConfiguration.CompilerType compilerType, Map<String,String> classNameSourceMap, String dumpKieSourcesFolder)
public static org.kie.memorycompiler.JavaCompilerSettings createJavaCompilerSettings()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.