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

Method getOptions

solr/core/src/java/org/apache/solr/cli/AssertTool.java:155–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 }
154
155 @Override
156 public Options getOptions() {
157 return super.getOptions()
158 .addOptionGroup(ROOT_OPTION)
159 .addOptionGroup(RUNNING_OPTION)
160 .addOption(SAME_USER_OPTION)
161 .addOptionGroup(DIRECTORY_OPTION)
162 .addOptionGroup(CLOUD_OPTION)
163 .addOption(MESSAGE_OPTION)
164 .addOption(TIMEOUT_OPTION)
165 .addOption(EXIT_CODE_OPTION)
166 .addOption(CommonCLIOptions.CREDENTIALS_OPTION);
167 }
168
169 /**
170 * Returns 100 error code for a true "error", otherwise returns the number of tests that failed.

Callers

nothing calls this directly

Calls 1

getOptionsMethod · 0.65

Tested by

no test coverage detected