public final class DefaultNBootOptionsBuilder extends Object implements net.thevpc.nuts.core.NBootOptionsBuilder, Serializable
| Constructor and Description |
|---|
DefaultNBootOptionsBuilder() |
DefaultNBootOptionsBuilder(net.thevpc.nuts.boot.NBootOptionsInfo other) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.core.NBootOptionsBuilder |
addOutputFormatOptions(String... options)
add output format options
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NVersion> |
apiVersion() |
net.thevpc.nuts.core.NBootOptionsBuilder |
apiVersion(net.thevpc.nuts.artifact.NVersion apiVersion)
set apiVersion
|
net.thevpc.nuts.util.NOptional<List<String>> |
applicationArguments() |
net.thevpc.nuts.core.NBootOptionsBuilder |
applicationArguments(List<String> applicationArguments)
set applicationArguments
|
net.thevpc.nuts.util.NOptional<String> |
archetype() |
net.thevpc.nuts.core.NBootOptionsBuilder |
archetype(String archetype)
set archetype
|
net.thevpc.nuts.util.NOptional<List<String>> |
bootRepositories() |
net.thevpc.nuts.core.NBootOptionsBuilder |
bootRepositories(List<String> bootRepositories) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.boot.NBootWorkspaceFactory> |
bootWorkspaceFactory() |
DefaultNBootOptionsBuilder |
bootWorkspaceFactory(net.thevpc.nuts.boot.NBootWorkspaceFactory bootWorkspaceFactory) |
net.thevpc.nuts.util.NOptional<Boolean> |
bot() |
net.thevpc.nuts.core.NBootOptionsBuilder |
bot(Boolean bot) |
net.thevpc.nuts.core.NBootOptions |
build() |
net.thevpc.nuts.util.NOptional<Boolean> |
cached() |
net.thevpc.nuts.core.NBootOptionsBuilder |
cached(Boolean cached) |
net.thevpc.nuts.util.NOptional<Supplier<ClassLoader>> |
classLoaderSupplier() |
net.thevpc.nuts.core.NBootOptionsBuilder |
classLoaderSupplier(Supplier<ClassLoader> provider)
set provider
|
net.thevpc.nuts.util.NOptional<ClassLoader> |
classWorldLoader() |
DefaultNBootOptionsBuilder |
classWorldLoader(ClassLoader classWorldLoader) |
net.thevpc.nuts.util.NOptional<List<URL>> |
classWorldURLs() |
DefaultNBootOptionsBuilder |
classWorldURLs(List<URL> classWorldURLs) |
net.thevpc.nuts.core.NBootOptionsBuilder |
cmdLine(String cmdLine) |
net.thevpc.nuts.core.NBootOptionsBuilder |
cmdLine(String[] args) |
net.thevpc.nuts.util.NOptional<Boolean> |
commandHelp() |
net.thevpc.nuts.core.NBootOptionsBuilder |
commandHelp(Boolean help) |
net.thevpc.nuts.util.NOptional<Boolean> |
commandVersion() |
net.thevpc.nuts.core.NBootOptionsBuilder |
commandVersion(Boolean version) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NConfirmationMode> |
confirm() |
net.thevpc.nuts.core.NBootOptionsBuilder |
confirm(net.thevpc.nuts.core.NConfirmationMode confirm)
set confirm
|
net.thevpc.nuts.core.NBootOptionsBuilder |
copy() |
net.thevpc.nuts.core.NBootOptionsBuilder |
copyFrom(net.thevpc.nuts.core.NBootOptions other) |
net.thevpc.nuts.core.NBootOptionsBuilder |
copyFrom(net.thevpc.nuts.core.NBootOptionsBuilder other) |
net.thevpc.nuts.core.NBootOptionsBuilder |
copyFrom(net.thevpc.nuts.boot.NBootOptionsInfo other) |
net.thevpc.nuts.core.NBootOptionsBuilder |
copyFrom(net.thevpc.nuts.core.NWorkspaceOptions other) |
net.thevpc.nuts.core.NBootOptionsBuilder |
copyFromIfPresent(net.thevpc.nuts.core.NBootOptions other) |
net.thevpc.nuts.core.NBootOptionsBuilder |
copyFromIfPresent(net.thevpc.nuts.core.NWorkspaceOptions other) |
net.thevpc.nuts.util.NOptional<Instant> |
creationTime() |
net.thevpc.nuts.core.NBootOptionsBuilder |
creationTime(Instant creationTime)
set creationTime
|
net.thevpc.nuts.util.NOptional<char[]> |
credential() |
net.thevpc.nuts.core.NBootOptionsBuilder |
credential(char[] credentials)
set password
|
net.thevpc.nuts.core.NBootOptionsBuilder |
cry(Boolean dry)
set dry
|
net.thevpc.nuts.util.NOptional<String> |
customOption(String key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.cmdline.NArg> |
customOptionArg(String key) |
net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.cmdline.NArg>> |
customOptionArgs() |
net.thevpc.nuts.util.NOptional<List<String>> |
customOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
customOptions(List<String> properties) |
net.thevpc.nuts.util.NOptional<String> |
debug() |
net.thevpc.nuts.core.NBootOptionsBuilder |
debug(String debug)
set debug
|
net.thevpc.nuts.util.NOptional<String> |
dependencySolver() |
net.thevpc.nuts.core.NBootOptionsBuilder |
dependencySolver(String dependencySolver) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> |
desktopLauncher() |
net.thevpc.nuts.core.NBootOptionsBuilder |
desktopLauncher(net.thevpc.nuts.util.NSupportMode desktopLauncher) |
net.thevpc.nuts.util.NOptional<Boolean> |
dry() |
net.thevpc.nuts.util.NOptional<String> |
errLinePrefix() |
net.thevpc.nuts.core.NBootOptionsBuilder |
errLinePrefix(String errLinePrefix) |
net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.text.NMsg>> |
errors() |
net.thevpc.nuts.core.NBootOptionsBuilder |
errors(List<net.thevpc.nuts.text.NMsg> errors) |
net.thevpc.nuts.util.NOptional<List<String>> |
excludedExtensions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
excludedExtensions(List<String> excludedExtensions)
set excludedExtensions
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NExecutionType> |
executionType() |
net.thevpc.nuts.core.NBootOptionsBuilder |
executionType(net.thevpc.nuts.command.NExecutionType executionType)
set executionType
|
net.thevpc.nuts.util.NOptional<List<String>> |
executorOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
executorOptions(List<String> executorOptions)
set executorOptions
|
net.thevpc.nuts.util.NOptional<ExecutorService> |
executorService() |
net.thevpc.nuts.core.NBootOptionsBuilder |
executorService(ExecutorService executorService) |
net.thevpc.nuts.util.NOptional<Instant> |
expireTime() |
net.thevpc.nuts.core.NBootOptionsBuilder |
expireTime(Instant expireTime) |
net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.core.NClassLoaderNode>> |
extensionBootDependencyNodes() |
DefaultNBootOptionsBuilder |
extensionBootDependencyNodes(List<net.thevpc.nuts.core.NClassLoaderNode> extensionBootDependencyNodes) |
net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.boot.NBootDescriptor>> |
extensionBootDescriptors() |
DefaultNBootOptionsBuilder |
extensionBootDescriptors(List<net.thevpc.nuts.boot.NBootDescriptor> extensionBootDescriptors) |
net.thevpc.nuts.util.NOptional<Set<String>> |
extensionsSet() |
DefaultNBootOptionsBuilder |
extensionsSet(Set<String> extensionsSet) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NFetchStrategy> |
fetchStrategy() |
net.thevpc.nuts.core.NBootOptionsBuilder |
fetchStrategy(net.thevpc.nuts.command.NFetchStrategy fetchStrategy) |
net.thevpc.nuts.util.NOptional<String> |
getHomeLocation(net.thevpc.nuts.platform.NHomeLocation location) |
net.thevpc.nuts.util.NOptional<String> |
getStoreType(net.thevpc.nuts.platform.NStoreType folder) |
net.thevpc.nuts.util.NOptional<Boolean> |
gui() |
net.thevpc.nuts.core.NBootOptionsBuilder |
gui(Boolean gui)
set gui
|
net.thevpc.nuts.core.NBootOptionsBuilder |
homeLocation(net.thevpc.nuts.platform.NHomeLocation location,
String value)
set home location
|
net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NHomeLocation,String>> |
homeLocations() |
net.thevpc.nuts.core.NBootOptionsBuilder |
homeLocations(Map<net.thevpc.nuts.platform.NHomeLocation,String> homeLocations) |
net.thevpc.nuts.util.NOptional<Boolean> |
indexed() |
net.thevpc.nuts.core.NBootOptionsBuilder |
indexed(Boolean indexed) |
net.thevpc.nuts.util.NOptional<Boolean> |
inherited() |
net.thevpc.nuts.core.NBootOptionsBuilder |
inherited(Boolean inherited)
set inherited
|
net.thevpc.nuts.util.NOptional<Boolean> |
initJava() |
net.thevpc.nuts.core.NBootOptionsBuilder |
initJava(Boolean initJava) |
net.thevpc.nuts.util.NOptional<Boolean> |
initLaunchers() |
net.thevpc.nuts.core.NBootOptionsBuilder |
initLaunchers(Boolean initLaunchers) |
net.thevpc.nuts.util.NOptional<Boolean> |
initPlatforms() |
net.thevpc.nuts.core.NBootOptionsBuilder |
initPlatforms(Boolean initPlatforms) |
net.thevpc.nuts.util.NOptional<Boolean> |
initScripts() |
net.thevpc.nuts.core.NBootOptionsBuilder |
initScripts(Boolean initScripts) |
net.thevpc.nuts.util.NOptional<Boolean> |
installCompanions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
installCompanions(Boolean skipInstallCompanions)
set skipInstallCompanions
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NIsolationLevel> |
isolationLevel() |
net.thevpc.nuts.core.NBootOptionsBuilder |
isolationLevel(net.thevpc.nuts.core.NIsolationLevel isolationLevel) |
net.thevpc.nuts.util.NOptional<String> |
javaCommand() |
net.thevpc.nuts.core.NBootOptionsBuilder |
javaCommand(String javaCommand) |
net.thevpc.nuts.util.NOptional<String> |
javaOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
javaOptions(String javaOptions)
set javaOptions
|
net.thevpc.nuts.util.NOptional<String> |
locale() |
net.thevpc.nuts.core.NBootOptionsBuilder |
locale(String locale) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.log.NLogConfig> |
logConfig() |
net.thevpc.nuts.core.NBootOptionsBuilder |
logConfig(net.thevpc.nuts.log.NLogConfig logConfig)
set logConfig
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> |
menuLauncher() |
net.thevpc.nuts.core.NBootOptionsBuilder |
menuLauncher(net.thevpc.nuts.util.NSupportMode menuLauncher) |
net.thevpc.nuts.util.NOptional<String> |
name() |
net.thevpc.nuts.core.NBootOptionsBuilder |
name(String workspaceName)
set workspace name
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NOpenMode> |
openMode() |
net.thevpc.nuts.core.NBootOptionsBuilder |
openMode(net.thevpc.nuts.core.NOpenMode openMode)
set openMode
|
net.thevpc.nuts.util.NOptional<String> |
outLinePrefix() |
net.thevpc.nuts.core.NBootOptionsBuilder |
outLinePrefix(String outLinePrefix) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.text.NContentType> |
outputFormat() |
net.thevpc.nuts.core.NBootOptionsBuilder |
outputFormat(net.thevpc.nuts.text.NContentType outputFormat)
set outputFormat
|
net.thevpc.nuts.util.NOptional<List<String>> |
outputFormatOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
outputFormatOptions(List<String> options)
set output format options
|
net.thevpc.nuts.util.NOptional<Boolean> |
previewRepo() |
net.thevpc.nuts.core.NBootOptionsBuilder |
previewRepo(Boolean bot) |
net.thevpc.nuts.util.NOptional<String> |
progressOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
progressOptions(String progressOptions) |
net.thevpc.nuts.util.NOptional<Boolean> |
readOnly() |
net.thevpc.nuts.core.NBootOptionsBuilder |
readOnly(Boolean readOnly)
set readOnly
|
net.thevpc.nuts.util.NOptional<Boolean> |
recover() |
net.thevpc.nuts.core.NBootOptionsBuilder |
recover(Boolean recover)
set recover
|
net.thevpc.nuts.util.NOptional<List<String>> |
repositories() |
net.thevpc.nuts.core.NBootOptionsBuilder |
repositories(List<String> repositories)
set repositories
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> |
repositoryStoreStrategy() |
net.thevpc.nuts.core.NBootOptionsBuilder |
repositoryStoreStrategy(net.thevpc.nuts.core.NStoreStrategy repositoryStoreStrategy)
set repositoryStoreStrategy
|
net.thevpc.nuts.util.NOptional<Boolean> |
reset() |
net.thevpc.nuts.core.NBootOptionsBuilder |
reset(Boolean reset)
set reset
|
net.thevpc.nuts.util.NOptional<Boolean> |
resetHard() |
net.thevpc.nuts.core.NBootOptionsBuilder |
resetHard(Boolean resetHard)
set reset hard
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NRunAs> |
runAs() |
net.thevpc.nuts.core.NBootOptionsBuilder |
runAs(net.thevpc.nuts.core.NRunAs runAs)
set runAsUser
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NClassLoaderNode> |
runtimeBootDependencyNode() |
DefaultNBootOptionsBuilder |
runtimeBootDependencyNode(net.thevpc.nuts.core.NClassLoaderNode runtimeBootDependencyNode) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.boot.NBootDescriptor> |
runtimeBootDescriptor() |
DefaultNBootOptionsBuilder |
runtimeBootDescriptor(net.thevpc.nuts.boot.NBootDescriptor runtimeBootDescriptor) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NId> |
runtimeId() |
net.thevpc.nuts.core.NBootOptionsBuilder |
runtimeId(net.thevpc.nuts.artifact.NId runtimeId)
set runtimeId
|
net.thevpc.nuts.core.NBootOptionsBuilder |
setOutputFormatOptions(String... options) |
net.thevpc.nuts.util.NOptional<Boolean> |
sharedInstance() |
net.thevpc.nuts.core.NBootOptionsBuilder |
sharedInstance(Boolean sharedInstance) |
net.thevpc.nuts.util.NOptional<Boolean> |
showStacktrace() |
net.thevpc.nuts.core.NBootOptionsBuilder |
showStacktrace(Boolean showStacktrace)
set dry
|
net.thevpc.nuts.util.NOptional<Boolean> |
skipBoot() |
net.thevpc.nuts.core.NBootOptionsBuilder |
skipBoot(Boolean skipBoot)
set skipWelcome
|
net.thevpc.nuts.util.NOptional<Boolean> |
skipErrors() |
net.thevpc.nuts.core.NBootOptionsBuilder |
skipErrors(Boolean value) |
net.thevpc.nuts.util.NOptional<Boolean> |
skipWelcome() |
net.thevpc.nuts.core.NBootOptionsBuilder |
skipWelcome(Boolean skipWelcome)
set skipWelcome
|
net.thevpc.nuts.util.NOptional<PrintStream> |
stderr() |
net.thevpc.nuts.core.NBootOptionsBuilder |
stderr(PrintStream stderr) |
net.thevpc.nuts.util.NOptional<InputStream> |
stdin() |
net.thevpc.nuts.core.NBootOptionsBuilder |
stdin(InputStream stdin) |
net.thevpc.nuts.util.NOptional<PrintStream> |
stdout() |
net.thevpc.nuts.core.NBootOptionsBuilder |
stdout(PrintStream stdout) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.platform.NOsFamily> |
storeLayout() |
net.thevpc.nuts.core.NBootOptionsBuilder |
storeLayout(net.thevpc.nuts.platform.NOsFamily storeLayout)
set storeLayout
|
net.thevpc.nuts.core.NBootOptionsBuilder |
storeLocation(net.thevpc.nuts.platform.NStoreType location,
String value)
set store location
|
net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NStoreType,String>> |
storeLocations() |
net.thevpc.nuts.core.NBootOptionsBuilder |
storeLocations(Map<net.thevpc.nuts.platform.NStoreType,String> storeLocations) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> |
storeStrategy() |
net.thevpc.nuts.core.NBootOptionsBuilder |
storeStrategy(net.thevpc.nuts.core.NStoreStrategy storeStrategy)
set storeStrategy
|
net.thevpc.nuts.util.NOptional<Boolean> |
switchWorkspace() |
net.thevpc.nuts.core.NBootOptionsBuilder |
switchWorkspace(Boolean switchWorkspace) |
net.thevpc.nuts.util.NOptional<Boolean> |
system() |
net.thevpc.nuts.core.NBootOptionsBuilder |
system(Boolean system)
set system
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.io.NTerminalMode> |
terminalMode() |
net.thevpc.nuts.core.NBootOptionsBuilder |
terminalMode(net.thevpc.nuts.io.NTerminalMode terminalMode)
set terminalMode
|
net.thevpc.nuts.util.NOptional<String> |
theme() |
net.thevpc.nuts.core.NBootOptionsBuilder |
theme(String theme) |
net.thevpc.nuts.boot.NBootOptionsInfo |
toBootOptions() |
String |
toString() |
net.thevpc.nuts.util.NOptional<Boolean> |
trace() |
net.thevpc.nuts.core.NBootOptionsBuilder |
trace(Boolean trace)
set trace
|
net.thevpc.nuts.util.NOptional<Boolean> |
transitive() |
net.thevpc.nuts.core.NBootOptionsBuilder |
transitive(Boolean transitive) |
net.thevpc.nuts.core.NBootOptionsBuilder |
unsetCreationOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
unsetExportedOptions() |
net.thevpc.nuts.core.NBootOptionsBuilder |
unsetRuntimeOptions() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> |
userLauncher() |
net.thevpc.nuts.core.NBootOptionsBuilder |
userLauncher(net.thevpc.nuts.util.NSupportMode userLauncher) |
net.thevpc.nuts.util.NOptional<String> |
userName() |
net.thevpc.nuts.core.NBootOptionsBuilder |
userName(String username)
set login
|
net.thevpc.nuts.util.NOptional<String> |
uuid() |
DefaultNBootOptionsBuilder |
uuid(String uuid) |
net.thevpc.nuts.util.NOptional<String> |
workspace() |
net.thevpc.nuts.core.NBootOptionsBuilder |
workspace(String workspace)
set workspace
|
public DefaultNBootOptionsBuilder()
public DefaultNBootOptionsBuilder(net.thevpc.nuts.boot.NBootOptionsInfo other)
public net.thevpc.nuts.core.NBootOptionsBuilder copy()
copy in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptions build()
build in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder copyFrom(net.thevpc.nuts.core.NWorkspaceOptions other)
copyFrom in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder copyFrom(net.thevpc.nuts.core.NBootOptions other)
copyFrom in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder copyFrom(net.thevpc.nuts.core.NBootOptionsBuilder other)
copyFrom in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NClassLoaderNode> runtimeBootDependencyNode()
runtimeBootDependencyNode in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder runtimeBootDependencyNode(net.thevpc.nuts.core.NClassLoaderNode runtimeBootDependencyNode)
runtimeBootDependencyNode in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.boot.NBootDescriptor>> extensionBootDescriptors()
extensionBootDescriptors in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder extensionBootDescriptors(List<net.thevpc.nuts.boot.NBootDescriptor> extensionBootDescriptors)
extensionBootDescriptors in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.core.NClassLoaderNode>> extensionBootDependencyNodes()
extensionBootDependencyNodes in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder extensionBootDependencyNodes(List<net.thevpc.nuts.core.NClassLoaderNode> extensionBootDependencyNodes)
extensionBootDependencyNodes in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.boot.NBootWorkspaceFactory> bootWorkspaceFactory()
bootWorkspaceFactory in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder bootWorkspaceFactory(net.thevpc.nuts.boot.NBootWorkspaceFactory bootWorkspaceFactory)
bootWorkspaceFactory in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<URL>> classWorldURLs()
classWorldURLs in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder classWorldURLs(List<URL> classWorldURLs)
classWorldURLs in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<ClassLoader> classWorldLoader()
classWorldLoader in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder classWorldLoader(ClassLoader classWorldLoader)
classWorldLoader in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> uuid()
uuid in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder uuid(String uuid)
uuid in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Set<String>> extensionsSet()
extensionsSet in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder extensionsSet(Set<String> extensionsSet)
extensionsSet in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.boot.NBootDescriptor> runtimeBootDescriptor()
runtimeBootDescriptor in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic DefaultNBootOptionsBuilder runtimeBootDescriptor(net.thevpc.nuts.boot.NBootDescriptor runtimeBootDescriptor)
runtimeBootDescriptor in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder copyFromIfPresent(net.thevpc.nuts.core.NWorkspaceOptions other)
copyFromIfPresent in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder copyFromIfPresent(net.thevpc.nuts.core.NBootOptions other)
copyFromIfPresent in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.boot.NBootOptionsInfo toBootOptions()
toBootOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> desktopLauncher()
desktopLauncher in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> menuLauncher()
menuLauncher in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> userLauncher()
userLauncher in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder initLaunchers(Boolean initLaunchers)
initLaunchers in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder initScripts(Boolean initScripts)
initScripts in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder initPlatforms(Boolean initPlatforms)
initPlatforms in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder initJava(Boolean initJava)
initJava in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder isolationLevel(net.thevpc.nuts.core.NIsolationLevel isolationLevel)
isolationLevel in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder desktopLauncher(net.thevpc.nuts.util.NSupportMode desktopLauncher)
desktopLauncher in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder menuLauncher(net.thevpc.nuts.util.NSupportMode menuLauncher)
menuLauncher in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder userLauncher(net.thevpc.nuts.util.NSupportMode userLauncher)
userLauncher in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NVersion> apiVersion()
apiVersion in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder apiVersion(net.thevpc.nuts.artifact.NVersion apiVersion)
apiVersion in interface net.thevpc.nuts.core.NBootOptionsBuilderapiVersion - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> applicationArguments()
applicationArguments in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder applicationArguments(List<String> applicationArguments)
applicationArguments in interface net.thevpc.nuts.core.NBootOptionsBuilderapplicationArguments - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> archetype()
archetype in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder archetype(String archetype)
archetype in interface net.thevpc.nuts.core.NBootOptionsBuilderarchetype - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Supplier<ClassLoader>> classLoaderSupplier()
classLoaderSupplier in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder classLoaderSupplier(Supplier<ClassLoader> provider)
classLoaderSupplier in interface net.thevpc.nuts.core.NBootOptionsBuilderprovider - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NConfirmationMode> confirm()
confirm in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder confirm(net.thevpc.nuts.core.NConfirmationMode confirm)
confirm in interface net.thevpc.nuts.core.NBootOptionsBuilderconfirm - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> dry()
dry in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> showStacktrace()
showStacktrace in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder cry(Boolean dry)
cry in interface net.thevpc.nuts.core.NBootOptionsBuilderdry - new valuethis instancepublic net.thevpc.nuts.core.NBootOptionsBuilder showStacktrace(Boolean showStacktrace)
showStacktrace in interface net.thevpc.nuts.core.NBootOptionsBuildershowStacktrace - showStacktracethis instancepublic net.thevpc.nuts.util.NOptional<Instant> creationTime()
creationTime in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder creationTime(Instant creationTime)
creationTime in interface net.thevpc.nuts.core.NBootOptionsBuildercreationTime - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> excludedExtensions()
excludedExtensions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder excludedExtensions(List<String> excludedExtensions)
excludedExtensions in interface net.thevpc.nuts.core.NBootOptionsBuilderexcludedExtensions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NExecutionType> executionType()
executionType in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder executionType(net.thevpc.nuts.command.NExecutionType executionType)
executionType in interface net.thevpc.nuts.core.NBootOptionsBuilderexecutionType - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NRunAs> runAs()
runAs in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder runAs(net.thevpc.nuts.core.NRunAs runAs)
runAs in interface net.thevpc.nuts.core.NBootOptionsBuilderrunAs - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> executorOptions()
executorOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder executorOptions(List<String> executorOptions)
executorOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderexecutorOptions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> getHomeLocation(net.thevpc.nuts.platform.NHomeLocation location)
getHomeLocation in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NHomeLocation,String>> homeLocations()
homeLocations in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder homeLocations(Map<net.thevpc.nuts.platform.NHomeLocation,String> homeLocations)
homeLocations in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> javaCommand()
javaCommand in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder javaCommand(String javaCommand)
javaCommand in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> javaOptions()
javaOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder javaOptions(String javaOptions)
javaOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderjavaOptions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.log.NLogConfig> logConfig()
logConfig in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder logConfig(net.thevpc.nuts.log.NLogConfig logConfig)
logConfig in interface net.thevpc.nuts.core.NBootOptionsBuilderlogConfig - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> name()
name in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder name(String workspaceName)
name in interface net.thevpc.nuts.core.NBootOptionsBuilderworkspaceName - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NOpenMode> openMode()
openMode in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder openMode(net.thevpc.nuts.core.NOpenMode openMode)
openMode in interface net.thevpc.nuts.core.NBootOptionsBuilderopenMode - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.text.NContentType> outputFormat()
outputFormat in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder outputFormat(net.thevpc.nuts.text.NContentType outputFormat)
outputFormat in interface net.thevpc.nuts.core.NBootOptionsBuilderoutputFormat - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> outputFormatOptions()
outputFormatOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder outputFormatOptions(List<String> options)
outputFormatOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderoptions - new valuethis instancepublic net.thevpc.nuts.core.NBootOptionsBuilder setOutputFormatOptions(String... options)
public net.thevpc.nuts.util.NOptional<char[]> credential()
credential in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder credential(char[] credentials)
credential in interface net.thevpc.nuts.core.NBootOptionsBuildercredentials - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> repositoryStoreStrategy()
repositoryStoreStrategy in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder repositoryStoreStrategy(net.thevpc.nuts.core.NStoreStrategy repositoryStoreStrategy)
repositoryStoreStrategy in interface net.thevpc.nuts.core.NBootOptionsBuilderrepositoryStoreStrategy - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NId> runtimeId()
runtimeId in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder runtimeId(net.thevpc.nuts.artifact.NId runtimeId)
runtimeId in interface net.thevpc.nuts.core.NBootOptionsBuilderruntimeId - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> getStoreType(net.thevpc.nuts.platform.NStoreType folder)
getStoreType in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.platform.NOsFamily> storeLayout()
storeLayout in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder storeLayout(net.thevpc.nuts.platform.NOsFamily storeLayout)
storeLayout in interface net.thevpc.nuts.core.NBootOptionsBuilderstoreLayout - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> storeStrategy()
storeStrategy in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder storeStrategy(net.thevpc.nuts.core.NStoreStrategy storeStrategy)
storeStrategy in interface net.thevpc.nuts.core.NBootOptionsBuilderstoreStrategy - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NStoreType,String>> storeLocations()
storeLocations in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder storeLocations(Map<net.thevpc.nuts.platform.NStoreType,String> storeLocations)
storeLocations in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.io.NTerminalMode> terminalMode()
terminalMode in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder terminalMode(net.thevpc.nuts.io.NTerminalMode terminalMode)
terminalMode in interface net.thevpc.nuts.core.NBootOptionsBuilderterminalMode - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> repositories()
repositories in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<String>> bootRepositories()
bootRepositories in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder repositories(List<String> repositories)
repositories in interface net.thevpc.nuts.core.NBootOptionsBuilderrepositories - new valuethis instancepublic net.thevpc.nuts.core.NBootOptionsBuilder bootRepositories(List<String> bootRepositories)
bootRepositories in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> userName()
userName in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> workspace()
workspace in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder workspace(String workspace)
workspace in interface net.thevpc.nuts.core.NBootOptionsBuilderworkspace - workspacethis instancepublic net.thevpc.nuts.util.NOptional<String> debug()
debug in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder debug(String debug)
debug in interface net.thevpc.nuts.core.NBootOptionsBuilderdebug - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> system()
system in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder system(Boolean system)
system in interface net.thevpc.nuts.core.NBootOptionsBuildersystem - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> gui()
gui in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder gui(Boolean gui)
gui in interface net.thevpc.nuts.core.NBootOptionsBuildergui - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> inherited()
inherited in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder inherited(Boolean inherited)
inherited in interface net.thevpc.nuts.core.NBootOptionsBuilderinherited - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> readOnly()
readOnly in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder readOnly(Boolean readOnly)
readOnly in interface net.thevpc.nuts.core.NBootOptionsBuilderreadOnly - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> recover()
recover in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder recover(Boolean recover)
recover in interface net.thevpc.nuts.core.NBootOptionsBuilderrecover - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> reset()
reset in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder reset(Boolean reset)
reset in interface net.thevpc.nuts.core.NBootOptionsBuilderreset - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> resetHard()
resetHard in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder resetHard(Boolean resetHard)
resetHard in interface net.thevpc.nuts.core.NBootOptionsBuilderresetHard - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> commandVersion()
commandVersion in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder commandVersion(Boolean version)
commandVersion in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> commandHelp()
commandHelp in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder commandHelp(Boolean help)
commandHelp in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> installCompanions()
installCompanions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder installCompanions(Boolean skipInstallCompanions)
installCompanions in interface net.thevpc.nuts.core.NBootOptionsBuilderskipInstallCompanions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> skipWelcome()
skipWelcome in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder skipWelcome(Boolean skipWelcome)
skipWelcome in interface net.thevpc.nuts.core.NBootOptionsBuilderskipWelcome - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> outLinePrefix()
outLinePrefix in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder outLinePrefix(String outLinePrefix)
outLinePrefix in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> errLinePrefix()
errLinePrefix in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder errLinePrefix(String errLinePrefix)
errLinePrefix in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> skipBoot()
skipBoot in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder skipBoot(Boolean skipBoot)
skipBoot in interface net.thevpc.nuts.core.NBootOptionsBuilderskipBoot - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> trace()
trace in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder trace(Boolean trace)
trace in interface net.thevpc.nuts.core.NBootOptionsBuildertrace - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> progressOptions()
progressOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder progressOptions(String progressOptions)
progressOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> cached()
cached in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder cached(Boolean cached)
cached in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> indexed()
indexed in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder indexed(Boolean indexed)
indexed in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> transitive()
transitive in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder transitive(Boolean transitive)
transitive in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> bot()
bot in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder bot(Boolean bot)
bot in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> previewRepo()
previewRepo in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder previewRepo(Boolean bot)
previewRepo in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NFetchStrategy> fetchStrategy()
fetchStrategy in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder fetchStrategy(net.thevpc.nuts.command.NFetchStrategy fetchStrategy)
fetchStrategy in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<InputStream> stdin()
stdin in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder stdin(InputStream stdin)
stdin in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<PrintStream> stdout()
stdout in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder stdout(PrintStream stdout)
stdout in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<PrintStream> stderr()
stderr in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder stderr(PrintStream stderr)
stderr in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<ExecutorService> executorService()
executorService in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder executorService(ExecutorService executorService)
executorService in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Instant> expireTime()
expireTime in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder expireTime(Instant expireTime)
expireTime in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> skipErrors()
skipErrors in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder skipErrors(Boolean value)
skipErrors in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> switchWorkspace()
switchWorkspace in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder switchWorkspace(Boolean switchWorkspace)
switchWorkspace in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.text.NMsg>> errors()
errors in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder errors(List<net.thevpc.nuts.text.NMsg> errors)
errors in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder customOptions(List<String> properties)
customOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> locale()
locale in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder locale(String locale)
locale in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> theme()
theme in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder theme(String theme)
theme in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder copyFrom(net.thevpc.nuts.boot.NBootOptionsInfo other)
public net.thevpc.nuts.core.NBootOptionsBuilder cmdLine(String cmdLine)
cmdLine in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder cmdLine(String[] args)
cmdLine in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> sharedInstance()
sharedInstance in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder sharedInstance(Boolean sharedInstance)
sharedInstance in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder userName(String username)
userName in interface net.thevpc.nuts.core.NBootOptionsBuilderusername - new valuethis instancepublic net.thevpc.nuts.core.NBootOptionsBuilder storeLocation(net.thevpc.nuts.platform.NStoreType location,
String value)
storeLocation in interface net.thevpc.nuts.core.NBootOptionsBuilderlocation - locationvalue - new valuethis instancepublic net.thevpc.nuts.core.NBootOptionsBuilder homeLocation(net.thevpc.nuts.platform.NHomeLocation location,
String value)
homeLocation in interface net.thevpc.nuts.core.NBootOptionsBuilderlocation - locationvalue - new valuethis instancepublic net.thevpc.nuts.core.NBootOptionsBuilder addOutputFormatOptions(String... options)
addOutputFormatOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderoptions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> dependencySolver()
dependencySolver in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder dependencySolver(String dependencySolver)
dependencySolver in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NIsolationLevel> isolationLevel()
isolationLevel in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initLaunchers()
initLaunchers in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initScripts()
initScripts in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initPlatforms()
initPlatforms in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initJava()
initJava in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder unsetRuntimeOptions()
unsetRuntimeOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder unsetCreationOptions()
unsetCreationOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.core.NBootOptionsBuilder unsetExportedOptions()
unsetExportedOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<String>> customOptions()
customOptions in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.cmdline.NArg>> customOptionArgs()
customOptionArgs in interface net.thevpc.nuts.core.NBootOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.cmdline.NArg> customOptionArg(String key)
customOptionArg in interface net.thevpc.nuts.core.NBootOptionsBuilderCopyright © 2026 vpc open source initiative. All rights reserved.