Uses of Class
io.dropwizard.core.cli.Cli

Packages that use Cli
Package
Description
 
  • Uses of Cli in io.dropwizard.core.cli

    Methods in io.dropwizard.core.cli with parameters of type Cli
    Modifier and Type
    Method
    Description
    void
    CheckCommand.onError(Cli cli, net.sourceforge.argparse4j.inf.Namespace namespace, Throwable e)
     
    void
    Command.onError(Cli cli, net.sourceforge.argparse4j.inf.Namespace namespace, Throwable e)
    Method is called if there is an issue parsing configuration, setting up the environment, or running the command itself.