| Constructor and Description |
|---|
NdiScriptOptions() |
| Modifier and Type | Method and Description |
|---|---|
NdiScriptOptions |
copy() |
String |
getId() |
net.thevpc.nuts.NutsLauncherOptions |
getLauncher() |
net.thevpc.nuts.NutsVersion |
getNutsApiVersion() |
net.thevpc.nuts.NutsSession |
getSession() |
Path |
getWorkspaceLocation() |
boolean |
isAddNutsScript() |
boolean |
isFetch() |
boolean |
isForceBoot() |
boolean |
isIncludeEnv() |
net.thevpc.nuts.NutsWorkspaceBootConfig |
loadSwitchWorkspaceLocationConfig(String switchWorkspaceLocation) |
net.thevpc.nuts.NutsPath |
resolveBinFolder() |
net.thevpc.nuts.NutsPath |
resolveIncFolder() |
net.thevpc.nuts.NutsPath |
resolveNutsApiAppsFolder() |
net.thevpc.nuts.NutsDefinition |
resolveNutsApiDef() |
net.thevpc.nuts.NutsId |
resolveNutsApiId() |
net.thevpc.nuts.NutsPath |
resolveNutsApiJarPath() |
net.thevpc.nuts.NutsPath |
resolveNutsAppsFolder() |
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.NutsLauncherOptions launcher) |
NdiScriptOptions |
setSession(net.thevpc.nuts.NutsSession session) |
public net.thevpc.nuts.NutsLauncherOptions getLauncher()
public NdiScriptOptions setLauncher(net.thevpc.nuts.NutsLauncherOptions 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 net.thevpc.nuts.NutsSession getSession()
public NdiScriptOptions setSession(net.thevpc.nuts.NutsSession session)
public boolean isIncludeEnv()
public NdiScriptOptions setIncludeEnv(boolean includeEnv)
public NdiScriptOptions copy()
public net.thevpc.nuts.NutsPath resolveNutsApiJarPath()
public net.thevpc.nuts.NutsPath resolveBinFolder()
public net.thevpc.nuts.NutsPath resolveIncFolder()
public net.thevpc.nuts.NutsPath resolveNutsAppsFolder()
public net.thevpc.nuts.NutsPath resolveNutsApiAppsFolder()
public net.thevpc.nuts.NutsDefinition resolveNutsApiDef()
public net.thevpc.nuts.NutsId resolveNutsApiId()
public net.thevpc.nuts.NutsVersion getNutsApiVersion()
public Path getWorkspaceLocation()
public net.thevpc.nuts.NutsWorkspaceBootConfig loadSwitchWorkspaceLocationConfig(String switchWorkspaceLocation)
Copyright © 2022 vpc open source initiative. All rights reserved.