public interface JShellExecutionContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmd) |
void |
configureLast(net.thevpc.nuts.NutsCommandLine cmd) |
net.thevpc.nuts.NutsPrintStream |
err() |
net.thevpc.nuts.NutsApplicationContext |
getAppContext() |
<T> T |
getOptions() |
net.thevpc.nuts.NutsSession |
getSession() |
JShell |
getShell() |
JShellContext |
getShellContext() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
InputStream |
in() |
boolean |
isAskHelp() |
boolean |
isAskVersion() |
net.thevpc.nuts.NutsPrintStream |
out() |
JShellExecutionContext |
setOptions(Object options) |
JShell getShell()
InputStream in()
net.thevpc.nuts.NutsPrintStream out()
net.thevpc.nuts.NutsPrintStream err()
net.thevpc.nuts.NutsWorkspace getWorkspace()
net.thevpc.nuts.NutsSession getSession()
boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmd)
boolean isAskVersion()
void configureLast(net.thevpc.nuts.NutsCommandLine cmd)
JShellContext getShellContext()
net.thevpc.nuts.NutsApplicationContext getAppContext()
boolean isAskHelp()
<T> T getOptions()
JShellExecutionContext setOptions(Object options)
Copyright © 2022 vpc open source initiative. All rights reserved.