public class ConfigServiceApp extends io.dropwizard.Application<ConfigServiceConfiguration>
| Constructor and Description |
|---|
ConfigServiceApp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
initialize(io.dropwizard.setup.Bootstrap<ConfigServiceConfiguration> bootstrap) |
static void |
main(String... args) |
void |
run(ConfigServiceConfiguration configuration,
io.dropwizard.setup.Environment environment) |
public String getName()
getName in class io.dropwizard.Application<ConfigServiceConfiguration>public void initialize(io.dropwizard.setup.Bootstrap<ConfigServiceConfiguration> bootstrap)
initialize in class io.dropwizard.Application<ConfigServiceConfiguration>public void run(ConfigServiceConfiguration configuration, io.dropwizard.setup.Environment environment)
run in class io.dropwizard.Application<ConfigServiceConfiguration>Copyright © 2014–2016 Apache Software Foundation. All rights reserved.