|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBranchSpec | |
---|---|
com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IBranchSpec in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IBranchSpec | |
---|---|
class |
BranchSpec
Simple default implementation class for the IBranchSpec interface. |
Methods in com.perforce.p4java.impl.generic.core with parameters of type IBranchSpec | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
InputMapper.map(IBranchSpec branchSpec)
|
Uses of IBranchSpec in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return IBranchSpec | |
---|---|
IBranchSpec |
IServer.getBranchSpec(java.lang.String name)
Get a specific named Perforce branch spec from the Perforce server. |
Methods in com.perforce.p4java.server with parameters of type IBranchSpec | |
---|---|
java.lang.String |
IServer.createBranchSpec(IBranchSpec branchSpec)
Create a new Perforce branch spec on the Perforce server. |
java.lang.String |
IServer.updateBranchSpec(IBranchSpec branchSpec)
Update a Perforce branch spec on the Perforce server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |