public abstract class RemoteNutsWorkspace extends AbstractNutsWorkspace
| Constructor and Description |
|---|
RemoteNutsWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
createCall(String commandName,
net.thevpc.nuts.NutsElement body,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsElement |
createCall(String commandName,
String callId,
net.thevpc.nuts.NutsElement body,
net.thevpc.nuts.NutsSession session) |
<T> T |
remoteCall(net.thevpc.nuts.NutsElement call,
Class<T> expectedType) |
getSupportLevel, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitboot, commands, config, createSession, deploy, env, events, exec, extensions, fetch, getApiId, getApiVersion, getHashName, getLocation, getName, getRuntimeId, getUuid, imports, info, install, locations, push, repos, search, security, undeploy, uninstall, update, updateStatisticspublic net.thevpc.nuts.NutsElement createCall(String commandName, net.thevpc.nuts.NutsElement body, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsElement createCall(String commandName, String callId, net.thevpc.nuts.NutsElement body, net.thevpc.nuts.NutsSession session)
public <T> T remoteCall(net.thevpc.nuts.NutsElement call,
Class<T> expectedType)
Copyright © 2022 vpc open source initiative. All rights reserved.