Package org.opennms.pris
Class Starter
java.lang.Object
org.opennms.pris.Starter
Main class.
The main class loads a driver for the configured working and runs it.
- Author:
- Dustin Frisch <fooker@lab.sh>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigManager
Returns the global config manager instance.static void
static void
setLoggingLevel
(ch.qos.logback.classic.Level level)
-
Constructor Details
-
Starter
public Starter()
-
-
Method Details
-
main
- Throws:
Exception
-
getConfigManager
Returns the global config manager instance.- Returns:
- a config manager
-
setLoggingLevel
public static void setLoggingLevel(ch.qos.logback.classic.Level level)
-