| Package | Description |
|---|---|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.impl.mapbased.server.cmd | |
| com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
| com.perforce.p4java.server.delegator |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerInfo
Default simple implementation for server info interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected IServerInfo |
Server.serverInfo |
| Modifier and Type | Method and Description |
|---|---|
IServerInfo |
Server.getCurrentServerInfo() |
IServerInfo |
Server.getServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.setCurrentServerInfo(IServerInfo info) |
| Modifier and Type | Method and Description |
|---|---|
IServerInfo |
InfoDelegator.getServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
IServerInfo |
IServer.getCurrentServerInfo()
Get the server's Info object without calling `p4 info`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IServer.setCurrentServerInfo(IServerInfo info)
Set the server's Info object without calling `p4 info`.
|
| Modifier and Type | Method and Description |
|---|---|
IServerInfo |
IInfoDelegator.getServerInfo()
Gets the server info.
|
Copyright © 2017 Perforce Software. All Rights Reserved.