Class ZkCpTool

  • All Implemented Interfaces:
    Tool

    public class ZkCpTool
    extends ToolBase
    • Constructor Detail

      • ZkCpTool

        public ZkCpTool()
    • Method Detail

      • getOptions

        public List<org.apache.commons.cli.Option> getOptions()
      • 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)
      • getHeader

        public String getHeader()
        Description copied from interface: Tool
        Optional header to display before the options in help output. Defaults to 'List of options:'