Class ConfigTool

  • All Implemented Interfaces:
    Tool

    public class ConfigTool
    extends ToolBase
    Sends a POST to the Config API to perform a specified action.
    • Constructor Detail

      • ConfigTool

        public ConfigTool()
      • ConfigTool

        public ConfigTool​(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.
      • getOptions

        public List<org.apache.commons.cli.Option> getOptions()