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 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.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 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 java.util.List<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 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>); | |||
public com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegi stry(); | public com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegi stry(); | |||
public void setHealthCheckRegistry(com.codahale.metrics.health.HealthChec kRegistry); | public void setHealthCheckRegistry(com.codahale.metrics.health.HealthChec kRegistry); | |||
} | } | |||
End of changes. 2 change blocks. | ||||
2 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/ |