Package adams.flow.dropwizard
Class GenericServer.GenericApplication
- java.lang.Object
-
- io.dropwizard.core.Application<io.dropwizard.core.Configuration>
-
- adams.flow.dropwizard.GenericServer.GenericApplication
-
- Enclosing class:
- GenericServer
public static class GenericServer.GenericApplication extends io.dropwizard.core.Application<io.dropwizard.core.Configuration>
-
-
Field Summary
Fields Modifier and Type Field Description protected io.dropwizard.core.setup.Environment
m_Environment
the environment.protected GenericServer
m_Owner
the owner.
-
Constructor Summary
Constructors Constructor Description GenericApplication(GenericServer owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.dropwizard.core.setup.Environment
getEnvironment()
String
getName()
void
initialize(io.dropwizard.core.setup.Bootstrap<io.dropwizard.core.Configuration> bootstrap)
void
run(io.dropwizard.core.Configuration configuration, io.dropwizard.core.setup.Environment environment)
-
-
-
Field Detail
-
m_Owner
protected GenericServer m_Owner
the owner.
-
m_Environment
protected io.dropwizard.core.setup.Environment m_Environment
the environment.
-
-
Constructor Detail
-
GenericApplication
public GenericApplication(GenericServer owner)
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getName
in classio.dropwizard.core.Application<io.dropwizard.core.Configuration>
-
initialize
public void initialize(io.dropwizard.core.setup.Bootstrap<io.dropwizard.core.Configuration> bootstrap)
- Overrides:
initialize
in classio.dropwizard.core.Application<io.dropwizard.core.Configuration>
-
run
public void run(io.dropwizard.core.Configuration configuration, io.dropwizard.core.setup.Environment environment)
- Specified by:
run
in classio.dropwizard.core.Application<io.dropwizard.core.Configuration>
-
getEnvironment
public io.dropwizard.core.setup.Environment getEnvironment()
-
-