Searched refs:StatusCli (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/resource/bin/
H A Dstatus.bat30 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli"
/forgerock/opendj-b2.6/resource/bin/
H A Dstatus.bat31 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli"
/forgerock/opendj2.6.2/resource/bin/
H A Dstatus.bat31 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli"
/forgerock/opendj2-jel-hg/resource/bin/
H A Dstatus.bat31 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli"
/forgerock/opendj2-hg/resource/bin/
H A Dstatus.bat30 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli"
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DArgumentParserToolsTestCase.java38 import org.opends.server.tools.status.StatusCli;
228 assertToolFailsWithUsage(StatusCli.mainCLI(args, false, outStream, errStream, null), ERRORS_ON_STDOUT);
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A Dstatus.bat30 set OPENDJ_INVOKE_CLASS="org.opends.server.tools.status.StatusCli"
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/status/
H A DStatusCli.java92 class StatusCli extends ConsoleApplication class in inherits:ConsoleApplication
166 static private final Logger LOG = Logger.getLogger(StatusCli.class.getName());
172 * Constructor for the StatusCli object.
178 public StatusCli(PrintStream out, PrintStream err, InputStream in) method in class:StatusCli
262 StatusCli statusCli = new StatusCli(out, err, inStream);
277 argParser = new StatusCliArgumentParser(StatusCli.class.getName());
/forgerock/opendj2/src/server/org/opends/server/tools/status/
H A DStatusCli.java91 class StatusCli extends ConsoleApplication class in inherits:ConsoleApplication
165 static private final Logger LOG = Logger.getLogger(StatusCli.class.getName());
171 * Constructor for the StatusCli object.
177 public StatusCli(PrintStream out, PrintStream err, InputStream in) method in class:StatusCli
244 StatusCli statusCli = new StatusCli(out, err, inStream);
259 argParser = new StatusCliArgumentParser(StatusCli.class.getName());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/status/
H A DStatusCli.java92 class StatusCli extends ConsoleApplication class in inherits:ConsoleApplication
166 static private final Logger LOG = Logger.getLogger(StatusCli.class.getName());
172 * Constructor for the StatusCli object.
178 public StatusCli(PrintStream out, PrintStream err, InputStream in) method in class:StatusCli
262 StatusCli statusCli = new StatusCli(out, err, inStream);
277 argParser = new StatusCliArgumentParser(StatusCli.class.getName());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java92 class StatusCli extends ConsoleApplication class in inherits:ConsoleApplication
166 static private final Logger LOG = Logger.getLogger(StatusCli.class.getName());
172 * Constructor for the StatusCli object.
178 public StatusCli(PrintStream out, PrintStream err, InputStream in) method in class:StatusCli
262 StatusCli statusCli = new StatusCli(out, err, inStream);
277 argParser = new StatusCliArgumentParser(StatusCli.class.getName());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/status/
H A DStatusCli.java91 class StatusCli extends ConsoleApplication class in inherits:ConsoleApplication
165 static private final Logger LOG = Logger.getLogger(StatusCli.class.getName());
171 * Constructor for the StatusCli object.
177 public StatusCli(PrintStream out, PrintStream err, InputStream in) method in class:StatusCli
244 StatusCli statusCli = new StatusCli(out, err, inStream);
259 argParser = new StatusCliArgumentParser(StatusCli.class.getName());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/status/
H A DStatusCli.java109 public class StatusCli extends ConsoleApplication class in inherits:ConsoleApplication
137 public StatusCli(PrintStream out, PrintStream err, InputStream in) method in class:StatusCli
204 final StatusCli statusCli = new StatusCli(out, err, inStream);
222 argParser = new StatusCliArgumentParser(StatusCli.class.getName());

Completed in 124 milliseconds