RMS.CodeGeneration.generateClass()
Signature
boolean generateClass(String projectPath, String earPath, String outputDirectory, String artifactPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
Description
Generates class file for the given Decision Table.
Parameters
Name | Type | Description |
projectPath | String | Project Path. |
earPath | String | Path to enterprise archive. |
outputDirectory | String | Output directory for generated classes |
artifactPath | String | Artifact to compile |
extendedClasspath | String | Extended class path if any |
studioToolsExecPath | String | Path to studio tools executable |
useLegacyCompiler | boolean | Whether to use legacy compilation |
Returns
Type | Description |
boolean | Success/Failure |