| | |
| | | try { |
| | | connectionFactoryProvider = new ConnectionFactoryProvider(argParser, this); |
| | | final StringArgument propertiesFileArgument = |
| | | CommonArguments.getPropertiesFileArgument(); |
| | | CommonArguments.getPropertiesFile(); |
| | | argParser.addArgument(propertiesFileArgument); |
| | | argParser.setFilePropertiesArgument(propertiesFileArgument); |
| | | |
| | | final BooleanArgument noPropertiesFileArgument = CommonArguments.getNoPropertiesFileArgument(); |
| | | final BooleanArgument noPropertiesFileArgument = CommonArguments.getNoPropertiesFile(); |
| | | argParser.addArgument(noPropertiesFileArgument); |
| | | argParser.setNoPropertiesFileArgument(noPropertiesFileArgument); |
| | | |
| | |
| | | effectiveRightsAttrs.setPropertyName(OPTION_LONG_EFFECTIVERIGHTSATTR); |
| | | argParser.addArgument(effectiveRightsAttrs); |
| | | |
| | | version = CommonArguments.getVersionArgument(); |
| | | version = CommonArguments.getVersion(); |
| | | argParser.addArgument(version); |
| | | |
| | | final StringArgument encodingStr = |
| | |
| | | countEntries.setPropertyName("countEntries"); |
| | | argParser.addArgument(countEntries); |
| | | |
| | | final BooleanArgument continueOnError = CommonArguments.getContinueOnErrorArgument(); |
| | | final BooleanArgument continueOnError = CommonArguments.getContinueOnError(); |
| | | argParser.addArgument(continueOnError); |
| | | |
| | | noop = |