Bundle | Bundle | |||
---|---|---|---|---|
Compiled from "Bundle.java" | Compiled from "Bundle.java" | |||
public interface io.dropwizard.Bundle { | public interface io.dropwizard.Bundle extends io.dropwizard.ConfiguredBundl | |||
public abstract void initialize(io.dropwizard.setup.Bootstrap<?>); | e<io.dropwizard.Configuration> { | |||
public abstract void run(io.dropwizard.setup.Environment); | public default void run(io.dropwizard.Configuration, io.dropwizard.setup. | |||
Environment) throws java.lang.Exception; | ||||
public default void run(io.dropwizard.setup.Environment); | ||||
public default void run(java.lang.Object, io.dropwizard.setup.Environment | ||||
) throws java.lang.Exception; | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 7 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/ |