Class Starter

java.lang.Object
org.opennms.pris.Starter

public class Starter extends Object
Main class. The main class loads a driver for the configured working and runs it.
Author:
Dustin Frisch <fooker@lab.sh>
  • Constructor Details

    • Starter

      public Starter()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • getConfigManager

      public static ConfigManager getConfigManager()
      Returns the global config manager instance.
      Returns:
      a config manager
    • setLoggingLevel

      public static void setLoggingLevel(ch.qos.logback.classic.Level level)