|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CmdSpec | |
|---|---|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of CmdSpec in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server with parameters of type CmdSpec | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object>[] |
Server.execMapCmd(CmdSpec cmdSpec,
java.lang.String[] cmdArgs,
java.util.Map<java.lang.String,java.lang.Object> inMap)
|
java.io.InputStream |
Server.execStreamCmd(CmdSpec cmdSpec,
java.lang.String[] cmdArgs)
|
| Uses of CmdSpec in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server that return CmdSpec | |
|---|---|
static CmdSpec |
CmdSpec.getValidP4JCmdSpec(java.lang.String str)
Return non-null p4j cmd spec iff the passed-in string can be decoded as a valid P4CJCmdSpec. |
static CmdSpec |
CmdSpec.valueOf(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||