Package org.apache.solr.cli
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 Summary
Constructors Constructor Description DefaultToolRuntime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(String message)
void
println(String message)
-
Methods inherited from class org.apache.solr.cli.ToolRuntime
exit
-
-
-
-
Method Detail
-
print
public void print(String message)
- Specified by:
print
in classToolRuntime
-
println
public void println(String message)
- Specified by:
println
in classToolRuntime
-
-