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

Method getOptions

solr/core/src/java/org/apache/solr/cli/ZkMvTool.java:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getConnectionOptionsMethod · 0.80
getOptionsMethod · 0.65

Tested by

no test coverage detected