RMS.CodeGeneration.generateClass()

Signature

boolean generateClass(String projectPath, String earPath, String outputDirectory, String artifactPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)

Domain

Description

Generates class file for the given Decision Table.

Parameters

NameTypeDescription
projectPathStringProject Path.
earPathStringPath to enterprise archive.
outputDirectoryStringOutput directory for generated classes
artifactPathStringArtifact to compile
extendedClasspathStringExtended class path if any
studioToolsExecPathStringPath to studio tools executable
useLegacyCompilerbooleanWhether to use legacy compilation

Returns

TypeDescription
booleanSuccess/Failure