| Constructor and Description |
|---|
NdiScriptOptions() |
| Modifier and Type | Method and Description |
|---|---|
NdiScriptOptions |
copy() |
String |
getId() |
net.thevpc.nuts.NLauncherOptions |
getLauncher() |
net.thevpc.nuts.NVersion |
getNutsApiVersion() |
Path |
getWorkspaceLocation() |
boolean |
isAddNutsScript() |
boolean |
isFetch() |
boolean |
isForceBoot() |
boolean |
isIncludeEnv() |
net.thevpc.nuts.NWorkspaceBootConfig |
loadSwitchWorkspaceLocationConfig(String switchWorkspaceLocation) |
net.thevpc.nuts.io.NPath |
resolveBinFolder() |
net.thevpc.nuts.io.NPath |
resolveIncFolder() |
net.thevpc.nuts.io.NPath |
resolveNutsApiBinFolder() |
net.thevpc.nuts.NDefinition |
resolveNutsApiDef() |
net.thevpc.nuts.NId |
resolveNutsApiId() |
net.thevpc.nuts.io.NPath |
resolveNutsApiJarPath() |
net.thevpc.nuts.NId |
resolveNutsAppId() |
net.thevpc.nuts.io.NPath |
resolveNutsAppJarPath() |
net.thevpc.nuts.io.NPath |
resolveNutsBinFolder() |
NdiScriptOptions |
setAddNutsScript(boolean addNutsScript) |
NdiScriptOptions |
setFetch(boolean fetch) |
NdiScriptOptions |
setForceBoot(boolean forceBoot) |
NdiScriptOptions |
setId(String id) |
NdiScriptOptions |
setIncludeEnv(boolean includeEnv) |
NdiScriptOptions |
setLauncher(net.thevpc.nuts.NLauncherOptions launcher) |
public net.thevpc.nuts.NLauncherOptions getLauncher()
public NdiScriptOptions setLauncher(net.thevpc.nuts.NLauncherOptions launcher)
public boolean isAddNutsScript()
public NdiScriptOptions setAddNutsScript(boolean addNutsScript)
public String getId()
public NdiScriptOptions setId(String id)
public boolean isForceBoot()
public NdiScriptOptions setForceBoot(boolean forceBoot)
public boolean isFetch()
public NdiScriptOptions setFetch(boolean fetch)
public boolean isIncludeEnv()
public NdiScriptOptions setIncludeEnv(boolean includeEnv)
public NdiScriptOptions copy()
public net.thevpc.nuts.io.NPath resolveNutsApiJarPath()
public net.thevpc.nuts.io.NPath resolveNutsAppJarPath()
public net.thevpc.nuts.io.NPath resolveBinFolder()
public net.thevpc.nuts.io.NPath resolveIncFolder()
public net.thevpc.nuts.io.NPath resolveNutsBinFolder()
public net.thevpc.nuts.io.NPath resolveNutsApiBinFolder()
public net.thevpc.nuts.NDefinition resolveNutsApiDef()
public net.thevpc.nuts.NId resolveNutsAppId()
public net.thevpc.nuts.NId resolveNutsApiId()
public net.thevpc.nuts.NVersion getNutsApiVersion()
public Path getWorkspaceLocation()
public net.thevpc.nuts.NWorkspaceBootConfig loadSwitchWorkspaceLocationConfig(String switchWorkspaceLocation)
Copyright © 2025 vpc open source initiative. All rights reserved.