Package org.drip.service.env
Class BuildManager
java.lang.Object
org.drip.service.env.BuildManager
public class BuildManager
extends java.lang.Object
BuildManager maintains a Log of the Build Records.
- Module = Computational Core Module
- Library = Computation Support
- Project = Environment, Product/Definition Containers, and Scenario/State Manipulation APIs
- Package = Library Module Loader Environment Manager
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description BuildManager()
-
Method Summary
Modifier and Type Method Description static BuildRecord[]
buildRecords()
Retrieve the Array of Build Recordsstatic boolean
Init()
Initialize the Build Logs of the Build Managerstatic BuildRecord
latestBuildRecord()
Retrieve the Latest Build RecordMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BuildManager
public BuildManager()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Build Logs of the Build Manager- Returns:
- TRUE - The Build Manager Successfully Initialized
-
buildRecords
Retrieve the Array of Build Records- Returns:
- Array of Build Records
-
latestBuildRecord
Retrieve the Latest Build Record- Returns:
- Latest Build Record
-