Class CheckPlugins
java.lang.Object
com.priint.pubserver.appserver.checkplugins.CheckPlugins
CheckPlugins
- Class used to check if mandatory plugins are loaded
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCheckMandatoryPluginsResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanMethod used to check if PlannerEngine is loadedMethod used to check if all mandatory plugins are loaded
-
Constructor Details
-
CheckPlugins
public CheckPlugins()
-
-
Method Details
-
mandatoryPluginsStarted
Method used to check if all mandatory plugins are loaded- Returns:
- Returns CheckMandatoryPluginsResult object
-
checkIfPlannerEngineIsStarted
public static boolean checkIfPlannerEngineIsStarted()Method used to check if PlannerEngine is loaded- Returns:
- Returns boolean
-