Package org.apache.solr.cli
Interface Tool
-
- All Known Implementing Classes:
ApiTool
,AssertTool
,AuthTool
,ConfigSetDownloadTool
,ConfigSetUploadTool
,ConfigTool
,CreateCollectionTool
,CreateCoreTool
,CreateTool
,DeleteTool
,ExportTool
,HealthcheckTool
,PackageTool
,PostLogsTool
,PostTool
,RunExampleTool
,StatusTool
,ToolBase
,VersionTool
,ZkCpTool
,ZkLsTool
,ZkMkrootTool
,ZkMvTool
,ZkRmTool
public interface Tool
-
-
Method Summary
All Methods Instance Methods Abstract 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()
int
runTool(org.apache.commons.cli.CommandLine cli)
-