Searched refs:errStream (Results 1 - 25 of 231) sorted by relevance

12345678910

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DArgumentParserToolsTestCase.java55 private PrintStream errStream; field in class:ArgumentParserToolsTestCase
63 errStream = new PrintStream(err.asOutputStream());
69 closeSilently(outStream, errStream);
102 assertToolFailsWithUsage(BackUpDB.mainBackUpDB(args, false, outStream, errStream));
108 assertToolFailsWithUsage(CreateRCScript.main(args, outStream, errStream));
114 assertToolFailsWithUsage(JavaPropertiesTool.mainCLI(args, outStream, errStream, null));
120 assertToolFailsWithUsage(ReplicationCliMain.mainCLI(args, false, outStream, errStream), ERRORS_ON_STDOUT);
126 assertToolFailsWithUsage(EncodePassword.encodePassword(args, false, outStream, errStream));
132 assertToolFailsWithUsage(ExportLDIF.mainExportLDIF(args, false, outStream, errStream));
138 assertToolFailsWithUsage(ImportLDIF.mainImportLDIF(args, false, outStream, errStream));
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DStartWindowsService.java82 * @param errStream The stream to write error messages.
85 OutputStream errStream)
99 if (errStream == null)
105 err = new PrintStream(errStream);
84 startWindowsService(OutputStream outStream, OutputStream errStream) argument
H A DStopWindowsService.java81 * @param errStream The stream to write error messages.
84 OutputStream errStream)
98 if (errStream == null)
104 err = new PrintStream(errStream);
83 stopWindowsService(OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DStartWindowsService.java82 * @param errStream The stream to write error messages.
85 OutputStream errStream)
99 if (errStream == null)
105 err = new PrintStream(errStream);
84 startWindowsService(OutputStream outStream, OutputStream errStream) argument
H A DStopWindowsService.java81 * @param errStream The stream to write error messages.
84 OutputStream errStream)
98 if (errStream == null)
104 err = new PrintStream(errStream);
83 stopWindowsService(OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DStartWindowsService.java82 * @param errStream The stream to write error messages.
85 OutputStream errStream)
99 if (errStream == null)
105 err = new PrintStream(errStream);
84 startWindowsService(OutputStream outStream, OutputStream errStream) argument
H A DStopWindowsService.java81 * @param errStream The stream to write error messages.
84 OutputStream errStream)
98 if (errStream == null)
104 err = new PrintStream(errStream);
83 stopWindowsService(OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DStartWindowsService.java81 * @param errStream The stream to write error messages.
84 OutputStream errStream)
88 PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
83 startWindowsService(OutputStream outStream, OutputStream errStream) argument
H A DStopWindowsService.java80 * @param errStream The stream to write error messages.
83 OutputStream errStream)
87 PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
82 stopWindowsService(OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DStartWindowsService.java81 * @param errStream The stream to write error messages.
84 OutputStream errStream)
88 PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
83 startWindowsService(OutputStream outStream, OutputStream errStream) argument
H A DStopWindowsService.java80 * @param errStream The stream to write error messages.
83 OutputStream errStream)
87 PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
82 stopWindowsService(OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DStartWindowsService.java75 * @param errStream
78 public static int startWindowsService(OutputStream outStream, OutputStream errStream) argument
81 PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
H A DStopWindowsService.java72 * @param errStream
75 public static int stopWindowsService(OutputStream outStream, OutputStream errStream) argument
78 PrintStream err = NullOutputStream.wrapOrNullStream(errStream);
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java70 * @param errStream The output stream to use for standard error.
80 OutputStream outStream, OutputStream errStream)
79 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
H A DDsFrameworkCliAds.java220 OutputStream outStream, OutputStream errStream)
239 ctx = argParser.getContext(outStream, errStream);
252 ctx = argParser.getContext(outStream, errStream);
219 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java71 * @param errStream The output stream to use for standard error.
81 OutputStream outStream, OutputStream errStream)
80 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
H A DDsFrameworkCliAds.java221 OutputStream outStream, OutputStream errStream)
240 ctx = argParser.getContext(outStream, errStream);
253 ctx = argParser.getContext(outStream, errStream);
220 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java71 * @param errStream The output stream to use for standard error.
81 OutputStream outStream, OutputStream errStream)
80 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
H A DDsFrameworkCliAds.java221 OutputStream outStream, OutputStream errStream)
240 ctx = argParser.getContext(outStream, errStream);
253 ctx = argParser.getContext(outStream, errStream);
220 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java70 * @param errStream The output stream to use for standard error.
80 OutputStream outStream, OutputStream errStream)
79 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
H A DDsFrameworkCliAds.java220 OutputStream outStream, OutputStream errStream)
239 ctx = argParser.getContext(outStream, errStream);
252 ctx = argParser.getContext(outStream, errStream);
219 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java71 * @param errStream The output stream to use for standard error.
81 OutputStream outStream, OutputStream errStream)
80 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
H A DDsFrameworkCliAds.java221 OutputStream outStream, OutputStream errStream)
240 ctx = argParser.getContext(outStream, errStream);
253 ctx = argParser.getContext(outStream, errStream);
220 performSubCommand(SubCommand subCmd, OutputStream outStream, OutputStream errStream) argument
/forgerock/opendj-v3/opendj-server/src/test/java/org/forgerock/opendj/server/setup/cli/
H A DSetupCliTestCase.java144 PrintStream errStream = null;
150 errStream = new PrintStream(err);
152 final SetupCli setup = new SetupCli(outStream, errStream);
175 closeSilently(outStream, errStream);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIF.java108 * @param errStream
113 public static int main(final String[] args, final OutputStream outStream, final OutputStream errStream) argument
115 return new MakeLDIF().makeLDIFMain(args, false, false, outStream, errStream);
137 * @param errStream The output stream to use for standard error, or
146 OutputStream errStream)
149 err = NullOutputStream.wrapOrNullStream(errStream);
143 makeLDIFMain(String[] args, boolean initializeServer, boolean initializeSchema, OutputStream outStream, OutputStream errStream) argument

Completed in 197 milliseconds

12345678910