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> getPreviewRepo()
getPreviewRepo in interface NBootOptionspublic NOptional<Boolean> getSharedInstance()
getSharedInstance in interface NBootOptionspublic NOptional<NSupportMode> getDesktopLauncher()
getDesktopLauncher in interface NBootOptionspublic NOptional<NSupportMode> getMenuLauncher()
getMenuLauncher in interface NBootOptionspublic NOptional<NSupportMode> getUserLauncher()
getUserLauncher in interface NBootOptionspublic NOptional<NIsolationLevel> getIsolationLevel()
getIsolationLevel in interface NBootOptionspublic NOptional<Boolean> getInitLaunchers()
getInitLaunchers in interface NBootOptionspublic NOptional<Boolean> getInitScripts()
getInitScripts in interface NBootOptionspublic NOptional<Boolean> getInitPlatforms()
getInitPlatforms in interface NBootOptionspublic NOptional<Boolean> getInitJava()
getInitJava in interface NBootOptionspublic NOptional<NVersion> getApiVersion()
getApiVersion in interface NBootOptionspublic NOptional<List<String>> getApplicationArguments()
getApplicationArguments in interface NBootOptionspublic NOptional<String> getArchetype()
getArchetype in interface NBootOptionspublic NOptional<Supplier<ClassLoader>> getClassLoaderSupplier()
getClassLoaderSupplier in interface NBootOptionspublic NOptional<NConfirmationMode> getConfirm()
getConfirm in interface NBootOptionspublic NOptional<Boolean> getDry()
getDry in interface NBootOptionspublic NOptional<Boolean> getShowStacktrace()
getShowStacktrace in interface NBootOptionspublic NOptional<Instant> getCreationTime()
getCreationTime in interface NBootOptionspublic NOptional<List<String>> getExcludedExtensions()
getExcludedExtensions in interface NBootOptionspublic NOptional<NExecutionType> getExecutionType()
getExecutionType in interface NBootOptionspublic NOptional<NRunAs> getRunAs()
getRunAs in interface NBootOptionspublic NOptional<List<String>> getExecutorOptions()
getExecutorOptions in interface NBootOptionspublic NOptional<String> getHomeLocation(NHomeLocation location)
getHomeLocation in interface NBootOptionspublic NOptional<Map<NHomeLocation,String>> getHomeLocations()
getHomeLocations in interface NBootOptionspublic NOptional<String> getJavaCommand()
getJavaCommand in interface NBootOptionspublic NOptional<String> getJavaOptions()
getJavaOptions in interface NBootOptionspublic NOptional<NLogConfig> getLogConfig()
getLogConfig in interface NBootOptionspublic NOptional<String> getName()
getName in interface NBootOptionspublic NOptional<NOpenMode> getOpenMode()
getOpenMode in interface NBootOptionspublic NOptional<NContentType> getOutputFormat()
getOutputFormat in interface NBootOptionspublic NOptional<List<String>> getOutputFormatOptions()
getOutputFormatOptions in interface NBootOptionspublic NOptional<char[]> getCredentials()
getCredentials in interface NBootOptionspublic NOptional<NStoreStrategy> getRepositoryStoreStrategy()
getRepositoryStoreStrategy in interface NBootOptionspublic NOptional<NId> getRuntimeId()
getRuntimeId in interface NBootOptionspublic NOptional<String> getStoreType(NStoreType folder)
getStoreType in interface NBootOptionspublic NOptional<NOsFamily> getStoreLayout()
getStoreLayout in interface NBootOptionspublic NOptional<NStoreStrategy> getStoreStrategy()
getStoreStrategy in interface NBootOptionspublic NOptional<Map<NStoreType,String>> getStoreLocations()
getStoreLocations in interface NBootOptionspublic NOptional<NTerminalMode> getTerminalMode()
getTerminalMode in interface NBootOptionspublic NOptional<List<String>> getRepositories()
getRepositories in interface NBootOptionspublic NOptional<String> getUserName()
getUserName in interface NBootOptionspublic NOptional<String> getWorkspace()
getWorkspace in interface NBootOptionspublic NOptional<String> getDebug()
getDebug in interface NBootOptionspublic NOptional<Boolean> getSystem()
getSystem in interface NBootOptionspublic NOptional<Boolean> getGui()
getGui in interface NBootOptionspublic NOptional<Boolean> getInherited()
getInherited in interface NBootOptionspublic NOptional<Boolean> getReadOnly()
getReadOnly in interface NBootOptionspublic NOptional<Boolean> getRecover()
getRecover in interface NBootOptionspublic NOptional<Boolean> getReset()
getReset in interface NBootOptionspublic NOptional<Boolean> getResetHard()
getResetHard in interface NBootOptionspublic NOptional<Boolean> getCommandVersion()
getCommandVersion in interface NBootOptionspublic NOptional<Boolean> getCommandHelp()
getCommandHelp in interface NBootOptionspublic NOptional<Boolean> getInstallCompanions()
getInstallCompanions in interface NBootOptionspublic NOptional<Boolean> getSkipWelcome()
getSkipWelcome in interface NBootOptionspublic NOptional<String> getOutLinePrefix()
getOutLinePrefix in interface NBootOptionspublic NOptional<String> getErrLinePrefix()
getErrLinePrefix in interface NBootOptionspublic NOptional<Boolean> getSkipBoot()
getSkipBoot in interface NBootOptionspublic NOptional<Boolean> getTrace()
getTrace in interface NBootOptionspublic NOptional<String> getProgressOptions()
getProgressOptions in interface NBootOptionspublic NOptional<Boolean> getCached()
getCached in interface NBootOptionspublic NOptional<Boolean> getIndexed()
getIndexed in interface NBootOptionspublic NOptional<Boolean> getTransitive()
getTransitive in interface NBootOptionspublic NOptional<Boolean> getBot()
getBot in interface NBootOptionspublic NOptional<NFetchStrategy> getFetchStrategy()
getFetchStrategy in interface NBootOptionspublic NOptional<InputStream> getStdin()
getStdin in interface NBootOptionspublic NOptional<PrintStream> getStdout()
getStdout in interface NBootOptionspublic NOptional<PrintStream> getStderr()
getStderr in interface NBootOptionspublic NOptional<ExecutorService> getExecutorService()
getExecutorService in interface NBootOptionspublic NOptional<Instant> getExpireTime()
getExpireTime in interface NBootOptionspublic NOptional<Boolean> getSkipErrors()
getSkipErrors in interface NBootOptionspublic NOptional<Boolean> getSwitchWorkspace()
getSwitchWorkspace in interface NBootOptionspublic NOptional<List<NMsg>> getErrors()
getErrors in interface NBootOptionspublic NOptional<List<String>> getCustomOptions()
getCustomOptions in interface NBootOptionspublic NOptional<List<NArg>> getCustomOptionArgs()
getCustomOptionArgs in interface NBootOptionspublic NOptional<NArg> getCustomOptionArg(String key)
getCustomOptionArg in interface NBootOptionspublic NOptional<String> getCustomOption(String key)
getCustomOption in interface NBootOptionspublic NOptional<String> getLocale()
getLocale in interface NBootOptionspublic NOptional<String> getTheme()
getTheme in interface NBootOptionspublic NOptional<String> getDependencySolver()
getDependencySolver in interface NBootOptionspublic NBootOptions readOnly()
readOnly 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>> getBootRepositories()
getBootRepositories in interface NBootOptionspublic NOptional<NClassLoaderNode> getRuntimeBootDependencyNode()
getRuntimeBootDependencyNode in interface NBootOptionspublic NOptional<List<NBootDescriptor>> getExtensionBootDescriptors()
getExtensionBootDescriptors in interface NBootOptionspublic NOptional<List<NClassLoaderNode>> getExtensionBootDependencyNodes()
getExtensionBootDependencyNodes in interface NBootOptionspublic NOptional<NBootWorkspaceFactory> getBootWorkspaceFactory()
getBootWorkspaceFactory in interface NBootOptionspublic NOptional<List<URL>> getClassWorldURLs()
getClassWorldURLs in interface NBootOptionspublic NOptional<ClassLoader> getClassWorldLoader()
getClassWorldLoader in interface NBootOptionspublic NOptional<String> getUuid()
getUuid in interface NBootOptionspublic NOptional<Set<String>> getExtensionsSet()
getExtensionsSet in interface NBootOptionspublic NOptional<NBootDescriptor> getRuntimeBootDescriptor()
getRuntimeBootDescriptor in interface NBootOptionspublic NBootOptionsInfo toBootOptions()
toBootOptions in interface NBootOptionspublic NWorkspaceOptions toWorkspaceOptions()
toWorkspaceOptions in interface NBootOptionsCopyright © 2025 vpc open source initiative. All rights reserved.