RMS.CodeGeneration

Description

Functions for building EAR, classes and generating class files from decision tables.

Functions

NameSignature and Synopsis
buildClassesboolean buildClasses(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
buildEarboolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
generateClassboolean generateClass(String projectPath, String earPath, String outputDirectory, String artifactPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)