< prev index next >

test/lib/jdk/test/lib/dcmd/CommandExecutor.java

Print this page
rev 51638 : [mq]: 8210112

*** 32,42 **** /** * Execute a diagnostic command * * @param cmd The diagnostic command to execute ! * @return an {@link jdk.testlibrary.OutputAnalyzer} encapsulating the output of the command * @throws CommandExecutorException if there is an exception on the "calling side" while trying to execute the * Diagnostic Command. Exceptions thrown on the remote side are available as textual representations in * stderr, regardless of the specific executor used. */ public final OutputAnalyzer execute(String cmd) throws CommandExecutorException { --- 32,42 ---- /** * Execute a diagnostic command * * @param cmd The diagnostic command to execute ! * @return an {@link jdk.test.lib.process.OutputAnalyzer} encapsulating the output of the command * @throws CommandExecutorException if there is an exception on the "calling side" while trying to execute the * Diagnostic Command. Exceptions thrown on the remote side are available as textual representations in * stderr, regardless of the specific executor used. */ public final OutputAnalyzer execute(String cmd) throws CommandExecutorException {
*** 46,56 **** /** * Execute a diagnostic command * * @param cmd The diagnostic command to execute * @param silent Do not print the command output ! * @return an {@link jdk.testlibrary.OutputAnalyzer} encapsulating the output of the command * @throws CommandExecutorException if there is an exception on the "calling side" while trying to execute the * Diagnostic Command. Exceptions thrown on the remote side are available as textual representations in * stderr, regardless of the specific executor used. */ public final OutputAnalyzer execute(String cmd, boolean silent) throws CommandExecutorException { --- 46,56 ---- /** * Execute a diagnostic command * * @param cmd The diagnostic command to execute * @param silent Do not print the command output ! * @return an {@link jdk.test.lib.process.OutputAnalyzer} encapsulating the output of the command * @throws CommandExecutorException if there is an exception on the "calling side" while trying to execute the * Diagnostic Command. Exceptions thrown on the remote side are available as textual representations in * stderr, regardless of the specific executor used. */ public final OutputAnalyzer execute(String cmd, boolean silent) throws CommandExecutorException {
< prev index next >