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

Method getName

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

Defines the interface to a Solr tool that can be run from this command-line app.

()

Source from the content-addressed store, hash-verified

23public interface Tool {
24 /** Defines the interface to a Solr tool that can be run from this command-line app. */
25 String getName();
26
27 /**
28 * Provides a Usage string to display in help output. Defaults to auto generating usage string.

Callers 15

newToolMethod · 0.95
hasInheritedJavadocsMethod · 0.65
checkParametersMethod · 0.65
afterSuiteMethod · 0.65
getOutputLogNameMethod · 0.65
ofMethod · 0.65
frameToStringMethod · 0.65
isInterestingMethod · 0.65
getValueMethod · 0.65
generateChecksumFilesMethod · 0.65
outputFileForMethod · 0.65
rejectMethod · 0.65

Implementers 1

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

Calls

no outgoing calls