Class RpcFunctionMapKey


  • public class RpcFunctionMapKey
    extends java.lang.Object
    Defines Perforce RPC function keys and associated methods. Analogous in many ways to the C++ API's tag definitions.

    Function keys in this context are the strings used as keys in the map arguments passed between Perforce server and client. We've implemented them as a set of static strings on a class only because enums don't map well to the use of lower case, etc., and, in any case, they're fundamentally strings, dammit.

    No attempt is made here to explain the individual usage or semantics of each or any key. The order of definition below is not significant.

    Note that this list can never be definitive, given that the various jobspec and client (etc.) specs each define their own (free-form) key names which we can't check here at all.