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

Method getHeader

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

Optional header to display before the options in help output. Defaults to 'List of options:'

()

Source from the content-addressed store, hash-verified

38 * Optional header to display before the options in help output. Defaults to 'List of options:'
39 */
40 default String getHeader() {
41 return "List of options:";
42 }
43

Callers 15

doAuthenticateMethod · 0.65
compareResponsesMethod · 0.65
setHeadersMethod · 0.65
validateControlDataMethod · 0.65
createMockRequestMethod · 0.65
doAuthenticateMethod · 0.65
isPartialMethod · 0.65
doAuthenticateMethod · 0.65
checkCollectionMethod · 0.65
checkPartialResponseMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

compareResponsesMethod · 0.52
setHeadersMethod · 0.52
validateControlDataMethod · 0.52
createMockRequestMethod · 0.52
doAuthenticateMethod · 0.52
isPartialMethod · 0.52
doAuthenticateMethod · 0.52
checkCollectionMethod · 0.52
checkPartialResponseMethod · 0.52
newRequestMethod · 0.52