RMS.CodeGeneration.buildClasses()

Signature

boolean buildClasses(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)

Domain

Description

Builds classes for all resources inside this project.

Parameters

NameTypeDescription
projectNameStringName of the project.
projectPathStringProject Path.
outputDirectoryStringOutput directory for generated classes.
extendedClasspathStringExtended class path if any
studioToolsExecPathStringPath to studio tools executable
useLegacyCompilerbooleanWhether to use legacy compilation

Returns

TypeDescription
booleanSuccess/Failure