- name() - Method in class net.thevpc.nuts.boot.NBootHomeLocation
-
Returns the name of this pseudo enum constant as a concatenation ('_' separated) of OsFamily and StoreLocation.
- NAnyBootAwareExceptionBase - Interface in net.thevpc.nuts.boot.core
-
Base Nuts Exception Interface.
- NAnyCancelExceptionBase - Interface in net.thevpc.nuts.boot.core
-
- NAnyExceptionBase - Interface in net.thevpc.nuts.boot.core
-
- NBootAddRepositoryOptions - Class in net.thevpc.nuts.boot
-
repository creation options
- NBootAddRepositoryOptions() - Constructor for class net.thevpc.nuts.boot.NBootAddRepositoryOptions
-
default constructor
- NBootAddRepositoryOptions(NBootAddRepositoryOptions) - Constructor for class net.thevpc.nuts.boot.NBootAddRepositoryOptions
-
copy constructor
- NBootArg - Class in net.thevpc.nuts.boot.internal.cmdline
-
- NBootArg(String) - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootArg
-
- NBootArg(String, char) - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootArg
-
Constructor
- NBootArguments - Class in net.thevpc.nuts.boot
-
- NBootArguments() - Constructor for class net.thevpc.nuts.boot.NBootArguments
-
- NBootBootConfigLoader - Class in net.thevpc.nuts.boot.internal.util
-
JSON Config Best Effort Loader
- NBootBootConfigLoader() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootBootConfigLoader
-
- NBootCache - Class in net.thevpc.nuts.boot.internal.util
-
- NBootCache() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootCache
-
- NBootCancelException - Exception in net.thevpc.nuts.boot
-
This Exception is thrown when the workspace fails to initialize.
- NBootCancelException() - Constructor for exception net.thevpc.nuts.boot.NBootCancelException
-
- NBootChronometer - Class in net.thevpc.nuts.boot.internal.util
-
- NBootChronometer() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootChronometer
-
- NBootChronometer(String, NBootClock, NBootClock, long, long, boolean, ChronoUnit, ChronoUnit) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootChronometer
-
- NBootChronometer(String) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootChronometer
-
- NBootChronometer(String, ChronoUnit) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootChronometer
-
- NBootClassLoader - Class in net.thevpc.nuts.boot.internal.util
-
Simple Implementation of Nuts BootClassLoader
- NBootClassLoader(NBootClassLoaderNode[], ClassLoader) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootClassLoader
-
default constructor
- NBootClassLoaderNode - Class in net.thevpc.nuts.boot
-
Loaded Package Information used to Boot
- NBootClassLoaderNode(String, URL, boolean, boolean, NBootClassLoaderNode...) - Constructor for class net.thevpc.nuts.boot.NBootClassLoaderNode
-
- NBootClassLoaderNodeBuilder - Class in net.thevpc.nuts.boot
-
Builder for Loaded Package Information used to Boot
- NBootClassLoaderNodeBuilder() - Constructor for class net.thevpc.nuts.boot.NBootClassLoaderNodeBuilder
-
- NBootClock - Class in net.thevpc.nuts.boot.internal.util
-
- NBootClock(long, long) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootClock
-
- NBootCmdLine - Class in net.thevpc.nuts.boot.internal.cmdline
-
NCmdLine args=new DefaultNCmdLine(Arrays.asList("--!deleteLog","--deploy","/deploy/path","--deploy=/other-deploy/path","some-param"));
Argument a;
while (args.hasNext()) {
if ((a = args.nextBoolean("--deleteLog").orNull()) != null) {
deleteLog = a.getBooleanValue().get(session);
} else if ((a = args.nextString("--deploy").orNull()) != null) {
apps.add(a.getStringValue().get(session));
} else if ((a = args.next()) != null) {
name = a.getString();
} else {
args.throwUnexpectedArgument();
}
}
- NBootCmdLine() - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- NBootCmdLine(String[]) - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- NBootCmdLine(List<String>) - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- NBootConstants - Class in net.thevpc.nuts.boot.internal.util
-
Boot Nuts constants.
- NBootConstants.Files - Class in net.thevpc.nuts.boot.internal.util
-
file related constants
- NBootConstants.Folders - Class in net.thevpc.nuts.boot.internal.util
-
default folder names
- NBootConstants.IdProperties - Class in net.thevpc.nuts.boot.internal.util
-
Nuts Id query parameter names.
- NBootConstants.Ids - Class in net.thevpc.nuts.boot.internal.util
-
identifier related constants
- NBootConstants.Names - Class in net.thevpc.nuts.boot.internal.util
-
name constants
- NBootConstants.QueryFaces - Class in net.thevpc.nuts.boot.internal.util
-
valid values for Query parameter "face"
- NBootConstants.RepoTags - Class in net.thevpc.nuts.boot.internal.util
-
- NBootConstants.RepoTypes - Class in net.thevpc.nuts.boot.internal.util
-
- NBootConstants.Versions - Class in net.thevpc.nuts.boot.internal.util
-
version special names
- NBootContext - Class in net.thevpc.nuts.boot.internal.util
-
- NBootContext() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootContext
-
- NBootDebugUtils - Class in net.thevpc.nuts.boot.internal.util
-
- NBootDebugUtils() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootDebugUtils
-
- NBootDeleteFilesContextBoot - Interface in net.thevpc.nuts.boot.internal.util
-
- NBootDeleteFilesContextBootImpl - Class in net.thevpc.nuts.boot.internal.util
-
- NBootDeleteFilesContextBootImpl() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootDeleteFilesContextBootImpl
-
- NBootDependency - Class in net.thevpc.nuts.boot
-
Created by vpc on 1/5/17.
- NBootDependency() - Constructor for class net.thevpc.nuts.boot.NBootDependency
-
- NBootDependency(String, String) - Constructor for class net.thevpc.nuts.boot.NBootDependency
-
- NBootDependency(String, String, String, String, String, String, String, List<NBootId>, NBootEnvCondition, String, String) - Constructor for class net.thevpc.nuts.boot.NBootDependency
-
- NBootDescriptor - Class in net.thevpc.nuts.boot
-
- NBootDescriptor() - Constructor for class net.thevpc.nuts.boot.NBootDescriptor
-
- NBootDescriptor(NBootDescriptor) - Constructor for class net.thevpc.nuts.boot.NBootDescriptor
-
- NBootDescriptorProperty - Class in net.thevpc.nuts.boot
-
Descriptor Property Builder
- NBootDescriptorProperty() - Constructor for class net.thevpc.nuts.boot.NBootDescriptorProperty
-
- NBootDescriptorProperty(NBootDescriptorProperty) - Constructor for class net.thevpc.nuts.boot.NBootDescriptorProperty
-
- NBootDuration - Class in net.thevpc.nuts.boot.internal.util
-
- NBootDuration(long, long, long, long, long, long, long, long, long, long, ChronoUnit, ChronoUnit) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootDuration
-
- NBootDuration(long[], ChronoUnit, ChronoUnit) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootDuration
-
- NBootDuration(long, int) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootDuration
-
- NBootDuration(long, int, ChronoUnit, ChronoUnit) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootDuration
-
- NBootEnvCondition - Class in net.thevpc.nuts.boot
-
Nuts environment condition builder, used to check against the current environment
- NBootEnvCondition() - Constructor for class net.thevpc.nuts.boot.NBootEnvCondition
-
- NBootEnvCondition(NBootEnvCondition) - Constructor for class net.thevpc.nuts.boot.NBootEnvCondition
-
- NBootEnvCondition(List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class net.thevpc.nuts.boot.NBootEnvCondition
-
- NBootErrorInfoList - Class in net.thevpc.nuts.boot.internal.util
-
- NBootErrorInfoList() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootErrorInfoList
-
- NBootException - Exception in net.thevpc.nuts.boot
-
Base Boot Nuts Exception.
- NBootException(NBootMsg) - Constructor for exception net.thevpc.nuts.boot.NBootException
-
Constructs a new runtime exception with the specified detail message.
- NBootException(NBootMsg, Throwable) - Constructor for exception net.thevpc.nuts.boot.NBootException
-
Constructs a new runtime exception with the specified detail message and
cause.
- NBootException(NBootMsg, int) - Constructor for exception net.thevpc.nuts.boot.NBootException
-
Constructs a new runtime exception with the specified detail message.
- NBootException(NBootMsg, Throwable, int) - Constructor for exception net.thevpc.nuts.boot.NBootException
-
Constructs a new runtime exception with the specified detail message and
cause.
- NBootHomeLocation - Class in net.thevpc.nuts.boot
-
NutsHomeLocation is a compound enumeration that associates OS family to store location.
- NBootI18n - Class in net.thevpc.nuts.boot.internal.util
-
- NBootI18n() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootI18n
-
- NBootId - Class in net.thevpc.nuts.boot
-
Created by vpc on 1/5/17.
- NBootId() - Constructor for class net.thevpc.nuts.boot.NBootId
-
- NBootId(NBootId) - Constructor for class net.thevpc.nuts.boot.NBootId
-
- NBootId(String, String) - Constructor for class net.thevpc.nuts.boot.NBootId
-
- NBootId(String, String, String) - Constructor for class net.thevpc.nuts.boot.NBootId
-
- NBootId(String, String, String, String, String, NBootEnvCondition) - Constructor for class net.thevpc.nuts.boot.NBootId
-
- NBootIdCache - Class in net.thevpc.nuts.boot.internal.util
-
- NBootIdCache() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootIdCache
-
- NBootInvalidWorkspaceException - Exception in net.thevpc.nuts.boot
-
This Exception is thrown when the workspace fails to initialize.
- NBootInvalidWorkspaceException(String, NBootMsg) - Constructor for exception net.thevpc.nuts.boot.NBootInvalidWorkspaceException
-
Constructs a new NutsInvalidWorkspaceException exception
- NBootJsonParser - Class in net.thevpc.nuts.boot.internal.util
-
(Very Simple) JSON parser
- NBootJsonParser(Reader) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootJsonParser
-
- NBootLog - Class in net.thevpc.nuts.boot.internal.util
-
- NBootLog() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootLog
-
- NBootLog(NBootOptionsInfo) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootLog
-
- NBootLog.LogOp - Class in net.thevpc.nuts.boot.internal.util
-
- NBootLogConfig - Class in net.thevpc.nuts.boot
-
log configuration for running nuts
- NBootLogConfig() - Constructor for class net.thevpc.nuts.boot.NBootLogConfig
-
- NBootLogConfig(NBootLogConfig, boolean) - Constructor for class net.thevpc.nuts.boot.NBootLogConfig
-
- NBootMonitoredURLInputStream - Class in net.thevpc.nuts.boot.internal.util
-
- NBootMsg - Class in net.thevpc.nuts.boot.internal.util
-
- NBootMsgParam - Class in net.thevpc.nuts.boot.internal.util
-
- NBootMsgParam(String, Supplier<?>) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootMsgParam
-
- NBootOptionsInfo - Class in net.thevpc.nuts.boot
-
Workspace creation/opening options class.
- NBootOptionsInfo() - Constructor for class net.thevpc.nuts.boot.NBootOptionsInfo
-
- NBootPath - Class in net.thevpc.nuts.boot.internal.util
-
- NBootPath(String) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootPath
-
- NBootPath(URL) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootPath
-
- NBootPath(Path) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootPath
-
- NBootPlatformHome - Class in net.thevpc.nuts.boot.internal.util
-
- NBootPlatformHome(String, boolean, Function<String, String>, Function<String, String>) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootPlatformHome
-
- NBootPositionTypeBoot - Enum in net.thevpc.nuts.boot.internal.util
-
Text align constants
- NBootProperties - Class in net.thevpc.nuts.boot
-
- NBootProperties() - Constructor for class net.thevpc.nuts.boot.NBootProperties
-
- NBootQuoteTypeBoot - Enum in net.thevpc.nuts.boot.internal.util
-
- NBootRepositoryConfig - Class in net.thevpc.nuts.boot
-
- NBootRepositoryConfig() - Constructor for class net.thevpc.nuts.boot.NBootRepositoryConfig
-
- NBootRepositoryDB - Class in net.thevpc.nuts.boot.internal.util
-
- NBootRepositoryDB() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootRepositoryDB
-
- NBootRepositoryLocation - Class in net.thevpc.nuts.boot
-
Immutable repository location
- NBootRepositoryLocation(String) - Constructor for class net.thevpc.nuts.boot.NBootRepositoryLocation
-
Create a new NutsRepositoryLocation
- NBootRepositoryLocationList - Class in net.thevpc.nuts.boot
-
- NBootRepositoryLocationList(NBootRepositoryLocation[]) - Constructor for class net.thevpc.nuts.boot.NBootRepositoryLocationList
-
- NBootRepositoryLocationList() - Constructor for class net.thevpc.nuts.boot.NBootRepositoryLocationList
-
- NBootRepositorySelector - Class in net.thevpc.nuts.boot
-
- NBootRepositorySelector(String, NBootRepositoryLocation) - Constructor for class net.thevpc.nuts.boot.NBootRepositorySelector
-
- NBootRepositorySelectorList - Class in net.thevpc.nuts.boot
-
- NBootRepositorySelectorList() - Constructor for class net.thevpc.nuts.boot.NBootRepositorySelectorList
-
- NBootRepositorySelectorList(NBootRepositorySelector[]) - Constructor for class net.thevpc.nuts.boot.NBootRepositorySelectorList
-
- NBootSimpleCharQueue - Class in net.thevpc.nuts.boot.internal.util
-
- NBootSimpleCharQueue(char[]) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootSimpleCharQueue
-
- NBootStringMapFormat - Class in net.thevpc.nuts.boot.internal.util
-
- NBootStringMapFormat(String, String, String, boolean) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootStringMapFormat
-
- NBootSupportMode - Enum in net.thevpc.nuts.boot.internal.util
-
- NBootToken - Class in net.thevpc.nuts.boot.internal.util
-
- NBootToken(int, String, Number, int, String, String) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootToken
-
- NBootUnsatisfiedRequirementsException - Exception in net.thevpc.nuts.boot
-
- NBootUnsatisfiedRequirementsException() - Constructor for exception net.thevpc.nuts.boot.NBootUnsatisfiedRequirementsException
-
Constructs a new NutsUnsatisfiedRequirementsException exception
- NBootUnsatisfiedRequirementsException(NBootMsg) - Constructor for exception net.thevpc.nuts.boot.NBootUnsatisfiedRequirementsException
-
Constructs a new NutsUnsatisfiedRequirementsException exception
- NBootUtils - Class in net.thevpc.nuts.boot.internal.util
-
Created by vpc on 1/15/17.
- NBootUtils() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- NBootVersion - Class in net.thevpc.nuts.boot
-
Created by vpc on 1/15/17.
- NBootVersion(String) - Constructor for class net.thevpc.nuts.boot.NBootVersion
-
- NBootVersion.NReservedVersionIntervalParserBoot - Class in net.thevpc.nuts.boot
-
- NBootVersion.NVersionIntervalBoot - Class in net.thevpc.nuts.boot
-
- NBootWorkspace - Interface in net.thevpc.nuts.boot
-
- NBootWorkspaceAlreadyExistsException - Exception in net.thevpc.nuts.boot
-
Created by vpc on 1/15/17.
- NBootWorkspaceAlreadyExistsException(String) - Constructor for exception net.thevpc.nuts.boot.NBootWorkspaceAlreadyExistsException
-
Constructs a new NutsWorkspaceAlreadyExistsException exception
- NBootWorkspaceAlreadyExistsException(String, Throwable) - Constructor for exception net.thevpc.nuts.boot.NBootWorkspaceAlreadyExistsException
-
Constructs a new NutsWorkspaceAlreadyExistsException exception
- NBootWorkspaceCmdLineFormatter - Class in net.thevpc.nuts.boot.internal.cmdline
-
- NBootWorkspaceCmdLineFormatter(NBootWorkspaceOptionsConfig, NBootOptionsInfo) - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootWorkspaceCmdLineFormatter
-
- NBootWorkspaceCmdLineParser - Class in net.thevpc.nuts.boot.internal.cmdline
-
- NBootWorkspaceFactory - Interface in net.thevpc.nuts.boot
-
Class responsible for creating and initializing Workspace
Created by vpc on 1/5/17.
- NBootWorkspaceFactoryComparator - Class in net.thevpc.nuts.boot.internal.util
-
- NBootWorkspaceFactoryComparator(NBootOptionsInfo) - Constructor for class net.thevpc.nuts.boot.internal.util.NBootWorkspaceFactoryComparator
-
- NBootWorkspaceHelper - Class in net.thevpc.nuts.boot.internal.util
-
- NBootWorkspaceHelper() - Constructor for class net.thevpc.nuts.boot.internal.util.NBootWorkspaceHelper
-
- NBootWorkspaceImpl - Class in net.thevpc.nuts.boot
-
NutsBootWorkspace is responsible of loading initial nuts-runtime.jar and its
dependencies and for creating workspaces using the method
NBootWorkspaceImpl.getWorkspace() .
- NBootWorkspaceImpl(NBootArguments) - Constructor for class net.thevpc.nuts.boot.NBootWorkspaceImpl
-
- NBootWorkspaceImpl(NBootOptionsInfo) - Constructor for class net.thevpc.nuts.boot.NBootWorkspaceImpl
-
- NBootWorkspaceNativeExec - Class in net.thevpc.nuts.boot
-
- NBootWorkspaceNativeExec(NBootArguments) - Constructor for class net.thevpc.nuts.boot.NBootWorkspaceNativeExec
-
- NBootWorkspaceNotFoundException - Exception in net.thevpc.nuts.boot
-
This Exception is thrown when the workspace does not exist.
- NBootWorkspaceNotFoundException(String) - Constructor for exception net.thevpc.nuts.boot.NBootWorkspaceNotFoundException
-
Constructs a new NutsWorkspaceNotFoundException exception
- NBootWorkspaceOptionsConfig - Class in net.thevpc.nuts.boot.internal.cmdline
-
- NBootWorkspaceOptionsConfig() - Constructor for class net.thevpc.nuts.boot.internal.cmdline.NBootWorkspaceOptionsConfig
-
- NDetachedExceptionBase - Interface in net.thevpc.nuts.boot.core
-
Detached Exceptions are Nuts Exception that
are not bound to any NWorkspace/NSession
- ndiUndo(String, boolean) - Static method in class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- neg() - Method in class net.thevpc.nuts.boot.internal.util.NBootDuration
-
- net.thevpc.nuts.boot - package 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.core - package net.thevpc.nuts.boot.core
-
- net.thevpc.nuts.boot.internal.cmdline - package net.thevpc.nuts.boot.internal.cmdline
-
- net.thevpc.nuts.boot.internal.compat - package net.thevpc.nuts.boot.internal.compat
-
- net.thevpc.nuts.boot.internal.maven - package net.thevpc.nuts.boot.internal.maven
-
- net.thevpc.nuts.boot.internal.util - package net.thevpc.nuts.boot.internal.util
-
- net.thevpc.nuts.core - package net.thevpc.nuts.core
-
Nuts : Network Updatable Things Service (universal package manager) is
a new Open Source Package Manager to help install packages
and libraries for runtime execution.
- NExceptionWithExitCodeBase - Interface in net.thevpc.nuts.boot.core
-
Base Nuts Exception Interface.
- next() - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- next(String...) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- next(String, boolean) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- next(boolean) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextEntry(String...) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextEntry() - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextFlag(String...) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextFlag() - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextNonOption(String) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextNonOption() - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextNutsArgument(NBootCmdLine, NBootOptionsInfo) - Static method in class net.thevpc.nuts.boot.internal.cmdline.NBootWorkspaceCmdLineParser
-
- nextOption(String) - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- nextString() - Method in class net.thevpc.nuts.boot.internal.cmdline.NBootCmdLine
-
- NMavenSettingsBoot - Class in net.thevpc.nuts.boot.internal.maven
-
- NMavenSettingsBoot() - Constructor for class net.thevpc.nuts.boot.internal.maven.NMavenSettingsBoot
-
- NMavenSettingsLoaderBoot - Class in net.thevpc.nuts.boot.internal.maven
-
- NMavenSettingsLoaderBoot() - Constructor for class net.thevpc.nuts.boot.internal.maven.NMavenSettingsLoaderBoot
-
- NO_PARAMS - Static variable in class net.thevpc.nuts.boot.internal.util.NBootMsg
-
- nonNullList(Collection<T>) - Static method in class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- nonNullListFromArray(T[]) - Static method in class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- nonNullMap(Map<T, V>) - Static method in class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- nonNullSet(Collection<T>) - Static method in class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- nonNullStrList(List<String>) - Static method in class net.thevpc.nuts.boot.internal.util.NBootUtils
-
- normalize() - Method in class net.thevpc.nuts.boot.internal.util.NBootDuration
-
- now() - Static method in class net.thevpc.nuts.boot.internal.util.NBootClock
-
- NReservedBootConfigLoaderOld - Class in net.thevpc.nuts.boot.internal.compat
-
- NReservedBootConfigLoaderOld() - Constructor for class net.thevpc.nuts.boot.internal.compat.NReservedBootConfigLoaderOld
-
- NReservedErrorInfo - Class in net.thevpc.nuts.boot.internal.util
-
- NReservedErrorInfo(NBootId, String, String, String, Throwable) - Constructor for class net.thevpc.nuts.boot.internal.util.NReservedErrorInfo
-
- NReservedMavenUtilsBoot - Class in net.thevpc.nuts.boot.internal.maven
-
- NReservedMavenUtilsBoot() - Constructor for class net.thevpc.nuts.boot.internal.maven.NReservedMavenUtilsBoot
-
- NReservedVersionIntervalParserBoot() - Constructor for class net.thevpc.nuts.boot.NBootVersion.NReservedVersionIntervalParserBoot
-
- numberSize() - Method in class net.thevpc.nuts.boot.NBootVersion
-
- NUTS - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.RepoTypes
-
default repository type.
- NUTS_API - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
nuts api id
- NUTS_API_ARTIFACT_ID - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
- NUTS_APP - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
- NUTS_APP_ARTIFACT_ID - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
- NUTS_BOOT_VERSION - Static variable in interface net.thevpc.nuts.boot.NBootWorkspace
-
- NUTS_GROUP_ID - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
- NUTS_OS_ARCH_DEPS_PATTERN - Static variable in class net.thevpc.nuts.boot.internal.maven.NReservedMavenUtilsBoot
-
- NUTS_RUNTIME - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
nuts runtime id
- NUTS_RUNTIME_ARTIFACT_ID - Static variable in class net.thevpc.nuts.boot.internal.util.NBootConstants.Ids
-
- nval - Variable in class net.thevpc.nuts.boot.internal.util.NBootToken
-
- NVersionIntervalBoot(boolean, boolean, String, String) - Constructor for class net.thevpc.nuts.boot.NBootVersion.NVersionIntervalBoot
-
- NWorkspaceBase - Interface in net.thevpc.nuts.boot.core
-
- NWorkspaceTerminalOptions - Class in net.thevpc.nuts.boot
-
Boot Terminal allows usage of custom stdin/out/err when calling nuts
- NWorkspaceTerminalOptions(InputStream, PrintStream, PrintStream, String...) - Constructor for class net.thevpc.nuts.boot.NWorkspaceTerminalOptions
-