| | |
| | | |
| | | /** |
| | | * Adds the provided argument to the set of arguments handled by this parser |
| | | * and puts the arguement in the LDAP connection group. |
| | | * and puts the argument in the LDAP connection group. |
| | | * |
| | | * @param argument The argument to be added. |
| | | * |
| | |
| | | |
| | | /** |
| | | * Adds the provided argument to the set of arguments handled by this parser |
| | | * and puts the arguement in the input/output group. |
| | | * and puts the argument in the input/output group. |
| | | * |
| | | * @param argument The argument to be added. |
| | | * |
| | |
| | | { |
| | | // "-V" will always be interpreted as requesting |
| | | // version information except if it's already defined (e.g in |
| | | // lpda tools). |
| | | // ldap tools). |
| | | usageOrVersionDisplayed = true ; |
| | | try |
| | | { |
| | |
| | | try { |
| | | Argument version = new BooleanArgument( |
| | | OPTION_LONG_PRODUCT_VERSION, |
| | | OPTION_SHORT_PRODUCT_VERSION, |
| | | null, |
| | | OPTION_LONG_PRODUCT_VERSION, |
| | | INFO_DESCRIPTION_PRODUCT_VERSION.get()); |
| | | this.generalArgGroup.addArgument(version); |