Interface IKeysDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
KeysDelegator
,NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface IKeysDelegator
Implementation to handle the Keys command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getKeys(GetKeysOptions opts)
Get a map of the Perforce server's keys.
-
-
-
Method Detail
-
getKeys
java.util.Map<java.lang.String,java.lang.String> getKeys(GetKeysOptions opts) throws P4JavaException
Get a map of the Perforce server's keys.- Parameters:
opts
- GetKeysOptions object describing optional parameters; if null, no options are set.- Returns:
- a non-null (but possibly empty) map of keys.
- Throws:
P4JavaException
- if an error occurs processing this method and its parameters.- Since:
- 2013.1
-
-