Searched refs:commandName (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/felixgogo/
H A DAbstractFelixCommandsService.java55 * @param commandName command name
59 protected void runCommand(String commandName, CommandSession session, String[] params) { argument
62 commandName, InputStream.class, PrintStream.class, String[].class);
65 session.getConsole().println("No such command: " + commandName);
67 logger.warn("Unable to execute command: {} with args: {}", commandName, Arrays.toString(params), e);
H A DActivator.java111 * @param commandName command method name
115 private boolean isValidCommandMethod(Object service, String commandName) { argument
117 service.getClass().getMethod(commandName, InputStream.class, PrintStream.class, String[].class);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java46 private String commandName; field in class:CommandBuilder
97 * @param commandName the command name.
99 public CommandBuilder(String commandName) argument
101 this(commandName, null);
106 * @param commandName the command name.
109 public CommandBuilder(String commandName, String subcommandName) argument
111 this.commandName = commandName;
206 builder.append(commandName);
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java45 private String commandName; field in class:CommandBuilder
96 * @param commandName the command name.
98 public CommandBuilder(String commandName) argument
100 this(commandName, null);
105 * @param commandName the command name.
108 public CommandBuilder(String commandName, String subcommandName) argument
110 this.commandName = commandName;
205 builder.append(commandName);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java46 private String commandName; field in class:CommandBuilder
97 * @param commandName the command name.
99 public CommandBuilder(String commandName) argument
101 this(commandName, null);
106 * @param commandName the command name.
109 public CommandBuilder(String commandName, String subcommandName) argument
111 this.commandName = commandName;
206 builder.append(commandName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java46 private String commandName; field in class:CommandBuilder
97 * @param commandName the command name.
99 public CommandBuilder(String commandName) argument
101 this(commandName, null);
106 * @param commandName the command name.
109 public CommandBuilder(String commandName, String subcommandName) argument
111 this.commandName = commandName;
206 builder.append(commandName);
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DCommandBuilder.java45 private String commandName; field in class:CommandBuilder
96 * @param commandName the command name.
98 public CommandBuilder(String commandName) argument
100 this(commandName, null);
105 * @param commandName the command name.
108 public CommandBuilder(String commandName, String subcommandName) argument
110 this.commandName = commandName;
205 builder.append(commandName);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DRequestContext.java163 String commandName,
169 parseParentArgs(commandName, subcmd, parentArgv);
172 parseArgs(commandName, subcmd, argv);
176 String commandName,
225 String commandName,
244 throw createIncorrectOptionException(commandName, argv);
255 throw createIncorrectOptionException(commandName, argv);
263 throw createIncorrectOptionException(commandName, argv);
302 String commandName,
305 Object[] param = {commandName
162 parseArgs( String commandName, SubCommand subcmd, String[] argv, String[] parentArgv ) argument
175 parseParentArgs( String commandName, SubCommand subcmd, String[] argv ) argument
224 parseArgs( String commandName, SubCommand subcmd, String[] argv ) argument
301 createIncorrectOptionException( String commandName, String[] argv ) argument
[all...]
H A DCLIRequest.java145 String commandName = mgr.getCommandName();
164 Object[] param = {commandName + " " + arg};
173 Object[] param = {commandName + " " + arg};
185 String commandName = mgr.getCommandName();
192 Object[] param = {commandName + " " + sumOfArgs};
203 Object[] param = {commandName + " " + sumOfArgs};
H A DUsageFormatter.java109 String commandName = mgr.getCommandName();
110 Object[] params = {commandName, cmd.getName(),
253 String commandName = mgr.getCommandName();
264 Object[] params = {commandName, fldLong.get(null),
277 Object[] params = {commandName,
288 Object[] params = {commandName,
H A DCommandManager.java78 private String commandName; field in class:CommandManager
258 commandName = (String)env.get(CLIConstants.SYS_PROPERTY_COMMAND_NAME);
259 if ((commandName == null) || (commandName.length() == 0)) {
297 commandName = System.getProperty(
299 if ((commandName == null) || (commandName.length() == 0)) {
413 return commandName;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DRequestContext.java163 String commandName,
169 parseParentArgs(commandName, subcmd, parentArgv);
172 parseArgs(commandName, subcmd, argv);
176 String commandName,
225 String commandName,
244 throw createIncorrectOptionException(commandName, argv);
255 throw createIncorrectOptionException(commandName, argv);
263 throw createIncorrectOptionException(commandName, argv);
302 String commandName,
305 Object[] param = {commandName
162 parseArgs( String commandName, SubCommand subcmd, String[] argv, String[] parentArgv ) argument
175 parseParentArgs( String commandName, SubCommand subcmd, String[] argv ) argument
224 parseArgs( String commandName, SubCommand subcmd, String[] argv ) argument
301 createIncorrectOptionException( String commandName, String[] argv ) argument
[all...]
H A DCLIRequest.java145 String commandName = mgr.getCommandName();
164 Object[] param = {commandName + " " + arg};
173 Object[] param = {commandName + " " + arg};
185 String commandName = mgr.getCommandName();
192 Object[] param = {commandName + " " + sumOfArgs};
203 Object[] param = {commandName + " " + sumOfArgs};
H A DUsageFormatter.java109 String commandName = mgr.getCommandName();
110 Object[] params = {commandName, cmd.getName(),
253 String commandName = mgr.getCommandName();
264 Object[] params = {commandName, fldLong.get(null),
277 Object[] params = {commandName,
288 Object[] params = {commandName,
H A DCommandManager.java78 private String commandName; field in class:CommandManager
263 commandName = (String)env.get(CLIConstants.SYS_PROPERTY_COMMAND_NAME);
264 if ((commandName == null) || (commandName.length() == 0)) {
302 commandName = System.getProperty(
304 if ((commandName == null) || (commandName.length() == 0)) {
418 return commandName;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1051 String commandName =
1053 if (commandName == null)
1055 commandName = "dsconfig";
1059 new CommandBuilder(commandName, handler.getSubCommand().getName());
1103 String commandName =
1105 if (commandName == null)
1107 commandName = "dsconfig";
1111 new CommandBuilder(commandName, subcommandName);
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1050 String commandName =
1052 if (commandName == null)
1054 commandName = "dsconfig";
1058 new CommandBuilder(commandName, handler.getSubCommand().getName());
1102 String commandName =
1104 if (commandName == null)
1106 commandName = "dsconfig";
1110 new CommandBuilder(commandName, subcommandName);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1051 String commandName =
1053 if (commandName == null)
1055 commandName = "dsconfig";
1059 new CommandBuilder(commandName, handler.getSubCommand().getName());
1103 String commandName =
1105 if (commandName == null)
1107 commandName = "dsconfig";
1111 new CommandBuilder(commandName, subcommandName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1051 String commandName =
1053 if (commandName == null)
1055 commandName = "dsconfig";
1059 new CommandBuilder(commandName, handler.getSubCommand().getName());
1103 String commandName =
1105 if (commandName == null)
1107 commandName = "dsconfig";
1111 new CommandBuilder(commandName, subcommandName);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java1050 String commandName =
1052 if (commandName == null)
1054 commandName = "dsconfig";
1058 new CommandBuilder(commandName, handler.getSubCommand().getName());
1102 String commandName =
1104 if (commandName == null)
1106 commandName = "dsconfig";
1110 new CommandBuilder(commandName, subcommandName);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java1073 private String commandName; field in class:JavaPropertiesPanel.JavaArgumentsDescriptor
1079 * @param commandName the command-line name.
1082 public JavaArgumentsDescriptor(String commandName, String javaArguments) argument
1084 this.commandName = commandName;
1086 hashCode = commandName.hashCode() + javaArguments.hashCode();
1087 toString = commandName+ ": " +javaArguments;
1096 return commandName;
1137 commandName.equals(((JavaArgumentsDescriptor)o).getCommandName()) &&
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java1072 private String commandName; field in class:JavaPropertiesPanel.JavaArgumentsDescriptor
1078 * @param commandName the command-line name.
1081 public JavaArgumentsDescriptor(String commandName, String javaArguments) argument
1083 this.commandName = commandName;
1085 hashCode = commandName.hashCode() + javaArguments.hashCode();
1086 toString = commandName+ ": " +javaArguments;
1095 return commandName;
1136 commandName.equals(((JavaArgumentsDescriptor)o).getCommandName()) &&
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java1073 private String commandName; field in class:JavaPropertiesPanel.JavaArgumentsDescriptor
1079 * @param commandName the command-line name.
1082 public JavaArgumentsDescriptor(String commandName, String javaArguments) argument
1084 this.commandName = commandName;
1086 hashCode = commandName.hashCode() + javaArguments.hashCode();
1087 toString = commandName+ ": " +javaArguments;
1096 return commandName;
1137 commandName.equals(((JavaArgumentsDescriptor)o).getCommandName()) &&
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java1072 private String commandName; field in class:JavaPropertiesPanel.JavaArgumentsDescriptor
1078 * @param commandName the command-line name.
1081 public JavaArgumentsDescriptor(String commandName, String javaArguments) argument
1083 this.commandName = commandName;
1085 hashCode = commandName.hashCode() + javaArguments.hashCode();
1086 toString = commandName+ ": " +javaArguments;
1095 return commandName;
1136 commandName.equals(((JavaArgumentsDescriptor)o).getCommandName()) &&
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java1071 private String commandName; field in class:JavaPropertiesPanel.JavaArgumentsDescriptor
1077 * @param commandName the command-line name.
1080 public JavaArgumentsDescriptor(String commandName, String javaArguments) argument
1082 this.commandName = commandName;
1084 hashCode = commandName.hashCode() + javaArguments.hashCode();
1085 toString = commandName+ ": " +javaArguments;
1094 return commandName;
1135 commandName.equals(((JavaArgumentsDescriptor)o).getCommandName()) &&

Completed in 189 milliseconds

123