Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ViewMap<IBranchMapping> |
IBranchSpec.getBranchView()
Return the view map associated with this branch spec.
|
Modifier and Type | Method and Description |
---|---|
void |
IBranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
Set the the view map associated with this branch spec.
|
Modifier and Type | Class and Description |
---|---|
static class |
BranchSpec.BranchViewMapping
Simple default implementation of the IViewMapping interface.
|
Modifier and Type | Field and Description |
---|---|
protected ViewMap<IBranchMapping> |
BranchSpec.branchView |
Modifier and Type | Method and Description |
---|---|
ViewMap<IBranchMapping> |
BranchSpec.getBranchView() |
Modifier and Type | Method and Description |
---|---|
void |
BranchSpec.setBranchView(ViewMap<IBranchMapping> branchView) |
Constructor and Description |
---|
BranchSpec(String name,
String ownerName,
String description,
boolean locked,
Date accessed,
Date updated,
ViewMap<IBranchMapping> branchView)
Construct a new BranchSpec from explicit field values.
|
Copyright © 2017 Perforce Software. All Rights Reserved.