Package com.agenarisk.api.util


package com.agenarisk.api.util
  • Classes
    Class
    Description
    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.
    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.
    AdvisoryMessage is an abstraction of a message with a possible Throwable cause.
     
     
    Provides convenience functionality for working with JSONObject and JSONArray classes.
     
     
     
    This class provides means to retrieve the version of this build from manifest or .properties