Searched refs:command (Results 51 - 75 of 222) sorted by relevance

123456789

/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/felixgogo/
H A DAbstractFelixCommandsService.java21 import org.apache.felix.service.command.CommandSession;
44 * Construct the Felix command service.
46 * @param service the command service
53 * Run command method.
55 * @param commandName command name
56 * @param session command session
57 * @param params command parameters
65 session.getConsole().println("No such command: " + commandName);
67 logger.warn("Unable to execute command: {} with args: {}", commandName, Arrays.toString(params), e);
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A D_script-util.bat164 echo If you want to have specific Java settings for each command line you must
167 echo for each command line. The Java properties file is located in:
169 echo 4. Run the command-line %INSTALL_ROOT%\bat\dsjavaproperties.bat
204 echo If you want to have specific Java settings for each command line you must
207 echo for each command line. The Java properties file is located in:
209 echo 4. Run the command-line %INSTALL_ROOT%\bat\dsjavaproperties.bat
230 echo If you want to have specific Java settings for each command line you must
233 echo for each command line. The Java properties file is located in:
235 echo 4. Run the command-line %INSTALL_ROOT%\bat\dsjavaproperties.bat
/forgerock/opendj2/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...
/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingExecutorService.java160 public void execute(Runnable command) { argument
161 delegate.execute(wrap(command));
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingExecutorService.java160 public void execute(Runnable command) { argument
161 delegate.execute(wrap(command));
/forgerock/opendj-b2.6/ext/svnkit/
H A Djsvn.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnadmin.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvndumpfilter.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnlook.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnsync.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnversion.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
/forgerock/opendj2.6.2/ext/svnkit/
H A Djsvn.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnadmin.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvndumpfilter.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnlook.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnsync.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
H A Djsvnversion.bat27 @REM Slurp the command line arguments. This loop allows for an unlimited number
28 @REM of arguments (up to the command line limit, anyway).
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java98 * This class provides a command-line tool which enables
104 * A menu call-back which runs a sub-command interactively.
108 // The sub-command handler.
114 * Creates a new sub-command handler call-back.
117 * The sub-command handler.
177 * The optional create sub-command.
179 * The optional delete sub-command.
181 * The optional list sub-command.
183 * The option set-prop sub-command.
307 * Provides the command
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java97 * This class provides a command-line tool which enables
103 * A menu call-back which runs a sub-command interactively.
107 // The sub-command handler.
113 * Creates a new sub-command handler call-back.
116 * The sub-command handler.
176 * The optional create sub-command.
178 * The optional delete sub-command.
180 * The optional list sub-command.
182 * The option set-prop sub-command.
306 * Provides the command
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java98 * This class provides a command-line tool which enables
104 * A menu call-back which runs a sub-command interactively.
108 // The sub-command handler.
114 * Creates a new sub-command handler call-back.
117 * The sub-command handler.
177 * The optional create sub-command.
179 * The optional delete sub-command.
181 * The optional list sub-command.
183 * The option set-prop sub-command.
307 * Provides the command
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DDSConfig.java98 * This class provides a command-line tool which enables
104 * A menu call-back which runs a sub-command interactively.
108 // The sub-command handler.
114 * Creates a new sub-command handler call-back.
117 * The sub-command handler.
177 * The optional create sub-command.
179 * The optional delete sub-command.
181 * The optional list sub-command.
183 * The option set-prop sub-command.
307 * Provides the command
[all...]

Completed in 94 milliseconds

123456789