public interface NBootWorkspace
| Modifier and Type | Field and Description |
|---|---|
static String |
NUTS_BOOT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static int |
exitOnError(Throwable th) |
NBootArguments |
getBootArguments() |
NBootOptionsInfo |
getOptions() |
NWorkspaceBase |
getWorkspace() |
static NBootWorkspace |
of(NBootArguments userOptionsUnparsed) |
static NBootWorkspace |
of(NBootOptionsInfo options) |
static NBootWorkspace |
of(String[] args) |
NBootWorkspace |
runWorkspace() |
static final String NUTS_BOOT_VERSION
static NBootWorkspace of(String[] args)
static NBootWorkspace of(NBootOptionsInfo options)
static NBootWorkspace of(NBootArguments userOptionsUnparsed)
static int exitOnError(Throwable th)
NBootArguments getBootArguments()
NBootOptionsInfo getOptions()
NWorkspaceBase getWorkspace()
NBootWorkspace runWorkspace()
Copyright © 2025 vpc open source initiative. All rights reserved.