Class InfoDelegator
- java.lang.Object
-
- com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
-
- com.perforce.p4java.impl.mapbased.server.cmd.InfoDelegator
-
- All Implemented Interfaces:
IInfoDelegator
public class InfoDelegator extends BaseDelegator implements IInfoDelegator
Implementation for 'p4 info' commands.
-
-
Field Summary
-
Fields inherited from class com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION
-
-
Constructor Summary
Constructors Constructor Description InfoDelegator(IOptionsServer server)
Instantiates a new info delegator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IServerInfo
getServerInfo()
Gets the server info.
-
-
-
Constructor Detail
-
InfoDelegator
public InfoDelegator(IOptionsServer server)
Instantiates a new info delegator.- Parameters:
server
- the server
-
-
Method Detail
-
getServerInfo
public IServerInfo getServerInfo() throws ConnectionException, RequestException, AccessException
Description copied from interface:IInfoDelegator
Gets the server info.- Specified by:
getServerInfo
in interfaceIInfoDelegator
- Returns:
- the server info
- Throws:
ConnectionException
- the connection exceptionRequestException
- the request exceptionAccessException
- the access exception
-
-