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

Method getUsage

solr/core/src/java/org/apache/solr/cli/Tool.java:33–33  ·  view source on GitHub ↗

Provides a Usage string to display in help output. Defaults to auto generating usage string. Override for custom string @return The custom usage string or 'null' to auto generate (default)

()

Source from the content-addressed store, hash-verified

31 * @return The custom usage string or 'null' to auto generate (default)
32 */
33 default String getUsage() {
34 return null;
35 }
36

Callers 2

printToolHelpMethod · 0.65
runImplMethod · 0.65

Implementers 1

ToolBasesolr/core/src/java/org/apache/solr/cli

Calls

no outgoing calls

Tested by

no test coverage detected