public abstract class RemoteNWorkspace extends AbstractNWorkspace
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.boot.NBootOptionsInfo |
callerBootOptionsInfo |
| Constructor and Description |
|---|
RemoteNWorkspace(net.thevpc.nuts.boot.NBootOptionsInfo info) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
createCall(String commandName,
net.thevpc.nuts.elem.NElement body) |
net.thevpc.nuts.elem.NElement |
createCall(String commandName,
String callId,
net.thevpc.nuts.elem.NElement body) |
net.thevpc.nuts.boot.NBootOptionsInfo |
getCallerBootOptionsInfo() |
<T> T |
remoteCall(net.thevpc.nuts.elem.NElement call,
Class<T> expectedType) |
addInstallListener, addPropertyListener, addRepositoryListener, addWorkspaceListener, callWith, close, installListeners, isSharedInstance, propertyListeners, removeInstallListener, removePropertyListener, removeRepositoryListener, removeWorkspaceListener, repositoryListeners, runWith, setSharedInstance, share, toString, workspaceListenersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddCommand, addCommandFactory, addImports, addLauncher, addRepository, addRepository, allImports, apiId, apiVersion, appId, availableArchetypes, bootClassLoader, bootClassWorldURLs, bootExtensionClassLoaderNodes, bootOptions, bootRepositories, bootRuntimeClassLoaderNode, bootTerminal, bootVersion, buildEffectiveCommand, call, clearImports, commandExists, commandFactories, commandFactoryExists, configMap, createSession, creationDuration, creationFinishTime, creationStartTime, currentSession, defaultRepositories, digestName, extensions, findAllCommands, findCommand, findCommand, findCommandsByOwner, findRepositoryById, findRepositoryByName, findSysCommand, get, getConfigProperty, getCustomBootOption, getDefaultIdBasedir, getDefaultIdContentExtension, getDefaultIdExtension, getDefaultIdFilename, getHomeLocation, getHomeLocation, getOrComputeProperty, getOrComputeProperty, getProperty, getProperty, getRepository, homeLocations, indexStoreClientFactory, isFirstBoot, isImportedGroupId, isReadOnly, isSupportedRepositoryType, isSystemWorkspace, javaCommand, javaOptions, loadBootConfig, location, name, of, pid, properties, removeAllRepositories, removeCommand, removeCommandFactory, removeCommandFactoryIfExists, removeCommandIfExists, removeImports, removeRepository, repositories, repositoryStoreStrategy, resolveEffectiveDescriptor, resolveEffectiveDescriptor, resolveRepositoryPath, run, runApplication, runtimeId, saveConfig, saveConfig, setConfigProperty, setHomeLocation, setProperty, setStoreLocation, storedConfig, storeLayout, storeLayout, storeLocations, storeStrategy, storeStrategy, updateCommand, updateImports, uuid, workspaceLocationprotected net.thevpc.nuts.boot.NBootOptionsInfo callerBootOptionsInfo
public RemoteNWorkspace(net.thevpc.nuts.boot.NBootOptionsInfo info)
public net.thevpc.nuts.boot.NBootOptionsInfo getCallerBootOptionsInfo()
public net.thevpc.nuts.elem.NElement createCall(String commandName, net.thevpc.nuts.elem.NElement body)
public net.thevpc.nuts.elem.NElement createCall(String commandName, String callId, net.thevpc.nuts.elem.NElement body)
public <T> T remoteCall(net.thevpc.nuts.elem.NElement call,
Class<T> expectedType)
Copyright © 2026 vpc open source initiative. All rights reserved.