Package org.apache.solr.cli
Class PackageTool
- java.lang.Object
- 
- org.apache.solr.cli.ToolBase
- 
- org.apache.solr.cli.PackageTool
 
 
- 
- 
Field SummaryFields Modifier and Type Field Description PackageManagerpackageManagerRepositoryManagerrepositoryManagerstatic StringsolrBaseUrlstatic StringsolrUrl
 - 
Constructor SummaryConstructors Constructor Description PackageTool()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Defines the interface to a Solr tool that can be run from this command-line app.List<org.apache.commons.cli.Option>getOptions()voidrunImpl(org.apache.commons.cli.CommandLine cli)- 
Methods inherited from class org.apache.solr.cli.ToolBaseecho, echoIfVerbose, runTool
 
- 
 
- 
- 
- 
Field Detail- 
solrUrlpublic static String solrUrl 
 - 
solrBaseUrlpublic static String solrBaseUrl 
 - 
packageManagerpublic PackageManager packageManager 
 - 
repositoryManagerpublic RepositoryManager repositoryManager 
 
- 
 - 
Method Detail- 
getNamepublic String getName() Description copied from interface:ToolDefines the interface to a Solr tool that can be run from this command-line app.
 - 
runImplpublic void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception
 - 
getOptionspublic List<org.apache.commons.cli.Option> getOptions() 
 
- 
 
-