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

1234

/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
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-hg/src/server/org/opends/server/tools/dsconfig/
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/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCreateSubCommandHandler.java887 private final SubCommand subCommand; field in class:CreateSubCommandHandler
908 this.subCommand = new SubCommand(parser, name, false, 0, 0, null, description);
915 this.namingArgs = createNamingArgs(subCommand, c, true);
925 this.subCommand.addArgument(this.propertySetArgument);
945 this.subCommand.addArgument(this.typeArgument);
963 return subCommand;
H A DDSConfig.java1298 * @param subCommand
1302 CommandBuilder getCommandBuilder(final Object subCommand) { argument
1306 if (subCommand instanceof SubCommandHandler) {
1307 handler = (SubCommandHandler) subCommand;
1311 subCommandName = (String) subCommand;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java2023 SubCommand subCommand = getSubCommand();
2024 if (subCommand != null)
2026 isSubcommand = subCommand.getName().equalsIgnoreCase(name);
H A DReplicationCliMain.java500 String subCommand = null;
504 subCommand =
510 subCommand =
516 subCommand =
522 subCommand =
528 subCommand =
534 subCommand =
540 subCommand =
546 subCommand =
556 subCommand
11324 displayLogFileAtEnd(String subCommand) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java2022 SubCommand subCommand = getSubCommand();
2023 if (subCommand != null)
2025 isSubcommand = subCommand.getName().equalsIgnoreCase(name);
H A DReplicationCliMain.java430 String subCommand = null;
434 subCommand =
440 subCommand =
446 subCommand =
452 subCommand =
458 subCommand =
464 subCommand =
470 subCommand =
476 subCommand =
486 subCommand
10859 displayLogFileAtEnd(String subCommand) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java2023 SubCommand subCommand = getSubCommand();
2024 if (subCommand != null)
2026 isSubcommand = subCommand.getName().equalsIgnoreCase(name);
H A DReplicationCliMain.java500 String subCommand = null;
504 subCommand =
510 subCommand =
516 subCommand =
522 subCommand =
528 subCommand =
534 subCommand =
540 subCommand =
546 subCommand =
556 subCommand
11324 displayLogFileAtEnd(String subCommand) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java2023 SubCommand subCommand = getSubCommand();
2024 if (subCommand != null)
2026 isSubcommand = subCommand.getName().equalsIgnoreCase(name);
H A DReplicationCliMain.java500 String subCommand = null;
504 subCommand =
510 subCommand =
516 subCommand =
522 subCommand =
528 subCommand =
534 subCommand =
540 subCommand =
546 subCommand =
556 subCommand
11325 displayLogFileAtEnd(String subCommand) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java2022 SubCommand subCommand = getSubCommand();
2023 if (subCommand != null)
2025 isSubcommand = subCommand.getName().equalsIgnoreCase(name);
H A DReplicationCliMain.java430 String subCommand = null;
434 subCommand =
440 subCommand =
446 subCommand =
452 subCommand =
458 subCommand =
464 subCommand =
470 subCommand =
476 subCommand =
486 subCommand
10859 displayLogFileAtEnd(String subCommand) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java253 for (SubcommandChoice subCommand : f)
255 if (subCommand.name.equals(subCommandName))
257 return subCommand;
491 String subCommand = null;
495 subCommand = subcommandChoice.getName();
506 subCommand = subCommandChoice.getName();
507 if (subCommand != null)
510 newArgs[0] = subCommand;
525 if (returnValue == SUCCESSFUL && displayLogFileAtEnd(subCommand))
539 private SubcommandChoice getSubcommandChoice(SubCommand subCommand) argument
9725 displayLogFileAtEnd(String subCommand) argument
[all...]

Completed in 105 milliseconds

1234