public class DefaultNWorkspaceOptionsBuilder extends Object implements net.thevpc.nuts.core.NWorkspaceOptionsBuilder
%category Config
| Constructor and Description |
|---|
DefaultNWorkspaceOptionsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
addOutputFormatOptions(String... options)
add output format options
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NVersion> |
apiVersion() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
apiVersion(net.thevpc.nuts.artifact.NVersion apiVersion)
set apiVersion
|
net.thevpc.nuts.util.NOptional<List<String>> |
applicationArguments() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
applicationArguments(List<String> applicationArguments)
set applicationArguments
|
net.thevpc.nuts.util.NOptional<String> |
archetype() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
archetype(String archetype)
set archetype
|
net.thevpc.nuts.util.NOptional<List<String>> |
bootRepositories() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
bootRepositories(List<String> repositories)
set initRepositories
|
net.thevpc.nuts.util.NOptional<Boolean> |
bot() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
bot(Boolean bot) |
net.thevpc.nuts.core.NWorkspaceOptions |
build() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
builder() |
net.thevpc.nuts.util.NOptional<Boolean> |
cached() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
cached(Boolean cached) |
net.thevpc.nuts.util.NOptional<Supplier<ClassLoader>> |
classLoaderSupplier() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
classLoaderSupplier(Supplier<ClassLoader> provider)
set provider
|
net.thevpc.nuts.util.NOptional<Boolean> |
commandHelp() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
commandHelp(Boolean help) |
net.thevpc.nuts.util.NOptional<Boolean> |
commandVersion() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
commandVersion(Boolean version) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NConfirmationMode> |
confirm() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
confirm(net.thevpc.nuts.core.NConfirmationMode confirm)
set confirm
|
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
copy() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
copyFrom(net.thevpc.nuts.boot.NBootOptionsInfo other) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
copyFrom(net.thevpc.nuts.core.NWorkspaceOptions other) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
copyFrom(net.thevpc.nuts.core.NWorkspaceOptionsBuilder other) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
copyFrom(net.thevpc.nuts.core.NWorkspaceOptions other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy) |
net.thevpc.nuts.util.NOptional<Instant> |
creationTime() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
creationTime(Instant creationTime)
set creationTime
|
net.thevpc.nuts.util.NOptional<char[]> |
credential() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
credential(char[] credentials)
set password
|
net.thevpc.nuts.util.NOptional<List<String>> |
customOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
customOptions(List<String> properties) |
net.thevpc.nuts.util.NOptional<String> |
debug() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
debug(String debug)
set debug
|
net.thevpc.nuts.util.NOptional<String> |
dependencySolver() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
dependencySolver(String dependencySolver) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> |
desktopLauncher() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
desktopLauncher(net.thevpc.nuts.util.NSupportMode desktopLauncher) |
net.thevpc.nuts.util.NOptional<Boolean> |
dry() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
dry(Boolean dry)
set dry
|
net.thevpc.nuts.util.NOptional<String> |
errLinePrefix() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
errLinePrefix(String errLinePrefix) |
net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.text.NMsg>> |
errors() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
errors(List<net.thevpc.nuts.text.NMsg> errors) |
net.thevpc.nuts.util.NOptional<List<String>> |
excludedExtensions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
excludedExtensions(List<String> excludedExtensions)
set excludedExtensions
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NExecutionType> |
executionType() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
executionType(net.thevpc.nuts.command.NExecutionType executionType)
set executionType
|
net.thevpc.nuts.util.NOptional<List<String>> |
executorOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
executorOptions(List<String> executorOptions)
set executorOptions
|
net.thevpc.nuts.util.NOptional<ExecutorService> |
executorService() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
executorService(ExecutorService executorService) |
net.thevpc.nuts.util.NOptional<Instant> |
expireTime() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
expireTime(Instant expireTime) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NFetchStrategy> |
fetchStrategy() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
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<Boolean> |
gui() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
gui(Boolean gui)
set gui
|
net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NHomeLocation,String>> |
homeLocations() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
homeLocations(Map<net.thevpc.nuts.platform.NHomeLocation,String> homeLocations) |
net.thevpc.nuts.util.NOptional<Boolean> |
indexed() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
indexed(Boolean indexed) |
net.thevpc.nuts.util.NOptional<Boolean> |
inherited() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
inherited(Boolean inherited)
set inherited
|
net.thevpc.nuts.util.NOptional<Boolean> |
initJava() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
initJava(Boolean initJava) |
net.thevpc.nuts.util.NOptional<Boolean> |
initLaunchers() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
initLaunchers(Boolean initLaunchers) |
net.thevpc.nuts.util.NOptional<Boolean> |
initPlatforms() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
initPlatforms(Boolean initPlatforms) |
net.thevpc.nuts.util.NOptional<Boolean> |
initScripts() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
initScripts(Boolean initScripts) |
net.thevpc.nuts.util.NOptional<Boolean> |
installCompanions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
installCompanions(Boolean skipInstallCompanions)
set skipInstallCompanions
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NIsolationLevel> |
isolationLevel() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
isolationLevel(net.thevpc.nuts.core.NIsolationLevel isolationLevel) |
net.thevpc.nuts.util.NOptional<String> |
javaCommand() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
javaCommand(String javaCommand) |
net.thevpc.nuts.util.NOptional<String> |
javaOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
javaOptions(String javaOptions)
set javaOptions
|
net.thevpc.nuts.util.NOptional<String> |
locale() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
locale(String locale) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.log.NLogConfig> |
logConfig() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
logConfig(net.thevpc.nuts.log.NLogConfig logConfig)
set logConfig
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> |
menuLauncher() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
menuLauncher(net.thevpc.nuts.util.NSupportMode menuLauncher) |
net.thevpc.nuts.util.NOptional<String> |
name() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
name(String workspaceName)
set workspace name
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NOpenMode> |
openMode() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
openMode(net.thevpc.nuts.core.NOpenMode openMode)
set openMode
|
net.thevpc.nuts.util.NOptional<String> |
outLinePrefix() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
outLinePrefix(String outLinePrefix) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.text.NContentType> |
outputFormat() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
outputFormat(net.thevpc.nuts.text.NContentType outputFormat)
set outputFormat
|
net.thevpc.nuts.util.NOptional<List<String>> |
outputFormatOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
outputFormatOptions(List<String> options)
set output format options
|
net.thevpc.nuts.util.NOptional<Boolean> |
previewRepo() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
previewRepo(Boolean bot) |
net.thevpc.nuts.util.NOptional<String> |
progressOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
progressOptions(String progressOptions) |
net.thevpc.nuts.util.NOptional<Boolean> |
readOnly() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
readOnly(Boolean readOnly)
set readOnly
|
net.thevpc.nuts.util.NOptional<Boolean> |
recover() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
recover(Boolean recover)
set recover
|
net.thevpc.nuts.util.NOptional<List<String>> |
repositories() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
repositories(List<String> repositories)
set repositories
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> |
repositoryStoreStrategy() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
repositoryStoreStrategy(net.thevpc.nuts.core.NStoreStrategy repositoryStoreStrategy)
set repositoryStoreStrategy
|
net.thevpc.nuts.util.NOptional<Boolean> |
reset() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
reset(Boolean reset)
set reset
|
net.thevpc.nuts.util.NOptional<Boolean> |
resetHard() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
resetHard(Boolean resetHard) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
resetOptions() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NRunAs> |
runAs() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
runAs(net.thevpc.nuts.core.NRunAs runAs)
set runAsUser
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NId> |
runtimeId() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
runtimeId(net.thevpc.nuts.artifact.NId runtimeId)
set runtimeId
|
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
setCmdLine(String cmdLine) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
setCmdLine(String[] args) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
setHomeLocation(net.thevpc.nuts.platform.NHomeLocation location,
String value)
set home location
|
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
setOutputFormatOptions(String... options) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
setStoreLocation(net.thevpc.nuts.platform.NStoreType location,
String value)
set store location
|
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
setUserName(String username)
set login
|
net.thevpc.nuts.util.NOptional<Boolean> |
sharedInstance() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
sharedInstance(Boolean sharedInstance) |
net.thevpc.nuts.util.NOptional<Boolean> |
showStacktrace() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
showStacktrace(Boolean showStacktrace)
set dry
|
net.thevpc.nuts.util.NOptional<Boolean> |
skipBoot() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
skipBoot(Boolean skipBoot)
set skipWelcome
|
net.thevpc.nuts.util.NOptional<Boolean> |
skipErrors() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
skipErrors(Boolean value) |
net.thevpc.nuts.util.NOptional<Boolean> |
skipWelcome() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
skipWelcome(Boolean skipWelcome)
set skipWelcome
|
net.thevpc.nuts.util.NOptional<PrintStream> |
stderr() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
stderr(PrintStream stderr) |
net.thevpc.nuts.util.NOptional<InputStream> |
stdin() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
stdin(InputStream stdin) |
net.thevpc.nuts.util.NOptional<PrintStream> |
stdout() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
stdout(PrintStream stdout) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.platform.NOsFamily> |
storeLayout() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
storeLayout(net.thevpc.nuts.platform.NOsFamily storeLayout)
set storeLayout
|
net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NStoreType,String>> |
storeLocations() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
storeLocations(Map<net.thevpc.nuts.platform.NStoreType,String> storeLocations) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> |
storeStrategy() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
storeStrategy(net.thevpc.nuts.core.NStoreStrategy storeStrategy)
set storeStrategy
|
net.thevpc.nuts.util.NOptional<String> |
storeType(net.thevpc.nuts.platform.NStoreType folder) |
net.thevpc.nuts.util.NOptional<Boolean> |
switchWorkspace() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
switchWorkspace(Boolean switchWorkspace) |
net.thevpc.nuts.util.NOptional<Boolean> |
system() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
system(Boolean system)
set system
|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.io.NTerminalMode> |
terminalMode() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
terminalMode(net.thevpc.nuts.io.NTerminalMode terminalMode)
set terminalMode
|
net.thevpc.nuts.util.NOptional<String> |
theme() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
theme(String theme) |
net.thevpc.nuts.boot.NBootOptionsInfo |
toBootOptionsInfo() |
net.thevpc.nuts.cmdline.NCmdLine |
toCmdLine() |
net.thevpc.nuts.cmdline.NCmdLine |
toCmdLine(net.thevpc.nuts.core.NWorkspaceOptionsConfig config) |
String |
toString() |
net.thevpc.nuts.util.NOptional<Boolean> |
trace() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
trace(Boolean trace)
set trace
|
net.thevpc.nuts.util.NOptional<Boolean> |
transitive() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
transitive(Boolean transitive) |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
unsetCreationOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
unsetExportedOptions() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
unsetRuntimeOptions() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> |
userLauncher() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
userLauncher(net.thevpc.nuts.util.NSupportMode userLauncher) |
net.thevpc.nuts.util.NOptional<String> |
userName() |
net.thevpc.nuts.util.NOptional<String> |
workspace() |
net.thevpc.nuts.core.NWorkspaceOptionsBuilder |
workspace(String workspace)
set workspace
|
public net.thevpc.nuts.core.NWorkspaceOptionsBuilder resetOptions()
resetOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> desktopLauncher()
desktopLauncher in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> menuLauncher()
menuLauncher in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NSupportMode> userLauncher()
userLauncher in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder initLaunchers(Boolean initLaunchers)
initLaunchers in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder initScripts(Boolean initScripts)
initScripts in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder initPlatforms(Boolean initPlatforms)
initPlatforms in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder initJava(Boolean initJava)
initJava in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder isolationLevel(net.thevpc.nuts.core.NIsolationLevel isolationLevel)
isolationLevel in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder desktopLauncher(net.thevpc.nuts.util.NSupportMode desktopLauncher)
desktopLauncher in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder menuLauncher(net.thevpc.nuts.util.NSupportMode menuLauncher)
menuLauncher in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder userLauncher(net.thevpc.nuts.util.NSupportMode userLauncher)
userLauncher in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder copy()
copy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NVersion> apiVersion()
apiVersion in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder apiVersion(net.thevpc.nuts.artifact.NVersion apiVersion)
apiVersion in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderapiVersion - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> applicationArguments()
applicationArguments in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder applicationArguments(List<String> applicationArguments)
applicationArguments in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderapplicationArguments - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> archetype()
archetype in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder archetype(String archetype)
archetype in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderarchetype - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Supplier<ClassLoader>> classLoaderSupplier()
classLoaderSupplier in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder classLoaderSupplier(Supplier<ClassLoader> provider)
classLoaderSupplier in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderprovider - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NConfirmationMode> confirm()
confirm in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder confirm(net.thevpc.nuts.core.NConfirmationMode confirm)
confirm in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderconfirm - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> dry()
dry in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> showStacktrace()
showStacktrace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder dry(Boolean dry)
dry in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderdry - new valuethis instancepublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder showStacktrace(Boolean showStacktrace)
showStacktrace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuildershowStacktrace - showStacktracethis instancepublic net.thevpc.nuts.util.NOptional<Instant> creationTime()
creationTime in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder creationTime(Instant creationTime)
creationTime in interface net.thevpc.nuts.core.NWorkspaceOptionsBuildercreationTime - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> excludedExtensions()
excludedExtensions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder excludedExtensions(List<String> excludedExtensions)
excludedExtensions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderexcludedExtensions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NExecutionType> executionType()
executionType in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder executionType(net.thevpc.nuts.command.NExecutionType executionType)
executionType in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderexecutionType - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NRunAs> runAs()
runAs in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder runAs(net.thevpc.nuts.core.NRunAs runAs)
runAs in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderrunAs - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> executorOptions()
executorOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder executorOptions(List<String> executorOptions)
executorOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderexecutorOptions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> getHomeLocation(net.thevpc.nuts.platform.NHomeLocation location)
getHomeLocation in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NHomeLocation,String>> homeLocations()
homeLocations in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder homeLocations(Map<net.thevpc.nuts.platform.NHomeLocation,String> homeLocations)
homeLocations in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> javaCommand()
javaCommand in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder javaCommand(String javaCommand)
javaCommand in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> javaOptions()
javaOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder javaOptions(String javaOptions)
javaOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderjavaOptions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.log.NLogConfig> logConfig()
logConfig in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder logConfig(net.thevpc.nuts.log.NLogConfig logConfig)
logConfig in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderlogConfig - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> name()
name in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder name(String workspaceName)
name in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderworkspaceName - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NOpenMode> openMode()
openMode in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder openMode(net.thevpc.nuts.core.NOpenMode openMode)
openMode in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderopenMode - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.text.NContentType> outputFormat()
outputFormat in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder outputFormat(net.thevpc.nuts.text.NContentType outputFormat)
outputFormat in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderoutputFormat - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> outputFormatOptions()
outputFormatOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder outputFormatOptions(List<String> options)
outputFormatOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderoptions - new valuethis instancepublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder setOutputFormatOptions(String... options)
public net.thevpc.nuts.util.NOptional<char[]> credential()
credential in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder credential(char[] credentials)
credential in interface net.thevpc.nuts.core.NWorkspaceOptionsBuildercredentials - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> repositoryStoreStrategy()
repositoryStoreStrategy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder repositoryStoreStrategy(net.thevpc.nuts.core.NStoreStrategy repositoryStoreStrategy)
repositoryStoreStrategy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderrepositoryStoreStrategy - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NId> runtimeId()
runtimeId in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder runtimeId(net.thevpc.nuts.artifact.NId runtimeId)
runtimeId in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderruntimeId - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> storeType(net.thevpc.nuts.platform.NStoreType folder)
storeType in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.platform.NOsFamily> storeLayout()
storeLayout in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder storeLayout(net.thevpc.nuts.platform.NOsFamily storeLayout)
storeLayout in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderstoreLayout - new valuethis instancepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NStoreStrategy> storeStrategy()
storeStrategy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder storeStrategy(net.thevpc.nuts.core.NStoreStrategy storeStrategy)
storeStrategy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderstoreStrategy - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Map<net.thevpc.nuts.platform.NStoreType,String>> storeLocations()
storeLocations in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder storeLocations(Map<net.thevpc.nuts.platform.NStoreType,String> storeLocations)
storeLocations in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.io.NTerminalMode> terminalMode()
terminalMode in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder terminalMode(net.thevpc.nuts.io.NTerminalMode terminalMode)
terminalMode in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderterminalMode - new valuethis instancepublic net.thevpc.nuts.util.NOptional<List<String>> repositories()
repositories in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<String>> bootRepositories()
bootRepositories in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder repositories(List<String> repositories)
repositories in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderrepositories - new valuethis instancepublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder bootRepositories(List<String> repositories)
bootRepositories in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderrepositories - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> userName()
userName in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> workspace()
workspace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder workspace(String workspace)
workspace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderworkspace - workspacethis instancepublic net.thevpc.nuts.util.NOptional<String> debug()
debug in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder debug(String debug)
debug in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderdebug - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> system()
system in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder system(Boolean system)
system in interface net.thevpc.nuts.core.NWorkspaceOptionsBuildersystem - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> gui()
gui in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder gui(Boolean gui)
gui in interface net.thevpc.nuts.core.NWorkspaceOptionsBuildergui - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> inherited()
inherited in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder inherited(Boolean inherited)
inherited in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderinherited - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> readOnly()
readOnly in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder readOnly(Boolean readOnly)
readOnly in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderreadOnly - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> recover()
recover in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder recover(Boolean recover)
recover in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderrecover - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> reset()
reset in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder reset(Boolean reset)
reset in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderreset - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> resetHard()
resetHard in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder resetHard(Boolean resetHard)
resetHard in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> commandVersion()
commandVersion in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder commandVersion(Boolean version)
commandVersion in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> commandHelp()
commandHelp in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder commandHelp(Boolean help)
commandHelp in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> installCompanions()
installCompanions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder installCompanions(Boolean skipInstallCompanions)
installCompanions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderskipInstallCompanions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> skipWelcome()
skipWelcome in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder skipWelcome(Boolean skipWelcome)
skipWelcome in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderskipWelcome - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> outLinePrefix()
outLinePrefix in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder outLinePrefix(String outLinePrefix)
outLinePrefix in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> errLinePrefix()
errLinePrefix in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder errLinePrefix(String errLinePrefix)
errLinePrefix in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> skipBoot()
skipBoot in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder skipBoot(Boolean skipBoot)
skipBoot in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderskipBoot - new valuethis instancepublic net.thevpc.nuts.util.NOptional<Boolean> trace()
trace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder trace(Boolean trace)
trace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuildertrace - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> progressOptions()
progressOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder progressOptions(String progressOptions)
progressOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> cached()
cached in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder cached(Boolean cached)
cached in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> indexed()
indexed in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder indexed(Boolean indexed)
indexed in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> transitive()
transitive in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder transitive(Boolean transitive)
transitive in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> bot()
bot in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder bot(Boolean bot)
bot in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> previewRepo()
previewRepo in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder previewRepo(Boolean bot)
previewRepo in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.command.NFetchStrategy> fetchStrategy()
fetchStrategy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder fetchStrategy(net.thevpc.nuts.command.NFetchStrategy fetchStrategy)
fetchStrategy in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<InputStream> stdin()
stdin in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder stdin(InputStream stdin)
stdin in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<PrintStream> stdout()
stdout in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder stdout(PrintStream stdout)
stdout in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<PrintStream> stderr()
stderr in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder stderr(PrintStream stderr)
stderr in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<ExecutorService> executorService()
executorService in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder executorService(ExecutorService executorService)
executorService in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Instant> expireTime()
expireTime in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder expireTime(Instant expireTime)
expireTime in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> skipErrors()
skipErrors in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder skipErrors(Boolean value)
skipErrors in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> switchWorkspace()
switchWorkspace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder switchWorkspace(Boolean switchWorkspace)
switchWorkspace in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<net.thevpc.nuts.text.NMsg>> errors()
errors in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder errors(List<net.thevpc.nuts.text.NMsg> errors)
errors in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<List<String>> customOptions()
customOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder customOptions(List<String> properties)
customOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> locale()
locale in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder locale(String locale)
locale in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<String> theme()
theme in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder theme(String theme)
theme in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder copyFrom(net.thevpc.nuts.core.NWorkspaceOptions other)
copyFrom in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder copyFrom(net.thevpc.nuts.core.NWorkspaceOptionsBuilder other)
copyFrom in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.boot.NBootOptionsInfo toBootOptionsInfo()
toBootOptionsInfo in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder copyFrom(net.thevpc.nuts.boot.NBootOptionsInfo other)
public net.thevpc.nuts.core.NWorkspaceOptionsBuilder copyFrom(net.thevpc.nuts.core.NWorkspaceOptions other,
net.thevpc.nuts.util.NAssignmentPolicy assignmentPolicy)
copyFrom in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder setCmdLine(String cmdLine)
setCmdLine in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder setCmdLine(String[] args)
setCmdLine in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> sharedInstance()
sharedInstance in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder sharedInstance(Boolean sharedInstance)
sharedInstance in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder setUserName(String username)
setUserName in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderusername - new valuethis instancepublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder setStoreLocation(net.thevpc.nuts.platform.NStoreType location,
String value)
setStoreLocation in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderlocation - locationvalue - new valuethis instancepublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder setHomeLocation(net.thevpc.nuts.platform.NHomeLocation location,
String value)
setHomeLocation in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderlocation - locationvalue - new valuethis instancepublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder addOutputFormatOptions(String... options)
addOutputFormatOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderoptions - new valuethis instancepublic net.thevpc.nuts.util.NOptional<String> dependencySolver()
dependencySolver in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder dependencySolver(String dependencySolver)
dependencySolver in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptions build()
build in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder builder()
builder in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.cmdline.NCmdLine toCmdLine()
toCmdLine in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.cmdline.NCmdLine toCmdLine(net.thevpc.nuts.core.NWorkspaceOptionsConfig config)
toCmdLine in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.core.NIsolationLevel> isolationLevel()
isolationLevel in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initLaunchers()
initLaunchers in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initScripts()
initScripts in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initPlatforms()
initPlatforms in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.util.NOptional<Boolean> initJava()
initJava in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder unsetRuntimeOptions()
unsetRuntimeOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder unsetCreationOptions()
unsetCreationOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderpublic net.thevpc.nuts.core.NWorkspaceOptionsBuilder unsetExportedOptions()
unsetExportedOptions in interface net.thevpc.nuts.core.NWorkspaceOptionsBuilderCopyright © 2026 vpc open source initiative. All rights reserved.