| ServerCommand | ServerCommand | |||
|---|---|---|---|---|
| Compiled from "ServerCommand.java" | Compiled from "ServerCommand.java" | |||
| public class io.dropwizard.cli.ServerCommand<T extends io.dropwizard.Config | public class io.dropwizard.core.cli.ServerCommand<T extends io.dropwizard.c | |||
| uration> extends io.dropwizard.cli.EnvironmentCommand<T> { | ore.Configuration> extends io.dropwizard.core.cli.EnvironmentCommand<T> { | |||
| public io.dropwizard.cli.ServerCommand(io.dropwizard.Application<T>); | public io.dropwizard.core.cli.ServerCommand(io.dropwizard.core.Applicatio | |||
| protected io.dropwizard.cli.ServerCommand(io.dropwizard.Application<T>, j | n<T>); | |||
| ava.lang.String, java.lang.String); | protected io.dropwizard.core.cli.ServerCommand(io.dropwizard.core.Applica | |||
| tion<T>, java.lang.String, java.lang.String); | ||||
| protected java.lang.Class<T> getConfigurationClass(); | protected java.lang.Class<T> getConfigurationClass(); | |||
| protected void run(io.dropwizard.setup.Environment, net.sourceforge.argpa rse4j.inf.Namespace, T) throws java.lang.Exception; | protected void run(io.dropwizard.core.setup.Environment, net.sourceforge. argparse4j.inf.Namespace, T) throws java.lang.Exception; | |||
| static {}; | static {}; | |||
| } | } | |||
| End of changes. 2 change blocks. | ||||
| 6 lines changed or deleted | 7 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/  | ||||