Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
Modifier and Type | Method and Description |
---|---|
protected RpcPacketFieldRule |
RpcServer.getRpcPacketFieldRule(Map<String,Object> inMap,
CmdSpec cmdSpec)
Get the RPC packet field rule for skipping the charset conversion of a
range of RPC packet fields; leave the values as bytes.
|
Modifier and Type | Method and Description |
---|---|
static CmdSpec |
CmdSpec.getValidP4JCmdSpec(String str)
Return non-null p4j cmd spec iff the passed-in string can be decoded as a
valid P4CJCmdSpec.
|
static CmdSpec |
CmdSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmdSpec[] |
CmdSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
HelixCommandExecutor.execMapCmdList(CmdSpec cmdSpec,
String[] cmdArgs,
Map<String,Object> inMap) |
List<Map<String,Object>> |
IHelixCommandExecutor.execMapCmdList(CmdSpec cmdSpec,
String[] cmdArgs,
Map<String,Object> inMap) |
Copyright © 2017 Perforce Software. All Rights Reserved.