C - configuration typepublic class TestCommand<C extends io.dropwizard.Configuration>
extends io.dropwizard.cli.EnvironmentCommand<C>
| Constructor and Description |
|---|
TestCommand(io.dropwizard.Application<C> application) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class<C> |
getConfigurationClass() |
protected void |
run(io.dropwizard.setup.Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
C configuration) |
void |
stop() |
public TestCommand(io.dropwizard.Application<C> application)
protected void run(io.dropwizard.setup.Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
C configuration)
throws java.lang.Exception
run in class io.dropwizard.cli.EnvironmentCommand<C extends io.dropwizard.Configuration>java.lang.Exceptionpublic void stop()