| Application | Application | |||
|---|---|---|---|---|
| skipping to change at line 12 | skipping to change at line 12 | |||
| public abstract class io.dropwizard.Application<T extends io.dropwizard.Con figuration> { | public abstract class io.dropwizard.Application<T extends io.dropwizard.Con figuration> { | |||
| protected io.dropwizard.Application(); | protected io.dropwizard.Application(); | |||
| protected ch.qos.logback.classic.Level bootstrapLogLevel(); | protected ch.qos.logback.classic.Level bootstrapLogLevel(); | |||
| protected void bootstrapLogging(); | protected void bootstrapLogging(); | |||
| public java.lang.Class<T> getConfigurationClass(); | public java.lang.Class<T> getConfigurationClass(); | |||
| public java.lang.String getName(); | public java.lang.String getName(); | |||
| public void initialize(io.dropwizard.setup.Bootstrap<T>); | public void initialize(io.dropwizard.setup.Bootstrap<T>); | |||
| public abstract void run(T, io.dropwizard.setup.Environment) throws java. lang.Exception; | public abstract void run(T, io.dropwizard.setup.Environment) throws java. lang.Exception; | |||
| public void run(java.lang.String...) throws java.lang.Exception; | public void run(java.lang.String...) throws java.lang.Exception; | |||
| protected void addDefaultCommands(io.dropwizard.setup.Bootstrap<T>); | protected void addDefaultCommands(io.dropwizard.setup.Bootstrap<T>); | |||
| protected void onFatalError(java.lang.Throwable); | ||||
| protected void onFatalError(); | protected void onFatalError(); | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/  | ||||