CheckCommand | CheckCommand | |||
---|---|---|---|---|
Compiled from "CheckCommand.java" | Compiled from "CheckCommand.java" | |||
public class io.dropwizard.cli.CheckCommand<T extends io.dropwizard.Configu | public class io.dropwizard.core.cli.CheckCommand<T extends io.dropwizard.co | |||
ration> extends io.dropwizard.cli.ConfiguredCommand<T> { | re.Configuration> extends io.dropwizard.core.cli.ConfiguredCommand<T> { | |||
public io.dropwizard.cli.CheckCommand(io.dropwizard.Application<T>); | public io.dropwizard.core.cli.CheckCommand(io.dropwizard.core.Application | |||
<T>); | ||||
protected java.lang.Class<T> getConfigurationClass(); | protected java.lang.Class<T> getConfigurationClass(); | |||
protected void run(io.dropwizard.setup.Bootstrap<T>, net.sourceforge.argp | protected void run(io.dropwizard.core.setup.Bootstrap<T>, net.sourceforge | |||
arse4j.inf.Namespace, T) throws java.lang.Exception; | .argparse4j.inf.Namespace, T) throws java.lang.Exception; | |||
public void onError(io.dropwizard.cli.Cli, net.sourceforge.argparse4j.inf | public void onError(io.dropwizard.core.cli.Cli, net.sourceforge.argparse4 | |||
.Namespace, java.lang.Throwable); | j.inf.Namespace, java.lang.Throwable); | |||
static {}; | static {}; | |||
} | } | |||
End of changes. 2 change blocks. | ||||
7 lines changed or deleted | 8 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |