|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBranchMapping | |
|---|---|
| com.perforce.p4java.core | Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. |
| com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
| Uses of IBranchMapping in com.perforce.p4java.core |
|---|
| Methods in com.perforce.p4java.core that return types with arguments of type IBranchMapping | |
|---|---|
ViewMap<IBranchMapping> |
IBranchSpec.getBranchView()
Return the view map associated with this branch spec. |
| Method parameters in com.perforce.p4java.core with type arguments of type IBranchMapping | |
|---|---|
void |
IBranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
Set the the view map associated with this branch spec. |
| Uses of IBranchMapping in com.perforce.p4java.impl.generic.core |
|---|
| Classes in com.perforce.p4java.impl.generic.core that implement IBranchMapping | |
|---|---|
static class |
BranchSpec.BranchViewMapping
Simple default implementation of the IViewMapping interface. |
| Fields in com.perforce.p4java.impl.generic.core with type parameters of type IBranchMapping | |
|---|---|
protected ViewMap<IBranchMapping> |
BranchSpec.branchView
|
| Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IBranchMapping | |
|---|---|
ViewMap<IBranchMapping> |
BranchSpec.getBranchView()
|
| Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IBranchMapping | |
|---|---|
void |
BranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
|
| Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type IBranchMapping | |
|---|---|
BranchSpec(java.lang.String name,
java.lang.String ownerName,
java.lang.String description,
boolean locked,
java.util.Date accessed,
java.util.Date updated,
ViewMap<IBranchMapping> branchView)
Construct a new BranchSpec from explicit field values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||