Class ControllerMain

    • Constructor Summary

      Constructors 
      Constructor Description
      ControllerMain()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void initialize​(io.dropwizard.setup.Bootstrap<ControllerConfiguration> bootstrap)  
      static void main​(java.lang.String[] args)  
      void run​(ControllerConfiguration configuration, io.dropwizard.setup.Environment environment)  
      • Methods inherited from class io.dropwizard.Application

        addDefaultCommands, bootstrapLogging, bootstrapLogLevel, getConfigurationClass, onFatalError, onFatalError, run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ControllerMain

        public ControllerMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getName

        public java.lang.String getName()
        Overrides:
        getName in class io.dropwizard.Application<ControllerConfiguration>