| ConfiguredCommand | ConfiguredCommand | |||
|---|---|---|---|---|
| Compiled from "ConfiguredCommand.java" | Compiled from "ConfiguredCommand.java" | |||
| public abstract class io.dropwizard.cli.ConfiguredCommand<T extends io.drop | public abstract class io.dropwizard.core.cli.ConfiguredCommand<T extends io | |||
| wizard.Configuration> extends io.dropwizard.cli.Command { | .dropwizard.core.Configuration> extends io.dropwizard.core.cli.Command { | |||
| protected io.dropwizard.cli.ConfiguredCommand(java.lang.String, java.lang | protected io.dropwizard.core.cli.ConfiguredCommand(java.lang.String, java | |||
| .String); | .lang.String); | |||
| protected java.lang.Class<T> getConfigurationClass(); | protected java.lang.Class<T> getConfigurationClass(); | |||
| public T getConfiguration(); | public T getConfiguration(); | |||
| public void configure(net.sourceforge.argparse4j.inf.Subparser); | public void configure(net.sourceforge.argparse4j.inf.Subparser); | |||
| protected net.sourceforge.argparse4j.inf.Argument addFileArgument(net.sou rceforge.argparse4j.inf.Subparser); | protected net.sourceforge.argparse4j.inf.Argument addFileArgument(net.sou rceforge.argparse4j.inf.Subparser); | |||
| public void run(io.dropwizard.setup.Bootstrap<?>, net.sourceforge.argpars e4j.inf.Namespace) throws java.lang.Exception; | public void run(io.dropwizard.core.setup.Bootstrap<?>, net.sourceforge.ar gparse4j.inf.Namespace) throws java.lang.Exception; | |||
| protected void cleanupAsynchronously(); | protected void cleanupAsynchronously(); | |||
| protected void cleanup(); | protected void cleanup(); | |||
| protected abstract void run(io.dropwizard.setup.Bootstrap<T>, net.sourcef orge.argparse4j.inf.Namespace, T) throws java.lang.Exception; | protected abstract void run(io.dropwizard.core.setup.Bootstrap<T>, net.so urceforge.argparse4j.inf.Namespace, T) throws java.lang.Exception; | |||
| } | } | |||
| End of changes. 3 change blocks. | ||||
| 6 lines changed or deleted | 6 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/  | ||||