()
| 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() { |
nothing calls this directly
no test coverage detected