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

Method getOptions

solr/core/src/java/org/apache/solr/cli/ZkRmTool.java:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public Options getOptions() {
38 return super.getOptions()
39 .addOption(CommonCLIOptions.RECURSIVE_OPTION)
40 .addOption(CommonCLIOptions.CREDENTIALS_OPTION)
41 .addOptionGroup(getConnectionOptions());
42 }
43
44 @Override
45 public String getName() {

Callers

nothing calls this directly

Calls 2

getConnectionOptionsMethod · 0.80
getOptionsMethod · 0.65

Tested by

no test coverage detected