StudioUtil.buildClasses()

Signature

boolean buildClasses(String projectName, String projectPath, String outputDirectory, String extendedClasspath)

Domain

Description

Builds classes for all resources inside this project.

Parameters

NameTypeDescription
projectNameStringThe name of the project to be built.
projectPathStringThe path to the project to be built.
outputDirectoryStringThe full path of the output directory, e.g : C:/temp.
extendedClasspathStringor null if no additional classPath entries are needed

Returns

TypeDescription
booleanA boolean indicating success or failure.

Cautions

none