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> 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> 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> getPreviewRepo()
getPreviewRepo in interface NWorkspaceOptionspublic NOptional<Boolean> getSharedInstance()
getSharedInstance in interface NWorkspaceOptionspublic NOptional<NSupportMode> getDesktopLauncher()
getDesktopLauncher in interface NWorkspaceOptionspublic NOptional<NSupportMode> getMenuLauncher()
getMenuLauncher in interface NWorkspaceOptionspublic NOptional<NSupportMode> getUserLauncher()
getUserLauncher in interface NWorkspaceOptionspublic NOptional<NIsolationLevel> getIsolationLevel()
getIsolationLevel in interface NWorkspaceOptionspublic NOptional<Boolean> getInitLaunchers()
getInitLaunchers in interface NWorkspaceOptionspublic NOptional<Boolean> getInitScripts()
getInitScripts in interface NWorkspaceOptionspublic NOptional<Boolean> getInitPlatforms()
getInitPlatforms in interface NWorkspaceOptionspublic NOptional<Boolean> getInitJava()
getInitJava in interface NWorkspaceOptionspublic NOptional<NVersion> getApiVersion()
getApiVersion in interface NWorkspaceOptionspublic NOptional<List<String>> getApplicationArguments()
getApplicationArguments in interface NWorkspaceOptionspublic NOptional<String> getArchetype()
getArchetype in interface NWorkspaceOptionspublic NOptional<Supplier<ClassLoader>> getClassLoaderSupplier()
getClassLoaderSupplier in interface NWorkspaceOptionspublic NOptional<NConfirmationMode> getConfirm()
getConfirm in interface NWorkspaceOptionspublic NOptional<Boolean> getDry()
getDry in interface NWorkspaceOptionspublic NOptional<Boolean> getShowStacktrace()
getShowStacktrace in interface NWorkspaceOptionspublic NOptional<Instant> getCreationTime()
getCreationTime in interface NWorkspaceOptionspublic NOptional<List<String>> getExcludedExtensions()
getExcludedExtensions in interface NWorkspaceOptionspublic NOptional<NExecutionType> getExecutionType()
getExecutionType in interface NWorkspaceOptionspublic NOptional<NRunAs> getRunAs()
getRunAs in interface NWorkspaceOptionspublic NOptional<List<String>> getExecutorOptions()
getExecutorOptions in interface NWorkspaceOptionspublic NOptional<String> getHomeLocation(NHomeLocation location)
getHomeLocation in interface NWorkspaceOptionspublic NOptional<Map<NHomeLocation,String>> getHomeLocations()
getHomeLocations in interface NWorkspaceOptionspublic NOptional<String> getJavaCommand()
getJavaCommand in interface NWorkspaceOptionspublic NOptional<String> getJavaOptions()
getJavaOptions in interface NWorkspaceOptionspublic NOptional<NLogConfig> getLogConfig()
getLogConfig in interface NWorkspaceOptionspublic NOptional<String> getName()
getName in interface NWorkspaceOptionspublic NOptional<NOpenMode> getOpenMode()
getOpenMode in interface NWorkspaceOptionspublic NOptional<NContentType> getOutputFormat()
getOutputFormat in interface NWorkspaceOptionspublic NOptional<List<String>> getOutputFormatOptions()
getOutputFormatOptions in interface NWorkspaceOptionspublic NOptional<char[]> getCredentials()
getCredentials in interface NWorkspaceOptionspublic NOptional<NStoreStrategy> getRepositoryStoreStrategy()
getRepositoryStoreStrategy in interface NWorkspaceOptionspublic NOptional<NId> getRuntimeId()
getRuntimeId in interface NWorkspaceOptionspublic NOptional<String> getStoreType(NStoreType folder)
getStoreType in interface NWorkspaceOptionspublic NOptional<NOsFamily> getStoreLayout()
getStoreLayout in interface NWorkspaceOptionspublic NOptional<NStoreStrategy> getStoreStrategy()
getStoreStrategy in interface NWorkspaceOptionspublic NOptional<Map<NStoreType,String>> getStoreLocations()
getStoreLocations in interface NWorkspaceOptionspublic NOptional<NTerminalMode> getTerminalMode()
getTerminalMode in interface NWorkspaceOptionspublic NOptional<List<String>> getRepositories()
getRepositories in interface NWorkspaceOptionspublic NOptional<String> getUserName()
getUserName in interface NWorkspaceOptionspublic NOptional<String> getWorkspace()
getWorkspace in interface NWorkspaceOptionspublic NOptional<String> getDebug()
getDebug in interface NWorkspaceOptionspublic NOptional<Boolean> getSystem()
getSystem in interface NWorkspaceOptionspublic NOptional<Boolean> getGui()
getGui in interface NWorkspaceOptionspublic NOptional<Boolean> getInherited()
getInherited in interface NWorkspaceOptionspublic NOptional<Boolean> getReadOnly()
getReadOnly in interface NWorkspaceOptionspublic NOptional<Boolean> getRecover()
getRecover in interface NWorkspaceOptionspublic NOptional<Boolean> getReset()
getReset in interface NWorkspaceOptionspublic NOptional<Boolean> getResetHard()
getResetHard in interface NWorkspaceOptionspublic NOptional<Boolean> getCommandVersion()
getCommandVersion in interface NWorkspaceOptionspublic NOptional<Boolean> getCommandHelp()
getCommandHelp in interface NWorkspaceOptionspublic NOptional<Boolean> getInstallCompanions()
getInstallCompanions in interface NWorkspaceOptionspublic NOptional<Boolean> getSkipWelcome()
getSkipWelcome in interface NWorkspaceOptionspublic NOptional<String> getOutLinePrefix()
getOutLinePrefix in interface NWorkspaceOptionspublic NOptional<String> getErrLinePrefix()
getErrLinePrefix in interface NWorkspaceOptionspublic NOptional<Boolean> getSkipBoot()
getSkipBoot in interface NWorkspaceOptionspublic NOptional<Boolean> getTrace()
getTrace in interface NWorkspaceOptionspublic NOptional<String> getProgressOptions()
getProgressOptions in interface NWorkspaceOptionspublic NOptional<Boolean> getCached()
getCached in interface NWorkspaceOptionspublic NOptional<Boolean> getIndexed()
getIndexed in interface NWorkspaceOptionspublic NOptional<Boolean> getTransitive()
getTransitive in interface NWorkspaceOptionspublic NOptional<Boolean> getBot()
getBot in interface NWorkspaceOptionspublic NOptional<NFetchStrategy> getFetchStrategy()
getFetchStrategy in interface NWorkspaceOptionspublic NOptional<InputStream> getStdin()
getStdin in interface NWorkspaceOptionspublic NOptional<PrintStream> getStdout()
getStdout in interface NWorkspaceOptionspublic NOptional<PrintStream> getStderr()
getStderr in interface NWorkspaceOptionspublic NOptional<ExecutorService> getExecutorService()
getExecutorService in interface NWorkspaceOptionspublic NOptional<Instant> getExpireTime()
getExpireTime in interface NWorkspaceOptionspublic NOptional<Boolean> getSkipErrors()
getSkipErrors in interface NWorkspaceOptionspublic NOptional<Boolean> getSwitchWorkspace()
getSwitchWorkspace in interface NWorkspaceOptionspublic NOptional<List<NMsg>> getErrors()
getErrors in interface NWorkspaceOptionspublic NOptional<List<String>> getCustomOptions()
getCustomOptions in interface NWorkspaceOptionspublic NOptional<String> getLocale()
getLocale in interface NWorkspaceOptionspublic NOptional<String> getTheme()
getTheme in interface NWorkspaceOptionspublic NOptional<String> getDependencySolver()
getDependencySolver in interface NWorkspaceOptionspublic NCmdLine toCmdLine()
toCmdLine in interface NWorkspaceOptionspublic NCmdLine toCmdLine(NWorkspaceOptionsConfig config)
toCmdLine in interface NWorkspaceOptionspublic NWorkspaceOptionsBuilder builder()
builder in interface NWorkspaceOptionsCopyright © 2025 vpc open source initiative. All rights reserved.