| Command | Command | |||
|---|---|---|---|---|
| Compiled from "Command.java" | Compiled from "Command.java" | |||
| public abstract class io.dropwizard.cli.Command { | public abstract class io.dropwizard.cli.Command { | |||
| protected io.dropwizard.cli.Command(java.lang.String, java.lang.String); | protected io.dropwizard.cli.Command(java.lang.String, java.lang.String); | |||
| public final java.lang.String getName(); | public final java.lang.String getName(); | |||
| public final java.lang.String getDescription(); | public final java.lang.String getDescription(); | |||
| public abstract void configure(net.sourceforge.argparse4j.inf.Subparser); | public abstract void configure(net.sourceforge.argparse4j.inf.Subparser); | |||
| public abstract void run(io.dropwizard.setup.Bootstrap<?>, net.sourceforg e.argparse4j.inf.Namespace) throws java.lang.Exception; | public abstract void run(io.dropwizard.setup.Bootstrap<?>, net.sourceforg e.argparse4j.inf.Namespace) throws java.lang.Exception; | |||
| public void onError(io.dropwizard.cli.Cli, net.sourceforge.argparse4j.inf .Namespace, java.lang.Throwable); | ||||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 1 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/ | ||||