| Package | Description |
|---|---|
| net.thevpc.nuts.boot |
Nuts : Network Updatable Things Service (universal package manager) is
a new Open Source Package Manager to help install packages
and libraries for runtime execution.
|
| net.thevpc.nuts.boot.reserved.cmdline | |
| net.thevpc.nuts.boot.reserved.util |
| Constructor and Description |
|---|
NBootException(NBootMsg message)
Constructs a new runtime exception with the specified detail message.
|
NBootException(NBootMsg message,
int exitCode)
Constructs a new runtime exception with the specified detail message.
|
NBootException(NBootMsg message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and
cause.
|
NBootException(NBootMsg message,
Throwable cause,
int exitCode)
Constructs a new runtime exception with the specified detail message and
cause.
|
NBootInvalidWorkspaceException(String workspaceLocation,
NBootMsg errorMessage)
Constructs a new NutsInvalidWorkspaceException exception
|
NBootUnsatisfiedRequirementsException(NBootMsg message)
Constructs a new NutsUnsatisfiedRequirementsException exception
|
| Modifier and Type | Method and Description |
|---|---|
void |
NBootCmdLine.throwError(NBootMsg message) |
NBootCmdLine |
NBootCmdLine.throwMissingArgument(NBootMsg errorMessage) |
NBootCmdLine |
NBootCmdLine.throwUnexpectedArgument(NBootMsg errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
NBootMsg |
NBootMsg.asConfig() |
NBootMsg |
NBootMsg.asFine() |
NBootMsg |
NBootMsg.asFiner() |
NBootMsg |
NBootMsg.asFinest() |
NBootMsg |
NBootMsg.asInfo() |
NBootMsg |
NBootMsg.asSevere() |
NBootMsg |
NBootMsg.asWarning() |
static NBootMsg |
NBootMsg.ofC(String message) |
static NBootMsg |
NBootMsg.ofC(String message,
NBootMsgParam... params) |
static NBootMsg |
NBootMsg.ofC(String message,
Object... params) |
static NBootMsg |
NBootMsg.ofPlain(String message) |
static NBootMsg |
NBootMsg.ofV(String message,
Function<String,?> vars) |
static NBootMsg |
NBootMsg.ofV(String message,
Map<String,?> vars) |
static NBootMsg |
NBootMsg.ofV(String message,
NBootMsgParam... params) |
NBootMsg |
NBootMsg.withLevel(Level level) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NBootWorkspaceHelper.addError(NBootMsg err,
NBootOptionsInfo options) |
void |
NBootLog.error(NBootMsg message) |
void |
NBootLog.error(NBootMsg message,
Throwable e) |
void |
NBootLog.log(Level lvl,
String logVerb,
NBootMsg message) |
void |
NBootLog.log(Level lvl,
String logVerb,
NBootMsg message,
Throwable err) |
void |
NBootLog.LogOp.log(NBootMsg message) |
void |
NBootLog.warn(NBootMsg message) |
| Modifier and Type | Method and Description |
|---|---|
void |
NBootLog.log(Level level,
String verb,
Supplier<NBootMsg> msgSupplier,
Supplier<Throwable> errorSupplier) |
void |
NBootLog.LogOp.log(Supplier<NBootMsg> msgSupplier) |
static boolean |
NBootUtils.requireFalse(boolean object,
Supplier<NBootMsg> msg) |
static String |
NBootUtils.requireNonBlank(String object,
Supplier<NBootMsg> msg) |
static <T> T |
NBootUtils.requireNonNull(T object,
Supplier<NBootMsg> msg) |
static void |
NBootUtils.requireNull(Object object,
Supplier<NBootMsg> message) |
static boolean |
NBootUtils.requireTrue(boolean object,
Supplier<NBootMsg> msg) |
Copyright © 2025 vpc open source initiative. All rights reserved.