Application | Application | |||
---|---|---|---|---|
Compiled from "Application.java" | Compiled from "Application.java" | |||
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(); | |||
public final java.lang.Class<T> getConfigurationClass(); | protected ch.qos.logback.classic.Level bootstrapLogLevel(); | |||
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(); | protected void onFatalError(); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 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/ |