Package org.apache.solr.cli
Class ToolRuntime
java.lang.Object
org.apache.solr.cli.ToolRuntime
- Direct Known Subclasses:
DefaultToolRuntime
An implementation of this class is specified when executing
ToolBase to access
environment specific methods (mostly to differentiate test from non-test executions for now).- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToolRuntime
public ToolRuntime()
-
-
Method Details
-
print
-
println
-
exit
public void exit(int status) InvokesSystem.exit(int)to force the JVM to immediately quit.
-