Package org.apache.solr.util
Class SolrCLI.AuthTool
- java.lang.Object
-
- org.apache.solr.util.SolrCLI.ToolBase
-
- org.apache.solr.util.SolrCLI.AuthTool
-
- All Implemented Interfaces:
SolrCLI.Tool
- Enclosing class:
- SolrCLI
public static class SolrCLI.AuthTool extends SolrCLI.ToolBase
-
-
Field Summary
-
Fields inherited from class org.apache.solr.util.SolrCLI.ToolBase
stdout, verbose
-
-
Constructor Summary
Constructors Constructor Description AuthTool()
AuthTool(PrintStream stdout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
org.apache.commons.cli.Option[]
getOptions()
protected void
runImpl(org.apache.commons.cli.CommandLine cli)
int
runTool(org.apache.commons.cli.CommandLine cli)
-
Methods inherited from class org.apache.solr.util.SolrCLI.ToolBase
echo, echoIfVerbose
-
-
-
-
Constructor Detail
-
AuthTool
public AuthTool()
-
AuthTool
public AuthTool(PrintStream stdout)
-
-
Method Detail
-
getName
public String getName()
-
getOptions
public org.apache.commons.cli.Option[] getOptions()
-
runTool
public int runTool(org.apache.commons.cli.CommandLine cli) throws Exception
- Specified by:
runTool
in interfaceSolrCLI.Tool
- Overrides:
runTool
in classSolrCLI.ToolBase
- Throws:
Exception
-
runImpl
protected void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception
- Specified by:
runImpl
in classSolrCLI.ToolBase
- Throws:
Exception
-
-