Package | Description |
---|---|
aQute.bnd.remoteworkspace.client | |
aQute.bnd.remoteworkspace.server |
Modifier and Type | Method and Description |
---|---|
static RemoteWorkspace |
RemoteWorkspaceClientFactory.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.
|
static RemoteWorkspace |
RemoteWorkspaceClientFactory.create(int port,
RemoteWorkspaceClient client)
Create a Remote Workspace on a specific port.
|
private static RemoteWorkspace |
RemoteWorkspaceClientFactory.findRemoteWorkspace(java.io.File dir,
FunctionWithException<java.lang.Integer,RemoteWorkspace> attach) |
Modifier and Type | Method and Description |
---|---|
private static RemoteWorkspace |
RemoteWorkspaceClientFactory.findRemoteWorkspace(java.io.File dir,
FunctionWithException<java.lang.Integer,RemoteWorkspace> attach) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RemoteWorkspaceServer.Instance
Holds the implementations of the
RemoteWorkspace |