public class FakeSmtpApplication extends io.dropwizard.Application<FakeSmtpConfiguration>
| Constructor and Description |
|---|
FakeSmtpApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
initialize(io.dropwizard.setup.Bootstrap<FakeSmtpConfiguration> bootstrap) |
static void |
main(String[] args) |
void |
run(FakeSmtpConfiguration configuration,
io.dropwizard.setup.Environment environment) |
public void initialize(io.dropwizard.setup.Bootstrap<FakeSmtpConfiguration> bootstrap)
initialize in class io.dropwizard.Application<FakeSmtpConfiguration>public void run(FakeSmtpConfiguration configuration, io.dropwizard.setup.Environment environment) throws Exception
run in class io.dropwizard.Application<FakeSmtpConfiguration>Exceptionpublic String getName()
getName in class io.dropwizard.Application<FakeSmtpConfiguration>Copyright © 2016. All rights reserved.