RMS.ArtifactsManagement.loadProject()

Signature

Object loadProject(String projectPath, String projectContainerDirectory)

Domain

Description

Load a managed project's contents.

Parameters

NameTypeDescription
projectPathStringThe absolute path of the managed project.
projectContainerDirectoryStringThe directory containing the managed project's artifacts.

Returns

TypeDescription
Theloaded project

Cautions

This is an expensive operation hence should be used only at startup.