StudioUtil

Description

Functions for building EAR and generating class files for the project.

Functions

NameSignature and Synopsis
buildClassesboolean buildClasses(String projectName, String projectPath, String outputDirectory, String extendedClasspath, boolean useLegacyCompiler)
Builds classes for all resources inside this project.
buildEarboolean buildEar(String projectName, String projectPath, String earPath, String extendedClasspath, boolean useLegacyCompiler)
Builds the project EAR file for the given project path.