public static class RemoteConnectionStringInfo.MyNExecTargetCommandContext extends Object implements NExecTargetCommandContext, AutoCloseable
| Constructor and Description |
|---|
MyNExecTargetCommandContext(NExec ec,
NExecTargetSPI commExec,
NConnectionString target,
String[] cmd,
OutputStream out,
OutputStream err) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
command() |
NConnectionString |
connectionString() |
OutputStream |
err() |
NExec |
execCommand() |
InputStream |
in() |
boolean |
isRawCommand() |
OutputStream |
out() |
public MyNExecTargetCommandContext(NExec ec, NExecTargetSPI commExec, NConnectionString target, String[] cmd, OutputStream out, OutputStream err)
public boolean isRawCommand()
isRawCommand in interface NExecTargetCommandContextpublic NConnectionString connectionString()
connectionString in interface NExecTargetCommandContextpublic String[] command()
command in interface NExecTargetCommandContextpublic InputStream in()
in in interface NExecTargetCommandContextpublic OutputStream out()
out in interface NExecTargetCommandContextpublic OutputStream err()
err in interface NExecTargetCommandContextpublic NExec execCommand()
execCommand in interface NExecTargetCommandContextpublic void close()
close in interface AutoCloseableCopyright © 2026 vpc open source initiative. All rights reserved.