| | |
| | | private IntegerArgument connectTimeout; |
| | | private BooleanArgument acceptLicense; |
| | | |
| | | // Sub-commands |
| | | /** Sub-commands. */ |
| | | private SubCommand createDirectoryServer; |
| | | private SubCommand createProxy; |
| | | |
| | | // Register the global arguments. |
| | | /** Register the global arguments. */ |
| | | private BooleanArgument noPrompt; |
| | | private BooleanArgument quietMode; |
| | | private BooleanArgument verbose; |
| | |
| | | // Nothing to do. |
| | | } |
| | | |
| | | // To allow tests |
| | | /** To allow tests. */ |
| | | SetupCli(PrintStream out, PrintStream err) { |
| | | super(out, err); |
| | | } |
| | |
| | | * execution of the checking. |
| | | */ |
| | | private void checkProvidedPorts(final Collection<LocalizableMessage> errorMessages) { |
| | | /** |
| | | /* |
| | | * Check that the provided ports do not match. |
| | | */ |
| | | try { |