Class App

java.lang.Object
io.dropwizard.Application<AppConfiguration>
io.appform.ranger.zk.server.App

public class App extends io.dropwizard.Application<AppConfiguration>
  • Constructor Summary

    Constructors
    Constructor
    Description
    App()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(io.dropwizard.setup.Bootstrap<AppConfiguration> bootstrap)
     
    static void
    main(String[] args)
     
    void
    run(AppConfiguration appConfiguration, io.dropwizard.setup.Environment environment)
     

    Methods inherited from class io.dropwizard.Application

    addDefaultCommands, bootstrapLogging, bootstrapLogLevel, getConfigurationClass, getName, onFatalError, onFatalError, run

    Methods inherited from class java.lang.Object

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

    • App

      public App()
  • Method Details