public class DefaultNExecCmdExtensionContext extends Object implements net.thevpc.nuts.NExecCmdExtensionContext, Closeable
| Constructor and Description |
|---|
DefaultNExecCmdExtensionContext(String target,
String[] command,
net.thevpc.nuts.io.NExecInput in,
net.thevpc.nuts.io.NExecOutput out,
net.thevpc.nuts.io.NExecOutput err,
net.thevpc.nuts.NExecCmd execCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputStream |
err() |
String[] |
getCommand() |
net.thevpc.nuts.NExecCmd |
getExecCommand() |
String |
getTarget() |
InputStream |
in() |
OutputStream |
out() |
public InputStream in()
in in interface net.thevpc.nuts.NExecCmdExtensionContextpublic OutputStream out()
out in interface net.thevpc.nuts.NExecCmdExtensionContextpublic OutputStream err()
err in interface net.thevpc.nuts.NExecCmdExtensionContextpublic String getTarget()
getTarget in interface net.thevpc.nuts.NExecCmdExtensionContextpublic String[] getCommand()
getCommand in interface net.thevpc.nuts.NExecCmdExtensionContextpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic net.thevpc.nuts.NExecCmd getExecCommand()
getExecCommand in interface net.thevpc.nuts.NExecCmdExtensionContextCopyright © 2025 vpc open source initiative. All rights reserved.