ConfiguredCommand | ConfiguredCommand | |||
---|---|---|---|---|
Compiled from "ConfiguredCommand.java" | Compiled from "ConfiguredCommand.java" | |||
public abstract class io.dropwizard.cli.ConfiguredCommand<T extends io.drop wizard.Configuration> extends io.dropwizard.cli.Command { | public abstract class io.dropwizard.cli.ConfiguredCommand<T extends io.drop wizard.Configuration> extends io.dropwizard.cli.Command { | |||
protected io.dropwizard.cli.ConfiguredCommand(java.lang.String, java.lang .String); | protected io.dropwizard.cli.ConfiguredCommand(java.lang.String, java.lang .String); | |||
protected java.lang.Class<T> getConfigurationClass(); | protected java.lang.Class<T> getConfigurationClass(); | |||
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); | ||||
public void run(io.dropwizard.setup.Bootstrap<?>, net.sourceforge.argpars e4j.inf.Namespace) throws java.lang.Exception; | public void run(io.dropwizard.setup.Bootstrap<?>, net.sourceforge.argpars e4j.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.setup.Bootstrap<T>, net.sourcef orge.argparse4j.inf.Namespace, T) throws java.lang.Exception; | |||
} | } | |||
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/ |