MCPcopy Create free account
hub / github.com/apache/solr / printError

Method printError

solr/core/src/java/org/apache/solr/cli/ToolRuntime.java:34–36  ·  view source on GitHub ↗

Print an error message, highlighted in red on terminals.

(String message)

Source from the content-addressed store, hash-verified

32
33 /** Print an error message, highlighted in red on terminals. */
34 public void printError(String message) {
35 println(CLIUtils.RED + message + CLIUtils.RESET);
36 }
37
38 /** Print a success message, highlighted in green on terminals. */
39 public void printSuccess(String message) {

Callers 8

installMethod · 0.80
uninstallMethod · 0.80
deployClusterPackageMethod · 0.80
promptMethod · 0.80
verifyMethod · 0.80
deployMethod · 0.80
undeployMethod · 0.80

Calls 1

printlnMethod · 0.95

Tested by

no test coverage detected