public class DefaultNutsTerminalModel extends Object
| Constructor and Description |
|---|
DefaultNutsTerminalModel(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.NutsLogger |
_LOG(net.thevpc.nuts.NutsSession session) |
protected net.thevpc.nuts.NutsLoggerOp |
_LOGOP(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSystemTerminal |
createSystemTerminal(net.thevpc.nuts.NutsTerminalSpec spec,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSessionTerminal |
createTerminal(InputStream in,
net.thevpc.nuts.NutsPrintStream out,
net.thevpc.nuts.NutsPrintStream err,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSessionTerminal |
createTerminal(net.thevpc.nuts.NutsSession session) |
void |
enableRichTerm(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSystemTerminal |
getSystemTerminal() |
net.thevpc.nuts.NutsSessionTerminal |
getTerminal() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
void |
setSystemTerminal(net.thevpc.nuts.spi.NutsSystemTerminalBase terminal,
net.thevpc.nuts.NutsSession session) |
void |
setTerminal(net.thevpc.nuts.NutsSessionTerminal terminal,
net.thevpc.nuts.NutsSession session) |
public DefaultNutsTerminalModel(net.thevpc.nuts.NutsWorkspace ws)
protected net.thevpc.nuts.NutsLoggerOp _LOGOP(net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsLogger _LOG(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsWorkspace getWorkspace()
public net.thevpc.nuts.NutsSystemTerminal createSystemTerminal(net.thevpc.nuts.NutsTerminalSpec spec,
net.thevpc.nuts.NutsSession session)
public void enableRichTerm(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSystemTerminal getSystemTerminal()
public net.thevpc.nuts.NutsSessionTerminal getTerminal()
public void setTerminal(net.thevpc.nuts.NutsSessionTerminal terminal,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSessionTerminal createTerminal(InputStream in, net.thevpc.nuts.NutsPrintStream out, net.thevpc.nuts.NutsPrintStream err, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsSessionTerminal createTerminal(net.thevpc.nuts.NutsSession session)
public void setSystemTerminal(net.thevpc.nuts.spi.NutsSystemTerminalBase terminal,
net.thevpc.nuts.NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.