Class VersionTool

java.lang.Object
org.apache.solr.cli.ToolBase
org.apache.solr.cli.VersionTool
All Implemented Interfaces:
Tool

public class VersionTool extends ToolBase
  • Constructor Details

    • VersionTool

      public VersionTool(ToolRuntime runtime)
  • Method Details

    • 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.
    • runImpl

      public void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception
      Specified by:
      runImpl in class ToolBase
      Throws:
      Exception