public class DefaultNBootOptions extends Object implements NBootOptions
| Constructor and Description |
|---|
DefaultNBootOptions(List<String> outputFormatOptions,
List<String> customOptions,
NVersion apiVersion,
NId runtimeId,
String javaCommand,
String javaOptions,
String workspace,
String outLinePrefix,
String errLinePrefix,
String name,
Boolean installCompanions,
Boolean skipWelcome,
Boolean skipBoot,
Boolean system,
Boolean gui,
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,
NIsolationLevel isolationLevel,
Boolean initLaunchers,
Boolean initScripts,
Boolean initPlatforms,
Boolean initJava,
List<String> excludedExtensions,
List<String> repositories,
String userName,
char[] credentials,
NTerminalMode terminalMode,
Boolean readOnly,
Boolean trace,
String progressOptions,
String dependencySolver,
NLogConfig logConfig,
NConfirmationMode confirm,
NContentType outputFormat,
List<String> applicationArguments,
NOpenMode openMode,
Instant creationTime,
Supplier<ClassLoader> classLoaderSupplier,
List<String> executorOptions,
String debug,
NExecutionType executionType,
NRunAs runAs,
String archetype,
Map<NStoreType,String> storeLocations,
Map<NHomeLocation,String> homeLocations,
NOsFamily storeLayout,
NStoreStrategy storeStrategy,
NStoreStrategy repositoryStoreStrategy,
NFetchStrategy fetchStrategy,
InputStream stdin,
PrintStream stdout,
PrintStream stderr,
ExecutorService executorService,
Instant expireTime,
List<NMsg> errors,
Boolean skipErrors,
String locale,
String theme,
String uuid,
List<String> bootRepositories,
NClassLoaderNode runtimeBootDependencyNode,
List<NBootDescriptor> extensionBootDescriptors,
List<NClassLoaderNode> extensionBootDependencyNodes,
List<URL> classWorldURLs,
Set<String> extensionsSet,
NBootWorkspaceFactory bootWorkspaceFactory,
NBootDescriptor runtimeBootDescriptor,
ClassLoader classWorldLoader,
NSupportMode desktopLauncher,
NSupportMode menuLauncher,
NSupportMode userLauncher,
Boolean previewRepo,
Boolean sharedInstance) |
public DefaultNBootOptions(List<String> outputFormatOptions, List<String> customOptions, NVersion apiVersion, NId runtimeId, String javaCommand, String javaOptions, String workspace, String outLinePrefix, String errLinePrefix, String name, Boolean installCompanions, Boolean skipWelcome, Boolean skipBoot, Boolean system, Boolean gui, 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, NIsolationLevel isolationLevel, Boolean initLaunchers, Boolean initScripts, Boolean initPlatforms, Boolean initJava, List<String> excludedExtensions, List<String> repositories, String userName, char[] credentials, NTerminalMode terminalMode, Boolean readOnly, Boolean trace, String progressOptions, String dependencySolver, NLogConfig logConfig, NConfirmationMode confirm, NContentType outputFormat, List<String> applicationArguments, NOpenMode openMode, Instant creationTime, Supplier<ClassLoader> classLoaderSupplier, List<String> executorOptions, String debug, NExecutionType executionType, NRunAs runAs, String archetype, Map<NStoreType,String> storeLocations, Map<NHomeLocation,String> homeLocations, NOsFamily storeLayout, NStoreStrategy storeStrategy, NStoreStrategy repositoryStoreStrategy, NFetchStrategy fetchStrategy, InputStream stdin, PrintStream stdout, PrintStream stderr, ExecutorService executorService, Instant expireTime, List<NMsg> errors, Boolean skipErrors, String locale, String theme, String uuid, List<String> bootRepositories, NClassLoaderNode runtimeBootDependencyNode, List<NBootDescriptor> extensionBootDescriptors, List<NClassLoaderNode> extensionBootDependencyNodes, List<URL> classWorldURLs, Set<String> extensionsSet, NBootWorkspaceFactory bootWorkspaceFactory, NBootDescriptor runtimeBootDescriptor, ClassLoader classWorldLoader, NSupportMode desktopLauncher, NSupportMode menuLauncher, NSupportMode userLauncher, Boolean previewRepo, Boolean sharedInstance)
public NOptional<Boolean> previewRepo()
previewRepo in interface NBootOptionspublic NOptional<Boolean> sharedInstance()
sharedInstance in interface NBootOptionspublic NOptional<NSupportMode> desktopLauncher()
desktopLauncher in interface NBootOptionspublic NOptional<NSupportMode> menuLauncher()
menuLauncher in interface NBootOptionspublic NOptional<NSupportMode> userLauncher()
userLauncher in interface NBootOptionspublic NOptional<NIsolationLevel> isolationLevel()
isolationLevel in interface NBootOptionspublic NOptional<Boolean> initLaunchers()
initLaunchers in interface NBootOptionspublic NOptional<Boolean> initScripts()
initScripts in interface NBootOptionspublic NOptional<Boolean> initPlatforms()
initPlatforms in interface NBootOptionspublic NOptional<Boolean> initJava()
initJava in interface NBootOptionspublic NOptional<NVersion> apiVersion()
apiVersion in interface NBootOptionspublic NOptional<List<String>> applicationArguments()
applicationArguments in interface NBootOptionspublic NOptional<String> archetype()
archetype in interface NBootOptionspublic NOptional<Supplier<ClassLoader>> classLoaderSupplier()
classLoaderSupplier in interface NBootOptionspublic NOptional<NConfirmationMode> confirm()
confirm in interface NBootOptionspublic NOptional<Boolean> dry()
dry in interface NBootOptionspublic NOptional<Boolean> showStacktrace()
showStacktrace in interface NBootOptionspublic NOptional<Instant> creationTime()
creationTime in interface NBootOptionspublic NOptional<List<String>> excludedExtensions()
excludedExtensions in interface NBootOptionspublic NOptional<NExecutionType> executionType()
executionType in interface NBootOptionspublic NOptional<NRunAs> runAs()
runAs in interface NBootOptionspublic NOptional<List<String>> executorOptions()
executorOptions in interface NBootOptionspublic NOptional<String> getHomeLocation(NHomeLocation location)
getHomeLocation in interface NBootOptionspublic NOptional<Map<NHomeLocation,String>> homeLocations()
homeLocations in interface NBootOptionspublic NOptional<String> javaCommand()
javaCommand in interface NBootOptionspublic NOptional<String> javaOptions()
javaOptions in interface NBootOptionspublic NOptional<NLogConfig> logConfig()
logConfig in interface NBootOptionspublic NOptional<String> name()
name in interface NBootOptionspublic NOptional<NOpenMode> openMode()
openMode in interface NBootOptionspublic NOptional<NContentType> outputFormat()
outputFormat in interface NBootOptionspublic NOptional<List<String>> outputFormatOptions()
outputFormatOptions in interface NBootOptionspublic NOptional<char[]> credential()
credential in interface NBootOptionspublic NOptional<NStoreStrategy> repositoryStoreStrategy()
repositoryStoreStrategy in interface NBootOptionspublic NOptional<NId> runtimeId()
runtimeId in interface NBootOptionspublic NOptional<String> getStoreType(NStoreType folder)
getStoreType in interface NBootOptionspublic NOptional<NOsFamily> storeLayout()
storeLayout in interface NBootOptionspublic NOptional<NStoreStrategy> storeStrategy()
storeStrategy in interface NBootOptionspublic NOptional<Map<NStoreType,String>> storeLocations()
storeLocations in interface NBootOptionspublic NOptional<NTerminalMode> terminalMode()
terminalMode in interface NBootOptionspublic NOptional<List<String>> repositories()
repositories in interface NBootOptionspublic NOptional<String> userName()
userName in interface NBootOptionspublic NOptional<String> workspace()
workspace in interface NBootOptionspublic NOptional<String> debug()
debug in interface NBootOptionspublic NOptional<Boolean> system()
system in interface NBootOptionspublic NOptional<Boolean> gui()
gui in interface NBootOptionspublic NOptional<Boolean> inherited()
inherited in interface NBootOptionspublic NOptional<Boolean> readOnly()
readOnly in interface NBootOptionspublic NOptional<Boolean> recover()
recover in interface NBootOptionspublic NOptional<Boolean> reset()
reset in interface NBootOptionspublic NOptional<Boolean> resetHard()
resetHard in interface NBootOptionspublic NOptional<Boolean> commandVersion()
commandVersion in interface NBootOptionspublic NOptional<Boolean> commandHelp()
commandHelp in interface NBootOptionspublic NOptional<Boolean> installCompanions()
installCompanions in interface NBootOptionspublic NOptional<Boolean> skipWelcome()
skipWelcome in interface NBootOptionspublic NOptional<String> outLinePrefix()
outLinePrefix in interface NBootOptionspublic NOptional<String> errLinePrefix()
errLinePrefix in interface NBootOptionspublic NOptional<Boolean> skipBoot()
skipBoot in interface NBootOptionspublic NOptional<Boolean> trace()
trace in interface NBootOptionspublic NOptional<String> progressOptions()
progressOptions in interface NBootOptionspublic NOptional<Boolean> cached()
cached in interface NBootOptionspublic NOptional<Boolean> indexed()
indexed in interface NBootOptionspublic NOptional<Boolean> transitive()
transitive in interface NBootOptionspublic NOptional<Boolean> bot()
bot in interface NBootOptionspublic NOptional<NFetchStrategy> fetchStrategy()
fetchStrategy in interface NBootOptionspublic NOptional<InputStream> stdin()
stdin in interface NBootOptionspublic NOptional<PrintStream> stdout()
stdout in interface NBootOptionspublic NOptional<PrintStream> stderr()
stderr in interface NBootOptionspublic NOptional<ExecutorService> executorService()
executorService in interface NBootOptionspublic NOptional<Instant> expireTime()
expireTime in interface NBootOptionspublic NOptional<Boolean> skipErrors()
skipErrors in interface NBootOptionspublic NOptional<Boolean> switchWorkspace()
switchWorkspace in interface NBootOptionspublic NOptional<List<NMsg>> errors()
errors in interface NBootOptionspublic NOptional<List<String>> customOptions()
customOptions in interface NBootOptionspublic NOptional<List<NArg>> customOptionArgs()
customOptionArgs in interface NBootOptionspublic NOptional<NArg> customOptionArg(String key)
customOptionArg in interface NBootOptionspublic NOptional<String> customOption(String key)
customOption in interface NBootOptionspublic NOptional<String> locale()
locale in interface NBootOptionspublic NOptional<String> theme()
theme in interface NBootOptionspublic NOptional<String> dependencySolver()
dependencySolver in interface NBootOptionspublic NBootOptions toReadOnly()
toReadOnly in interface NBootOptionspublic NCmdLine toCmdLine()
toCmdLine in interface NBootOptionspublic NCmdLine toCmdLine(NWorkspaceOptionsConfig config)
toCmdLine in interface NBootOptionspublic NBootOptionsBuilder builder()
builder in interface NBootOptionspublic NOptional<List<String>> bootRepositories()
bootRepositories in interface NBootOptionspublic NOptional<NClassLoaderNode> runtimeBootDependencyNode()
runtimeBootDependencyNode in interface NBootOptionspublic NOptional<List<NBootDescriptor>> extensionBootDescriptors()
extensionBootDescriptors in interface NBootOptionspublic NOptional<List<NClassLoaderNode>> extensionBootDependencyNodes()
extensionBootDependencyNodes in interface NBootOptionspublic NOptional<NBootWorkspaceFactory> bootWorkspaceFactory()
bootWorkspaceFactory in interface NBootOptionspublic NOptional<List<URL>> classWorldURLs()
classWorldURLs in interface NBootOptionspublic NOptional<ClassLoader> classWorldLoader()
classWorldLoader in interface NBootOptionspublic NOptional<String> uuid()
uuid in interface NBootOptionspublic NOptional<Set<String>> extensionsSet()
extensionsSet in interface NBootOptionspublic NOptional<NBootDescriptor> runtimeBootDescriptor()
runtimeBootDescriptor in interface NBootOptionspublic NBootOptionsInfo toBootOptions()
toBootOptions in interface NBootOptionspublic NWorkspaceOptions toWorkspaceOptions()
toWorkspaceOptions in interface NBootOptionsCopyright © 2026 vpc open source initiative. All rights reserved.