Package org.apache.solr.util
Class SolrCLI.CreateTool
- java.lang.Object
- 
- org.apache.solr.util.SolrCLI.ToolBase
- 
- org.apache.solr.util.SolrCLI.CreateTool
 
 
- 
- All Implemented Interfaces:
- SolrCLI.Tool
 - Enclosing class:
- SolrCLI
 
 public static class SolrCLI.CreateTool extends SolrCLI.ToolBase 
- 
- 
Field Summary- 
Fields inherited from class org.apache.solr.util.SolrCLI.ToolBasestdout, verbose
 
- 
 - 
Constructor SummaryConstructors Constructor Description CreateTool()CreateTool(PrintStream stdout)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()org.apache.commons.cli.Option[]getOptions()protected voidrunImpl(org.apache.commons.cli.CommandLine cli)- 
Methods inherited from class org.apache.solr.util.SolrCLI.ToolBaseecho, echoIfVerbose, runTool
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateToolpublic CreateTool() 
 - 
CreateToolpublic CreateTool(PrintStream stdout) 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 - 
getOptionspublic org.apache.commons.cli.Option[] getOptions() 
 - 
runImplprotected void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception- Specified by:
- runImplin class- SolrCLI.ToolBase
- Throws:
- Exception
 
 
- 
 
-