RMS.CodeGeneration
Description
Functions for building EAR, classes and generating class files from decision tables.
Functions
Name | Signature and Synopsis |
buildClasses | boolean buildClasses(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
|
buildEar | boolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
|
generateClass | boolean generateClass(String projectPath, String earPath, String outputDirectory, String artifactPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
|