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