Uses of Class
io.dropwizard.core.setup.AdminFactory
-
Packages that use AdminFactory Package Description io.dropwizard.core io.dropwizard.core.setup -
-
Uses of AdminFactory in io.dropwizard.core
Methods in io.dropwizard.core that return AdminFactory Modifier and Type Method Description AdminFactory
Configuration. getAdminFactory()
Returns the admin interface-specific section of the configuration file.Methods in io.dropwizard.core with parameters of type AdminFactory Modifier and Type Method Description void
Configuration. setAdminFactory(AdminFactory admin)
Sets the admin interface-specific section of the configuration file. -
Uses of AdminFactory in io.dropwizard.core.setup
Constructors in io.dropwizard.core.setup with parameters of type AdminFactory Constructor Description AdminEnvironment(MutableServletContextHandler handler, com.codahale.metrics.health.HealthCheckRegistry healthChecks, com.codahale.metrics.MetricRegistry metricRegistry, AdminFactory adminFactory)
Creates a newAdminEnvironment
.
-