| Class | Description |
|---|---|
| Advisory |
Advisory class allows to recover in recoverable situations and compile advisory messages instead of throwing exceptions.
Basic scenario: when loading a model in AgenaRisk Desktop, we'd rather load even invalid node tables and let the user sort them out, than to fail model load with an error. Advisory class is thread-safe. |
| Advisory.AdvisoryGroup |
AdvisoryGroup instance is associated with a number of Threads and is abstractly associated with some particular job (which is potentially multi-threaded).
AdvisoryGroup class is thread-safe. |
| Advisory.AdvisoryMessage |
AdvisoryMessage is an abstraction of a message with a possible Throwable cause.
|
| JSONUtils |
Provides convenience functionality for working with JSONObject and JSONArray classes.
|
| Launcher | |
| VersionApi |
This class provides means to retrieve the version of this build from manifest or .properties
|
Copyright © 2020. All rights reserved.