public class DefaultNutsBootModel extends Object implements NutsBootModel
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NutsSession |
bootSession |
protected net.thevpc.nuts.NutsWorkspace |
workspace |
protected net.thevpc.nuts.NutsWorkspaceInitInformation |
workspaceInitInformation |
| Constructor and Description |
|---|
DefaultNutsBootModel(net.thevpc.nuts.NutsWorkspace workspace,
net.thevpc.nuts.NutsWorkspaceInitInformation workspaceInitInformation) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsSession |
bootSession() |
static StdFd |
detectAnsiTerminalSupport(net.thevpc.nuts.NutsOsFamily os) |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
net.thevpc.nuts.NutsWorkspaceInitInformation |
getWorkspaceInitInformation() |
net.thevpc.nuts.NutsPrintStream |
stderr() |
InputStream |
stdin() |
net.thevpc.nuts.NutsPrintStream |
stdout() |
protected net.thevpc.nuts.NutsWorkspace workspace
protected net.thevpc.nuts.NutsWorkspaceInitInformation workspaceInitInformation
protected net.thevpc.nuts.NutsSession bootSession
public DefaultNutsBootModel(net.thevpc.nuts.NutsWorkspace workspace,
net.thevpc.nuts.NutsWorkspaceInitInformation workspaceInitInformation)
public net.thevpc.nuts.NutsPrintStream stdout()
public net.thevpc.nuts.NutsPrintStream stderr()
public InputStream stdin()
public net.thevpc.nuts.NutsSession bootSession()
public net.thevpc.nuts.NutsWorkspace getWorkspace()
public net.thevpc.nuts.NutsWorkspaceInitInformation getWorkspaceInitInformation()
public static StdFd detectAnsiTerminalSupport(net.thevpc.nuts.NutsOsFamily os)
Copyright © 2021 vpc open source initiative. All rights reserved.