| FoundationDBBundle | FoundationDBBundle | |||
|---|---|---|---|---|
| Compiled from "FoundationDBBundle.java" | Compiled from "FoundationDBBundle.java" | |||
| public abstract class io.dropwizard.foundationdb.FoundationDBBundle<T exten ds io.dropwizard.Configuration> implements io.dropwizard.ConfiguredBundle<T > { | public abstract class io.dropwizard.foundationdb.FoundationDBBundle<T exten ds io.dropwizard.core.Configuration> implements io.dropwizard.core.Configur edBundle<T> { | |||
| protected io.dropwizard.foundationdb.FoundationDBBundle(); | protected io.dropwizard.foundationdb.FoundationDBBundle(); | |||
| protected io.dropwizard.foundationdb.FoundationDBBundle(java.util.concurr ent.Executor); | protected io.dropwizard.foundationdb.FoundationDBBundle(java.util.concurr ent.Executor); | |||
| public void initialize(io.dropwizard.setup.Bootstrap<?>); | public void initialize(io.dropwizard.core.setup.Bootstrap<?>); | |||
| public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce | public void run(T, io.dropwizard.core.setup.Environment) throws java.lang | |||
| ption; | .Exception; | |||
| public abstract io.dropwizard.foundationdb.FoundationDBFactory getFoundat ionDBFactory(T); | public abstract io.dropwizard.foundationdb.FoundationDBFactory getFoundat ionDBFactory(T); | |||
| public com.apple.foundationdb.Database getDatabase(); | public com.apple.foundationdb.Database getDatabase(); | |||
| public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; | public void run(java.lang.Object, io.dropwizard.core.setup.Environment) t hrows java.lang.Exception; | |||
| } | } | |||
| End of changes. 3 change blocks. | ||||
| 5 lines changed or deleted | 5 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/  | ||||