Bootstrap   Bootstrap 
Compiled from "Bootstrap.java" Compiled from "Bootstrap.java"
public class io.dropwizard.setup.Bootstrap<T extends io.dropwizard.Configur ation> { public class io.dropwizard.setup.Bootstrap<T extends io.dropwizard.Configur ation> {
public io.dropwizard.setup.Bootstrap(io.dropwizard.Application<T>); public io.dropwizard.setup.Bootstrap(io.dropwizard.Application<T>);
public void registerMetrics();
public io.dropwizard.Application<T> getApplication(); public io.dropwizard.Application<T> getApplication();
public io.dropwizard.configuration.ConfigurationSourceProvider getConfigu rationSourceProvider(); public io.dropwizard.configuration.ConfigurationSourceProvider getConfigu rationSourceProvider();
public void setConfigurationSourceProvider(io.dropwizard.configuration.Co nfigurationSourceProvider); public void setConfigurationSourceProvider(io.dropwizard.configuration.Co nfigurationSourceProvider);
public java.lang.ClassLoader getClassLoader(); public java.lang.ClassLoader getClassLoader();
public void setClassLoader(java.lang.ClassLoader); public void setClassLoader(java.lang.ClassLoader);
public void addBundle(io.dropwizard.Bundle); public void addBundle(io.dropwizard.Bundle);
public void addBundle(io.dropwizard.ConfiguredBundle<? super T>); public void addBundle(io.dropwizard.ConfiguredBundle<? super T>);
public void addCommand(io.dropwizard.cli.Command); public void addCommand(io.dropwizard.cli.Command);
public void addCommand(io.dropwizard.cli.ConfiguredCommand<T>); public void addCommand(io.dropwizard.cli.ConfiguredCommand<T>);
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper();
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper);
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption; public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption;
public com.google.common.collect.ImmutableList<io.dropwizard.cli.Command> getCommands(); public com.google.common.collect.ImmutableList<io.dropwizard.cli.Command> getCommands();
public com.codahale.metrics.MetricRegistry getMetricRegistry(); public com.codahale.metrics.MetricRegistry getMetricRegistry();
public void setMetricRegistry(com.codahale.metrics.MetricRegistry);
public javax.validation.ValidatorFactory getValidatorFactory(); public javax.validation.ValidatorFactory getValidatorFactory();
public void setValidatorFactory(javax.validation.ValidatorFactory); public void setValidatorFactory(javax.validation.ValidatorFactory);
public io.dropwizard.configuration.ConfigurationFactoryFactory<T> getConf igurationFactoryFactory(); public io.dropwizard.configuration.ConfigurationFactoryFactory<T> getConf igurationFactoryFactory();
public void setConfigurationFactoryFactory(io.dropwizard.configuration.Co nfigurationFactoryFactory<T>); public void setConfigurationFactoryFactory(io.dropwizard.configuration.Co nfigurationFactoryFactory<T>);
} }
 End of changes. 3 change blocks. 
0 lines changed or deleted 3 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/