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

Method printGreen

solr/core/src/java/org/apache/solr/cli/SolrCLI.java:473–475  ·  view source on GitHub ↗

Console print using green color

(Object message)

Source from the content-addressed store, hash-verified

471 }
472
473 /** Console print using green color */
474 public static void printGreen(Object message) {
475 print(CLIUtils.GREEN, message);
476 }
477
478 /** Console print using red color */

Callers 2

printHelpMethod · 0.95
runImplMethod · 0.80

Calls 1

printMethod · 0.95

Tested by

no test coverage detected