Uses of Interface
aQute.bnd.service.remoteworkspace.RemoteWorkspace
-
Packages that use RemoteWorkspace Package Description aQute.bnd.remoteworkspace.client aQute.bnd.remoteworkspace.server -
-
Uses of RemoteWorkspace in aQute.bnd.remoteworkspace.client
Methods in aQute.bnd.remoteworkspace.client that return RemoteWorkspace Modifier and Type Method Description static RemoteWorkspaceRemoteWorkspaceClientFactory. create(int port, RemoteWorkspaceClient client)Create a Remote Workspace on a specific port.static RemoteWorkspaceRemoteWorkspaceClientFactory. create(java.io.File dir, RemoteWorkspaceClient client)Create a Remote Workspace object that communicates with a Remote Workspace server on the same machine on the loopback interface.private static RemoteWorkspaceRemoteWorkspaceClientFactory. findRemoteWorkspace(java.io.File dir, FunctionWithException<java.lang.Integer,RemoteWorkspace> attach)Method parameters in aQute.bnd.remoteworkspace.client with type arguments of type RemoteWorkspace Modifier and Type Method Description private static RemoteWorkspaceRemoteWorkspaceClientFactory. findRemoteWorkspace(java.io.File dir, FunctionWithException<java.lang.Integer,RemoteWorkspace> attach) -
Uses of RemoteWorkspace in aQute.bnd.remoteworkspace.server
Classes in aQute.bnd.remoteworkspace.server that implement RemoteWorkspace Modifier and Type Class Description (package private) classRemoteWorkspaceServer.InstanceHolds the implementations of theRemoteWorkspace
-