public class DefaultNWorkspaceOptions extends Object implements Serializable, NWorkspaceOptions
%category Config
| Modifier and Type | Field and Description |
|---|---|
static NWorkspaceOptions |
BLANK |
| Constructor and Description |
|---|
DefaultNWorkspaceOptions(NVersion apiVersion,
NId runtimeId,
String workspace,
String name,
String javaCommand,
String javaOptions,
String outLinePrefix,
String errLinePrefix,
String userName,
char[] credentials,
String progressOptions,
String dependencySolver,
String debug,
String archetype,
String locale,
String theme,
NLogConfig logConfig,
NConfirmationMode confirm,
NContentType outputFormat,
NOpenMode openMode,
NExecutionType executionType,
NStoreStrategy storeStrategy,
NStoreStrategy repositoryStoreStrategy,
NOsFamily storeLayout,
NTerminalMode terminalMode,
NFetchStrategy fetchStrategy,
NRunAs runAs,
Instant creationTime,
Instant expireTime,
Boolean installCompanions,
Boolean skipWelcome,
Boolean skipBoot,
Boolean system,
Boolean gui,
Boolean readOnly,
Boolean trace,
Boolean dry,
Boolean showStacktrace,
Boolean recover,
Boolean reset,
Boolean resetHard,
Boolean commandVersion,
Boolean commandHelp,
Boolean inherited,
Boolean switchWorkspace,
Boolean cached,
Boolean indexed,
Boolean transitive,
Boolean bot,
Boolean skipErrors,
NIsolationLevel isolationLevel,
Boolean initLaunchers,
Boolean initScripts,
Boolean initPlatforms,
Boolean initJava,
InputStream stdin,
PrintStream stdout,
PrintStream stderr,
ExecutorService executorService,
Supplier<ClassLoader> classLoaderSupplier,
List<String> applicationArguments,
List<String> outputFormatOptions,
List<String> customOptions,
List<String> excludedExtensions,
List<String> repositories,
List<String> bootRepositories,
List<String> executorOptions,
List<NMsg> errors,
Map<NStoreType,String> storeLocations,
Map<NHomeLocation,String> homeLocations,
NSupportMode desktopLauncher,
NSupportMode menuLauncher,
NSupportMode userLauncher,
Boolean previewRepo,
Boolean sharedInstance) |
public static NWorkspaceOptions BLANK
public DefaultNWorkspaceOptions(NVersion apiVersion, NId runtimeId, String workspace, String name, String javaCommand, String javaOptions, String outLinePrefix, String errLinePrefix, String userName, char[] credentials, String progressOptions, String dependencySolver, String debug, String archetype, String locale, String theme, NLogConfig logConfig, NConfirmationMode confirm, NContentType outputFormat, NOpenMode openMode, NExecutionType executionType, NStoreStrategy storeStrategy, NStoreStrategy repositoryStoreStrategy, NOsFamily storeLayout, NTerminalMode terminalMode, NFetchStrategy fetchStrategy, NRunAs runAs, Instant creationTime, Instant expireTime, Boolean installCompanions, Boolean skipWelcome, Boolean skipBoot, Boolean system, Boolean gui, Boolean readOnly, Boolean trace, Boolean dry, Boolean showStacktrace, Boolean recover, Boolean reset, Boolean resetHard, Boolean commandVersion, Boolean commandHelp, Boolean inherited, Boolean switchWorkspace, Boolean cached, Boolean indexed, Boolean transitive, Boolean bot, Boolean skipErrors, NIsolationLevel isolationLevel, Boolean initLaunchers, Boolean initScripts, Boolean initPlatforms, Boolean initJava, InputStream stdin, PrintStream stdout, PrintStream stderr, ExecutorService executorService, Supplier<ClassLoader> classLoaderSupplier, List<String> applicationArguments, List<String> outputFormatOptions, List<String> customOptions, List<String> excludedExtensions, List<String> repositories, List<String> bootRepositories, List<String> executorOptions, List<NMsg> errors, Map<NStoreType,String> storeLocations, Map<NHomeLocation,String> homeLocations, NSupportMode desktopLauncher, NSupportMode menuLauncher, NSupportMode userLauncher, Boolean previewRepo, Boolean sharedInstance)
public NBootOptionsInfo toBootOptionsInfo()
toBootOptionsInfo in interface NWorkspaceOptionspublic NOptional<Boolean> previewRepo()
previewRepo in interface NWorkspaceOptionspublic NOptional<Boolean> sharedInstance()
sharedInstance in interface NWorkspaceOptionspublic NOptional<NSupportMode> desktopLauncher()
desktopLauncher in interface NWorkspaceOptionspublic NOptional<NSupportMode> menuLauncher()
menuLauncher in interface NWorkspaceOptionspublic NOptional<NSupportMode> userLauncher()
userLauncher in interface NWorkspaceOptionspublic NOptional<NIsolationLevel> isolationLevel()
isolationLevel in interface NWorkspaceOptionspublic NOptional<Boolean> initLaunchers()
initLaunchers in interface NWorkspaceOptionspublic NOptional<Boolean> initScripts()
initScripts in interface NWorkspaceOptionspublic NOptional<Boolean> initPlatforms()
initPlatforms in interface NWorkspaceOptionspublic NOptional<Boolean> initJava()
initJava in interface NWorkspaceOptionspublic NOptional<NVersion> apiVersion()
apiVersion in interface NWorkspaceOptionspublic NOptional<List<String>> applicationArguments()
applicationArguments in interface NWorkspaceOptionspublic NOptional<String> archetype()
archetype in interface NWorkspaceOptionspublic NOptional<Supplier<ClassLoader>> classLoaderSupplier()
classLoaderSupplier in interface NWorkspaceOptionspublic NOptional<NConfirmationMode> confirm()
confirm in interface NWorkspaceOptionspublic NOptional<Boolean> dry()
dry in interface NWorkspaceOptionspublic NOptional<Boolean> showStacktrace()
showStacktrace in interface NWorkspaceOptionspublic NOptional<Instant> creationTime()
creationTime in interface NWorkspaceOptionspublic NOptional<List<String>> excludedExtensions()
excludedExtensions in interface NWorkspaceOptionspublic NOptional<NExecutionType> executionType()
executionType in interface NWorkspaceOptionspublic NOptional<NRunAs> runAs()
runAs in interface NWorkspaceOptionspublic NOptional<List<String>> executorOptions()
executorOptions in interface NWorkspaceOptionspublic NOptional<String> homeLocation(NHomeLocation location)
homeLocation in interface NWorkspaceOptionspublic NOptional<Map<NHomeLocation,String>> homeLocations()
homeLocations in interface NWorkspaceOptionspublic NOptional<String> javaCommand()
javaCommand in interface NWorkspaceOptionspublic NOptional<String> javaOptions()
javaOptions in interface NWorkspaceOptionspublic NOptional<NLogConfig> logConfig()
logConfig in interface NWorkspaceOptionspublic NOptional<String> name()
name in interface NWorkspaceOptionspublic NOptional<NOpenMode> openMode()
openMode in interface NWorkspaceOptionspublic NOptional<NContentType> outputFormat()
outputFormat in interface NWorkspaceOptionspublic NOptional<List<String>> outputFormatOptions()
outputFormatOptions in interface NWorkspaceOptionspublic NOptional<char[]> credential()
credential in interface NWorkspaceOptionspublic NOptional<NStoreStrategy> repositoryStoreStrategy()
repositoryStoreStrategy in interface NWorkspaceOptionspublic NOptional<NId> runtimeId()
runtimeId in interface NWorkspaceOptionspublic NOptional<String> getStoreType(NStoreType folder)
getStoreType in interface NWorkspaceOptionspublic NOptional<NOsFamily> storeLayout()
storeLayout in interface NWorkspaceOptionspublic NOptional<NStoreStrategy> storeStrategy()
storeStrategy in interface NWorkspaceOptionspublic NOptional<Map<NStoreType,String>> storeLocations()
storeLocations in interface NWorkspaceOptionspublic NOptional<NTerminalMode> terminalMode()
terminalMode in interface NWorkspaceOptionspublic NOptional<List<String>> repositories()
repositories in interface NWorkspaceOptionspublic NOptional<List<String>> bootRepositories()
bootRepositories in interface NWorkspaceOptionspublic NOptional<String> userName()
userName in interface NWorkspaceOptionspublic NOptional<String> workspace()
workspace in interface NWorkspaceOptionspublic NOptional<String> debug()
debug in interface NWorkspaceOptionspublic NOptional<Boolean> system()
system in interface NWorkspaceOptionspublic NOptional<Boolean> gui()
gui in interface NWorkspaceOptionspublic NOptional<Boolean> inherited()
inherited in interface NWorkspaceOptionspublic NOptional<Boolean> readOnly()
readOnly in interface NWorkspaceOptionspublic NOptional<Boolean> recover()
recover in interface NWorkspaceOptionspublic NOptional<Boolean> reset()
reset in interface NWorkspaceOptionspublic NOptional<Boolean> resetHard()
resetHard in interface NWorkspaceOptionspublic NOptional<Boolean> commandVersion()
commandVersion in interface NWorkspaceOptionspublic NOptional<Boolean> commandHelp()
commandHelp in interface NWorkspaceOptionspublic NOptional<Boolean> installCompanions()
installCompanions in interface NWorkspaceOptionspublic NOptional<Boolean> skipWelcome()
skipWelcome in interface NWorkspaceOptionspublic NOptional<String> outLinePrefix()
outLinePrefix in interface NWorkspaceOptionspublic NOptional<String> errLinePrefix()
errLinePrefix in interface NWorkspaceOptionspublic NOptional<Boolean> skipBoot()
skipBoot in interface NWorkspaceOptionspublic NOptional<Boolean> trace()
trace in interface NWorkspaceOptionspublic NOptional<String> progressOptions()
progressOptions in interface NWorkspaceOptionspublic NOptional<Boolean> cached()
cached in interface NWorkspaceOptionspublic NOptional<Boolean> indexed()
indexed in interface NWorkspaceOptionspublic NOptional<Boolean> transitive()
transitive in interface NWorkspaceOptionspublic NOptional<Boolean> bot()
bot in interface NWorkspaceOptionspublic NOptional<NFetchStrategy> fetchStrategy()
fetchStrategy in interface NWorkspaceOptionspublic NOptional<InputStream> stdin()
stdin in interface NWorkspaceOptionspublic NOptional<PrintStream> stdout()
stdout in interface NWorkspaceOptionspublic NOptional<PrintStream> stderr()
stderr in interface NWorkspaceOptionspublic NOptional<ExecutorService> executorService()
executorService in interface NWorkspaceOptionspublic NOptional<Instant> expireTime()
expireTime in interface NWorkspaceOptionspublic NOptional<Boolean> skipErrors()
skipErrors in interface NWorkspaceOptionspublic NOptional<Boolean> switchWorkspace()
switchWorkspace in interface NWorkspaceOptionspublic NOptional<List<NMsg>> errors()
errors in interface NWorkspaceOptionspublic NOptional<List<String>> customOptions()
customOptions in interface NWorkspaceOptionspublic NOptional<String> locale()
locale in interface NWorkspaceOptionspublic NOptional<String> theme()
theme in interface NWorkspaceOptionspublic NOptional<String> dependencySolver()
dependencySolver in interface NWorkspaceOptionspublic NCmdLine toCmdLine()
toCmdLine in interface NWorkspaceOptionspublic NCmdLine toCmdLine(NWorkspaceOptionsConfig config)
toCmdLine in interface NWorkspaceOptionspublic NWorkspaceOptionsBuilder builder()
builder in interface NWorkspaceOptionsCopyright © 2026 vpc open source initiative. All rights reserved.