Package org.apache.solr.cli
Class UpdateACLTool
- java.lang.Object
-
- org.apache.solr.cli.ToolBase
-
- org.apache.solr.cli.UpdateACLTool
-
-
Constructor Summary
Constructors Constructor Description UpdateACLTool()
UpdateACLTool(PrintStream stdout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Defines the interface to a Solr tool that can be run from this command-line app.List<org.apache.commons.cli.Option>
getOptions()
String
getUsage()
Provides a Usage string to display in help output.void
runImpl(org.apache.commons.cli.CommandLine cli)
-
Methods inherited from class org.apache.solr.cli.ToolBase
echo, echoIfVerbose, isVerbose, runTool
-
-
-
-
Constructor Detail
-
UpdateACLTool
public UpdateACLTool()
-
UpdateACLTool
public UpdateACLTool(PrintStream stdout)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:Tool
Defines the interface to a Solr tool that can be run from this command-line app.
-
getUsage
public String getUsage()
Description copied from interface:Tool
Provides a Usage string to display in help output. Defaults to auto generating usage string. Override for custom string- Returns:
- The custom usage string or 'null' to auto generate (default)
-
getOptions
public List<org.apache.commons.cli.Option> getOptions()
-
-