Class DefaultToolRuntime

java.lang.Object
org.apache.solr.cli.ToolRuntime
org.apache.solr.cli.DefaultToolRuntime

public class DefaultToolRuntime extends ToolRuntime
Standard implementation of tool runtime when running from command line.

This implementation may do a call to System.exit(int) and consequently should not be used in tests.

  • Constructor Details

    • DefaultToolRuntime

      public DefaultToolRuntime()
  • Method Details