public class KeysDelegator extends BaseDelegator implements IKeysDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION| Constructor and Description |
|---|
KeysDelegator(IOptionsServer server)
Instantiate a new KeysDelegator, providing the server object that will be used to
execute Perforce Helix attribute commands.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getKeys(GetKeysOptions opts)
Get a map of the Perforce server's keys.
|
public KeysDelegator(IOptionsServer server)
server - a concrete implementation of a Perforce Helix Serverpublic Map<String,String> getKeys(GetKeysOptions opts) throws P4JavaException
IKeysDelegatorgetKeys in interface IKeysDelegatoropts - GetKeysOptions object describing optional parameters; if null,
no options are set.P4JavaException - if an error occurs processing this method and its parameters.Copyright © 2017 Perforce Software. All Rights Reserved.