Searched refs:commandBuilder (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java129 private CommandBuilder commandBuilder; field in class:LDAPConnectionConsoleInteraction
291 this.commandBuilder = new CommandBuilder(null);
334 commandBuilder.clearArguments();
408 commandBuilder.addArgument(copySecureArgsList.hostNameArg);
498 commandBuilder.addArgument(copySecureArgsList.useSSLArg);
502 commandBuilder.addArgument(copySecureArgsList.useStartTLSArg);
580 commandBuilder.addArgument(copySecureArgsList.portArg);
702 commandBuilder.addArgument(copySecureArgsList.adminUidArg);
708 commandBuilder.addArgument(copySecureArgsList.bindDnArg);
715 commandBuilder
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java128 private CommandBuilder commandBuilder; field in class:LDAPConnectionConsoleInteraction
290 this.commandBuilder = new CommandBuilder(null);
333 commandBuilder.clearArguments();
407 commandBuilder.addArgument(copySecureArgsList.hostNameArg);
497 commandBuilder.addArgument(copySecureArgsList.useSSLArg);
501 commandBuilder.addArgument(copySecureArgsList.useStartTLSArg);
579 commandBuilder.addArgument(copySecureArgsList.portArg);
701 commandBuilder.addArgument(copySecureArgsList.adminUidArg);
707 commandBuilder.addArgument(copySecureArgsList.bindDnArg);
714 commandBuilder
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java129 private CommandBuilder commandBuilder; field in class:LDAPConnectionConsoleInteraction
291 this.commandBuilder = new CommandBuilder(null);
334 commandBuilder.clearArguments();
408 commandBuilder.addArgument(copySecureArgsList.hostNameArg);
498 commandBuilder.addArgument(copySecureArgsList.useSSLArg);
502 commandBuilder.addArgument(copySecureArgsList.useStartTLSArg);
580 commandBuilder.addArgument(copySecureArgsList.portArg);
702 commandBuilder.addArgument(copySecureArgsList.adminUidArg);
708 commandBuilder.addArgument(copySecureArgsList.bindDnArg);
715 commandBuilder
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java129 private CommandBuilder commandBuilder; field in class:LDAPConnectionConsoleInteraction
291 this.commandBuilder = new CommandBuilder(null);
334 commandBuilder.clearArguments();
408 commandBuilder.addArgument(copySecureArgsList.hostNameArg);
498 commandBuilder.addArgument(copySecureArgsList.useSSLArg);
502 commandBuilder.addArgument(copySecureArgsList.useStartTLSArg);
580 commandBuilder.addArgument(copySecureArgsList.portArg);
702 commandBuilder.addArgument(copySecureArgsList.adminUidArg);
708 commandBuilder.addArgument(copySecureArgsList.bindDnArg);
715 commandBuilder
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java128 private CommandBuilder commandBuilder; field in class:LDAPConnectionConsoleInteraction
290 this.commandBuilder = new CommandBuilder(null);
333 commandBuilder.clearArguments();
407 commandBuilder.addArgument(copySecureArgsList.hostNameArg);
497 commandBuilder.addArgument(copySecureArgsList.useSSLArg);
501 commandBuilder.addArgument(copySecureArgsList.useStartTLSArg);
579 commandBuilder.addArgument(copySecureArgsList.portArg);
701 commandBuilder.addArgument(copySecureArgsList.adminUidArg);
707 commandBuilder.addArgument(copySecureArgsList.bindDnArg);
714 commandBuilder
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java187 private CommandBuilder commandBuilder; field in class:LDAPConnectionConsoleInteraction
363 this.commandBuilder = new CommandBuilder(null, null);
402 commandBuilder.clearArguments();
459 commandBuilder.addArgument(copySecureArgsList.hostNameArg);
536 commandBuilder.addArgument(copySecureArgsList.useSSLArg);
540 commandBuilder.addArgument(copySecureArgsList.useStartTLSArg);
623 commandBuilder.addArgument(copySecureArgsList.portArg);
742 commandBuilder.addArgument(copySecureArgsList.adminUidArg);
748 commandBuilder.addArgument(copySecureArgsList.bindDnArg);
755 commandBuilder
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1058 CommandBuilder commandBuilder =
1061 commandBuilder.append(handler.getCommandBuilder());
1065 commandBuilder.append(factory.getContextCommandBuilder());
1070 commandBuilder.addArgument(verboseArgument);
1075 commandBuilder.addArgument(scriptFriendlyArgument);
1078 commandBuilder.addArgument(noPromptArgument);
1082 commandBuilder.addArgument(propertiesFileArgument);
1087 commandBuilder.addArgument(noPropertiesFileArgument);
1090 return commandBuilder;
1110 CommandBuilder commandBuilder
1150 printCommandBuilder(CommandBuilder commandBuilder) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1057 CommandBuilder commandBuilder =
1060 commandBuilder.append(handler.getCommandBuilder());
1064 commandBuilder.append(factory.getContextCommandBuilder());
1069 commandBuilder.addArgument(verboseArgument);
1074 commandBuilder.addArgument(scriptFriendlyArgument);
1077 commandBuilder.addArgument(noPromptArgument);
1081 commandBuilder.addArgument(propertiesFileArgument);
1086 commandBuilder.addArgument(noPropertiesFileArgument);
1089 return commandBuilder;
1109 CommandBuilder commandBuilder
1149 printCommandBuilder(CommandBuilder commandBuilder) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1058 CommandBuilder commandBuilder =
1061 commandBuilder.append(handler.getCommandBuilder());
1065 commandBuilder.append(factory.getContextCommandBuilder());
1070 commandBuilder.addArgument(verboseArgument);
1075 commandBuilder.addArgument(scriptFriendlyArgument);
1078 commandBuilder.addArgument(noPromptArgument);
1082 commandBuilder.addArgument(propertiesFileArgument);
1087 commandBuilder.addArgument(noPropertiesFileArgument);
1090 return commandBuilder;
1110 CommandBuilder commandBuilder
1150 printCommandBuilder(CommandBuilder commandBuilder) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1058 CommandBuilder commandBuilder =
1061 commandBuilder.append(handler.getCommandBuilder());
1065 commandBuilder.append(factory.getContextCommandBuilder());
1070 commandBuilder.addArgument(verboseArgument);
1075 commandBuilder.addArgument(scriptFriendlyArgument);
1078 commandBuilder.addArgument(noPromptArgument);
1082 commandBuilder.addArgument(propertiesFileArgument);
1087 commandBuilder.addArgument(noPropertiesFileArgument);
1090 return commandBuilder;
1110 CommandBuilder commandBuilder
1150 printCommandBuilder(CommandBuilder commandBuilder) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1057 CommandBuilder commandBuilder =
1060 commandBuilder.append(handler.getCommandBuilder());
1064 commandBuilder.append(factory.getContextCommandBuilder());
1069 commandBuilder.addArgument(verboseArgument);
1074 commandBuilder.addArgument(scriptFriendlyArgument);
1077 commandBuilder.addArgument(noPromptArgument);
1081 commandBuilder.addArgument(propertiesFileArgument);
1086 commandBuilder.addArgument(noPropertiesFileArgument);
1089 return commandBuilder;
1109 CommandBuilder commandBuilder
1149 printCommandBuilder(CommandBuilder commandBuilder) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java222 * @param commandBuilder the command builder.
226 CommandBuilder commandBuilder,
255 commandBuilder.addArgument(getArgument(args[i],
271 commandBuilder.addArgument(getArgument(args[i],
225 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java221 * @param commandBuilder the command builder.
225 CommandBuilder commandBuilder,
254 commandBuilder.addArgument(getArgument(args[i],
270 commandBuilder.addArgument(getArgument(args[i],
224 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java222 * @param commandBuilder the command builder.
226 CommandBuilder commandBuilder,
255 commandBuilder.addArgument(getArgument(args[i],
271 commandBuilder.addArgument(getArgument(args[i],
225 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java222 * @param commandBuilder the command builder.
226 CommandBuilder commandBuilder,
255 commandBuilder.addArgument(getArgument(args[i],
271 commandBuilder.addArgument(getArgument(args[i],
225 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java221 * @param commandBuilder the command builder.
225 CommandBuilder commandBuilder,
254 commandBuilder.addArgument(getArgument(args[i],
270 commandBuilder.addArgument(getArgument(args[i],
224 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java219 * @param commandBuilder the command builder.
223 CommandBuilder commandBuilder,
252 commandBuilder.addArgument(getArgument(args[i],
268 commandBuilder.addArgument(getArgument(args[i],
222 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java8369 final CommandBuilder commandBuilder = createCommandBuilder(sourceServerCI, subCommandName, uData);
8374 println(INFO_REPLICATION_NON_INTERACTIVE.get(commandBuilder));
8387 writer.write(commandBuilder.toString());
8422 CommandBuilder commandBuilder = new CommandBuilder(commandName, subcommandName);
8427 updateCommandBuilder(commandBuilder, (EnableReplicationUserData)uData);
8433 updateCommandBuilder(commandBuilder, (SourceDestinationServerUserData)uData);
8438 updateCommandBuilder(ci, commandBuilder, (PurgeHistoricalUserData)uData);
8444 updateCommandBuilderWithConsoleInteraction(commandBuilder, ci);
8453 commandBuilder.addArgument(newBooleanArgument(
8458 commandBuilder
8477 updateCommandBuilderWithConsoleInteraction(CommandBuilder commandBuilder, LDAPConnectionConsoleInteraction ci) argument
8501 updateCommandBuilder(LDAPConnectionConsoleInteraction ci, CommandBuilder commandBuilder, PurgeHistoricalUserData uData) argument
8529 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
8537 addGlobalArguments(CommandBuilder commandBuilder, ReplicationUserData uData) argument
8621 findArg(CommandBuilder commandBuilder, String longIdentifier) argument
8633 existsArg(CommandBuilder commandBuilder, String longIdentifier) argument
8638 addArgument(CommandBuilder commandBuilder, Argument arg, boolean isObfuscated) argument
8650 updateCommandBuilder(CommandBuilder commandBuilder, EnableReplicationUserData uData) argument
9019 updateCommandBuilder(CommandBuilder commandBuilder, SourceDestinationServerUserData uData) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1033 CommandBuilder commandBuilder = createCommandBuilder(
1036 printCommandBuilder(commandBuilder);
4325 CommandBuilder commandBuilder = createCommandBuilder(
4328 printCommandBuilder(commandBuilder);
4497 CommandBuilder commandBuilder = createCommandBuilder(
4500 printCommandBuilder(commandBuilder);
4660 CommandBuilder commandBuilder = createCommandBuilder(
4663 printCommandBuilder(commandBuilder);
4796 CommandBuilder commandBuilder = createCommandBuilder(
4799 printCommandBuilder(commandBuilder);
9700 printCommandBuilder(CommandBuilder commandBuilder) argument
9819 updateCommandBuilderWithConsoleInteraction( CommandBuilder commandBuilder, LDAPConnectionConsoleInteraction ci) argument
9863 updateCommandBuilder(CommandBuilder commandBuilder, PurgeHistoricalUserData uData) argument
9891 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
9899 addGlobalArguments(CommandBuilder commandBuilder, ReplicationUserData uData) argument
9982 updateCommandBuilder(CommandBuilder commandBuilder, EnableReplicationUserData uData) argument
10475 updateCommandBuilder(CommandBuilder commandBuilder, InitializeReplicationUserData uData) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java963 CommandBuilder commandBuilder = createCommandBuilder(
966 printCommandBuilder(commandBuilder);
4123 CommandBuilder commandBuilder = createCommandBuilder(
4126 printCommandBuilder(commandBuilder);
4275 CommandBuilder commandBuilder = createCommandBuilder(
4278 printCommandBuilder(commandBuilder);
4419 CommandBuilder commandBuilder = createCommandBuilder(
4422 printCommandBuilder(commandBuilder);
4535 CommandBuilder commandBuilder = createCommandBuilder(
4538 printCommandBuilder(commandBuilder);
9238 printCommandBuilder(CommandBuilder commandBuilder) argument
9357 updateCommandBuilderWithConsoleInteraction( CommandBuilder commandBuilder, LDAPConnectionConsoleInteraction ci) argument
9401 updateCommandBuilder(CommandBuilder commandBuilder, PurgeHistoricalUserData uData) argument
9429 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
9437 addGlobalArguments(CommandBuilder commandBuilder, ReplicationUserData uData) argument
9520 updateCommandBuilder(CommandBuilder commandBuilder, EnableReplicationUserData uData) argument
10013 updateCommandBuilder(CommandBuilder commandBuilder, InitializeReplicationUserData uData) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1033 CommandBuilder commandBuilder = createCommandBuilder(
1036 printCommandBuilder(commandBuilder);
4325 CommandBuilder commandBuilder = createCommandBuilder(
4328 printCommandBuilder(commandBuilder);
4497 CommandBuilder commandBuilder = createCommandBuilder(
4500 printCommandBuilder(commandBuilder);
4660 CommandBuilder commandBuilder = createCommandBuilder(
4663 printCommandBuilder(commandBuilder);
4796 CommandBuilder commandBuilder = createCommandBuilder(
4799 printCommandBuilder(commandBuilder);
9700 printCommandBuilder(CommandBuilder commandBuilder) argument
9819 updateCommandBuilderWithConsoleInteraction( CommandBuilder commandBuilder, LDAPConnectionConsoleInteraction ci) argument
9863 updateCommandBuilder(CommandBuilder commandBuilder, PurgeHistoricalUserData uData) argument
9891 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
9899 addGlobalArguments(CommandBuilder commandBuilder, ReplicationUserData uData) argument
9982 updateCommandBuilder(CommandBuilder commandBuilder, EnableReplicationUserData uData) argument
10475 updateCommandBuilder(CommandBuilder commandBuilder, InitializeReplicationUserData uData) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1034 CommandBuilder commandBuilder = createCommandBuilder(
1037 printCommandBuilder(commandBuilder);
4326 CommandBuilder commandBuilder = createCommandBuilder(
4329 printCommandBuilder(commandBuilder);
4498 CommandBuilder commandBuilder = createCommandBuilder(
4501 printCommandBuilder(commandBuilder);
4661 CommandBuilder commandBuilder = createCommandBuilder(
4664 printCommandBuilder(commandBuilder);
4797 CommandBuilder commandBuilder = createCommandBuilder(
4800 printCommandBuilder(commandBuilder);
9701 printCommandBuilder(CommandBuilder commandBuilder) argument
9820 updateCommandBuilderWithConsoleInteraction( CommandBuilder commandBuilder, LDAPConnectionConsoleInteraction ci) argument
9864 updateCommandBuilder(CommandBuilder commandBuilder, PurgeHistoricalUserData uData) argument
9892 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
9900 addGlobalArguments(CommandBuilder commandBuilder, ReplicationUserData uData) argument
9983 updateCommandBuilder(CommandBuilder commandBuilder, EnableReplicationUserData uData) argument
10476 updateCommandBuilder(CommandBuilder commandBuilder, InitializeReplicationUserData uData) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java963 CommandBuilder commandBuilder = createCommandBuilder(
966 printCommandBuilder(commandBuilder);
4123 CommandBuilder commandBuilder = createCommandBuilder(
4126 printCommandBuilder(commandBuilder);
4275 CommandBuilder commandBuilder = createCommandBuilder(
4278 printCommandBuilder(commandBuilder);
4419 CommandBuilder commandBuilder = createCommandBuilder(
4422 printCommandBuilder(commandBuilder);
4535 CommandBuilder commandBuilder = createCommandBuilder(
4538 printCommandBuilder(commandBuilder);
9238 printCommandBuilder(CommandBuilder commandBuilder) argument
9357 updateCommandBuilderWithConsoleInteraction( CommandBuilder commandBuilder, LDAPConnectionConsoleInteraction ci) argument
9401 updateCommandBuilder(CommandBuilder commandBuilder, PurgeHistoricalUserData uData) argument
9429 updateCommandBuilderWithTaskSchedule( CommandBuilder commandBuilder, TaskScheduleUserData taskSchedule) argument
9437 addGlobalArguments(CommandBuilder commandBuilder, ReplicationUserData uData) argument
9520 updateCommandBuilder(CommandBuilder commandBuilder, EnableReplicationUserData uData) argument
10013 updateCommandBuilder(CommandBuilder commandBuilder, InitializeReplicationUserData uData) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCreateSubCommandHandler.java1142 CommandBuilder commandBuilder = getCommandBuilder();
1144 commandBuilder.addArgument(typeArgument);
1151 commandBuilder.addArgument(arg);
1162 if (canAddValue(commandBuilder, value)) {
1167 commandBuilder.addArgument(filteredArg);
1172 List<Argument> argsCopy = new LinkedList<>(commandBuilder.getArguments());
1177 commandBuilder.removeArgument(arg);
1186 commandBuilder.addArgument(arg);
1190 commandBuilder.addArgument(arg);
1196 private boolean canAddValue(CommandBuilder commandBuilder, Strin argument
[all...]
H A DDSConfig.java1314 final CommandBuilder commandBuilder = new CommandBuilder(commandName, subCommandName);
1316 commandBuilder.append(handler.getCommandBuilder());
1319 commandBuilder.append(factory.getContextCommandBuilder());
1322 commandBuilder.addArgument(verboseArgument);
1325 commandBuilder.addArgument(scriptFriendlyArgument);
1328 commandBuilder.addArgument(noPromptArgument);
1331 commandBuilder.addArgument(propertiesFileArgument);
1334 commandBuilder.addArgument(noPropertiesFileArgument);
1337 return commandBuilder;
1353 * @param commandBuilder
1356 printCommandBuilder(CommandBuilder commandBuilder) argument
[all...]

Completed in 179 milliseconds

12