RMS.CodeGeneration.buildClasses()
Signature
boolean buildClasses(String projectName, String projectPath, String earPath, String extendedClasspath, String studioToolsExecPath, boolean useLegacyCompiler)
Description
Builds classes for all resources inside this project.
Parameters
Name | Type | Description |
projectName | String | Name of the project. |
projectPath | String | Project Path. |
outputDirectory | String | Output directory for generated classes. |
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 |