Class GenericServer.GenericApplication

  • Enclosing class:
    GenericServer

    public static class GenericServer.GenericApplication
    extends io.dropwizard.core.Application<io.dropwizard.core.Configuration>
    • Field Detail

      • m_Environment

        protected io.dropwizard.core.setup.Environment m_Environment
        the environment.
    • Constructor Detail

      • GenericApplication

        public GenericApplication​(GenericServer owner)
    • Method Detail

      • getName

        public String getName()
        Overrides:
        getName in class io.dropwizard.core.Application<io.dropwizard.core.Configuration>
      • initialize

        public void initialize​(io.dropwizard.core.setup.Bootstrap<io.dropwizard.core.Configuration> bootstrap)
        Overrides:
        initialize in class io.dropwizard.core.Application<io.dropwizard.core.Configuration>
      • run

        public void run​(io.dropwizard.core.Configuration configuration,
                        io.dropwizard.core.setup.Environment environment)
        Specified by:
        run in class io.dropwizard.core.Application<io.dropwizard.core.Configuration>
      • getEnvironment

        public io.dropwizard.core.setup.Environment getEnvironment()