| | |
| | | BooleanArgument showUsageArg; |
| | | BooleanArgument quietArg; |
| | | BooleanArgument noPromptArg; |
| | | BooleanArgument verboseArg; |
| | | StringArgument propertiesFileArgument; |
| | | BooleanArgument noPropertiesFileArgument; |
| | | BooleanArgument skipPortCheckArg; |
| | |
| | | noPromptArg.setPropertyName(OPTION_LONG_NO_PROMPT); |
| | | addArgument(noPromptArg); |
| | | |
| | | verboseArg = new BooleanArgument(OPTION_LONG_VERBOSE, OPTION_SHORT_VERBOSE, |
| | | OPTION_LONG_VERBOSE, INFO_DESCRIPTION_VERBOSE.get()); |
| | | addArgument(verboseArg); |
| | | |
| | | propertiesFileArgument = new StringArgument( |
| | | "propertiesFilePath", null, OPTION_LONG_PROP_FILE_PATH, false, false, |
| | | true, OPTION_VALUE_PROP_FILE_PATH, null, null, |