Searched refs:subCommand (Results 51 - 75 of 90) sorted by relevance

1234

/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DBase64.java566 SubCommand subCommand = argParser.getSubCommand();
569 if (subCommand == null)
576 argParser.getSubCommandUsage(messageBuilder, subCommand);
600 if (subCommand == null)
605 if (subCommand.getName().equals(encodeSubCommand.getName()))
690 else if (subCommand.getName().equals(decodeSubCommand.getName()))
782 subCommand.getName()).toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBase64.java559 SubCommand subCommand = argParser.getSubCommand();
562 if (subCommand == null)
569 argParser.getSubCommandUsage(messageBuilder, subCommand);
582 if (subCommand == null)
587 if (subCommand.getName().equals(encodeSubCommand.getName()))
672 else if (subCommand.getName().equals(decodeSubCommand.getName()))
764 subCommand.getName()));
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DListSubCommandHandler.java142 private final SubCommand subCommand; field in class:ListSubCommandHandler
151 subCommand = new SubCommand(parser, "list-" + rname, false, 0, 0, null,
155 namingArgs = createNamingArgs(subCommand, path, false);
158 registerPropertyNameArgument(subCommand);
159 registerUnitSizeArgument(subCommand);
160 registerUnitTimeArgument(subCommand);
178 return subCommand;
H A DSetPropSubCommandHandler.java553 private final SubCommand subCommand; field in class:SetPropSubCommandHandler
564 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, description);
567 this.namingArgs = createNamingArgs(subCommand, path, false);
573 this.subCommand.addArgument(this.propertySetArgument);
579 this.subCommand.addArgument(this.propertyResetArgument);
585 this.subCommand.addArgument(this.propertyAddArgument);
591 this.subCommand.addArgument(this.propertyRemoveArgument);
609 return subCommand;
H A DHelpSubCommandHandler.java604 private final SubCommand subCommand; field in class:HelpSubCommandHandler
621 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, desc);
626 this.subCommand.addArgument(this.categoryArgument);
630 this.subCommand.addArgument(this.typeArgument);
634 subCommand.addArgument(inheritedModeArgument);
637 registerPropertyNameArgument(this.subCommand);
645 return subCommand;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DManageAccount.java1426 SubCommand subCommand = argParser.getSubCommand();
1427 if (subCommand == null)
1435 String subCommandName = subCommand.getName();
1450 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1486 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1510 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1530 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1564 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1577 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1613 Argument a = subCommand
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DManageAccount.java1404 SubCommand subCommand = argParser.getSubCommand();
1405 if (subCommand == null)
1413 String subCommandName = subCommand.getName();
1428 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1464 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1488 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1508 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1542 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1555 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1591 Argument a = subCommand
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DManageAccount.java1426 SubCommand subCommand = argParser.getSubCommand();
1427 if (subCommand == null)
1435 String subCommandName = subCommand.getName();
1450 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1486 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1510 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1530 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1564 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1577 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1613 Argument a = subCommand
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DManageAccount.java1426 SubCommand subCommand = argParser.getSubCommand();
1427 if (subCommand == null)
1435 String subCommandName = subCommand.getName();
1450 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1486 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1510 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1530 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1564 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1577 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1613 Argument a = subCommand
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DManageAccount.java1404 SubCommand subCommand = argParser.getSubCommand();
1405 if (subCommand == null)
1413 String subCommandName = subCommand.getName();
1428 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1464 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1488 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1508 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1542 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1555 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1591 Argument a = subCommand
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DManageAccount.java1376 SubCommand subCommand = argParser.getSubCommand();
1377 if (subCommand == null)
1384 String subCommandName = subCommand.getName();
1399 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1433 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1457 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1477 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1511 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1524 Argument a = subCommand.getArgumentForName(ARG_OP_VALUE);
1560 Argument a = subCommand
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java612 private final SubCommand subCommand; field in class:SetPropSubCommandHandler
626 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
630 this.namingArgs = createNamingArgs(subCommand, path, false);
637 this.subCommand.addArgument(this.propertySetArgument);
644 this.subCommand.addArgument(this.propertyResetArgument);
651 this.subCommand.addArgument(this.propertyAddArgument);
658 this.subCommand.addArgument(this.propertyRemoveArgument);
684 return subCommand;
H A DHelpSubCommandHandler.java699 private final SubCommand subCommand; field in class:HelpSubCommandHandler
718 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, desc);
724 this.subCommand.addArgument(this.categoryArgument);
730 this.subCommand.addArgument(this.typeArgument);
736 subCommand.addArgument(inheritedModeArgument);
739 registerPropertyNameArgument(this.subCommand);
756 return subCommand;
H A DCreateSubCommandHandler.java1048 private final SubCommand subCommand; field in class:CreateSubCommandHandler
1079 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
1087 this.namingArgs = createNamingArgs(subCommand, c, true);
1098 this.subCommand.addArgument(this.propertySetArgument);
1122 this.subCommand.addArgument(this.typeArgument);
1148 return subCommand;
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java618 private final SubCommand subCommand; field in class:SetPropSubCommandHandler
632 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
636 this.namingArgs = createNamingArgs(subCommand, path, false);
643 this.subCommand.addArgument(this.propertySetArgument);
650 this.subCommand.addArgument(this.propertyResetArgument);
657 this.subCommand.addArgument(this.propertyAddArgument);
664 this.subCommand.addArgument(this.propertyRemoveArgument);
688 return subCommand;
H A DHelpSubCommandHandler.java706 private final SubCommand subCommand; field in class:HelpSubCommandHandler
725 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, desc);
731 this.subCommand.addArgument(this.categoryArgument);
737 this.subCommand.addArgument(this.typeArgument);
743 subCommand.addArgument(inheritedModeArgument);
746 registerPropertyNameArgument(this.subCommand);
763 return subCommand;
H A DCreateSubCommandHandler.java1047 private final SubCommand subCommand; field in class:CreateSubCommandHandler
1078 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
1086 this.namingArgs = createNamingArgs(subCommand, c, true);
1097 this.subCommand.addArgument(this.propertySetArgument);
1121 this.subCommand.addArgument(this.typeArgument);
1147 return subCommand;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java612 private final SubCommand subCommand; field in class:SetPropSubCommandHandler
626 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
630 this.namingArgs = createNamingArgs(subCommand, path, false);
637 this.subCommand.addArgument(this.propertySetArgument);
644 this.subCommand.addArgument(this.propertyResetArgument);
651 this.subCommand.addArgument(this.propertyAddArgument);
658 this.subCommand.addArgument(this.propertyRemoveArgument);
684 return subCommand;
H A DHelpSubCommandHandler.java699 private final SubCommand subCommand; field in class:HelpSubCommandHandler
718 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, desc);
724 this.subCommand.addArgument(this.categoryArgument);
730 this.subCommand.addArgument(this.typeArgument);
736 subCommand.addArgument(inheritedModeArgument);
739 registerPropertyNameArgument(this.subCommand);
756 return subCommand;
H A DCreateSubCommandHandler.java1048 private final SubCommand subCommand; field in class:CreateSubCommandHandler
1079 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
1087 this.namingArgs = createNamingArgs(subCommand, c, true);
1098 this.subCommand.addArgument(this.propertySetArgument);
1122 this.subCommand.addArgument(this.typeArgument);
1148 return subCommand;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java612 private final SubCommand subCommand; field in class:SetPropSubCommandHandler
626 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
630 this.namingArgs = createNamingArgs(subCommand, path, false);
637 this.subCommand.addArgument(this.propertySetArgument);
644 this.subCommand.addArgument(this.propertyResetArgument);
651 this.subCommand.addArgument(this.propertyAddArgument);
658 this.subCommand.addArgument(this.propertyRemoveArgument);
684 return subCommand;
H A DHelpSubCommandHandler.java699 private final SubCommand subCommand; field in class:HelpSubCommandHandler
718 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, desc);
724 this.subCommand.addArgument(this.categoryArgument);
730 this.subCommand.addArgument(this.typeArgument);
736 subCommand.addArgument(inheritedModeArgument);
739 registerPropertyNameArgument(this.subCommand);
756 return subCommand;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DSetPropSubCommandHandler.java618 private final SubCommand subCommand; field in class:SetPropSubCommandHandler
632 this.subCommand = new SubCommand(parser, name, false, 0, 0, null,
636 this.namingArgs = createNamingArgs(subCommand, path, false);
643 this.subCommand.addArgument(this.propertySetArgument);
650 this.subCommand.addArgument(this.propertyResetArgument);
657 this.subCommand.addArgument(this.propertyAddArgument);
664 this.subCommand.addArgument(this.propertyRemoveArgument);
688 return subCommand;
H A DHelpSubCommandHandler.java706 private final SubCommand subCommand; field in class:HelpSubCommandHandler
725 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, desc);
731 this.subCommand.addArgument(this.categoryArgument);
737 this.subCommand.addArgument(this.typeArgument);
743 subCommand.addArgument(inheritedModeArgument);
746 registerPropertyNameArgument(this.subCommand);
763 return subCommand;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java835 private void setSubCommandArguments(SubCommand subCommand, Argument[] argsToAdd) throws ArgumentException argument
840 subCommand.addArgument(arg);
1666 SubCommand subCommand = getSubCommand();
1667 return subCommand != null && subCommand.getName().equalsIgnoreCase(name);

Completed in 108 milliseconds

1234