Package org.apache.solr.cli
Class DefaultToolRuntime
java.lang.Object
org.apache.solr.cli.ToolRuntime
org.apache.solr.cli.DefaultToolRuntime
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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.cli.ToolRuntime
exit
-
Constructor Details
-
DefaultToolRuntime
public DefaultToolRuntime()
-
-
Method Details
-
print
- Specified by:
printin classToolRuntime
-
println
- Specified by:
printlnin classToolRuntime
-