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.client |
Provides standard implementation classes for the com.perforce.p4java.client interfaces.
|
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.
|
ViewMap<IClientViewMapping> |
IStream.getClientView()
Return the automatically generated client view map associated with this
stream.
|
ViewMap<IStreamIgnoredMapping> |
IStream.getIgnoredView()
Return the ignored view map associated with this stream.
|
ViewMap<IStreamRemappedMapping> |
IStream.getRemappedView()
Return the remapped view map associated with this stream.
|
ViewMap<IReviewSubscription> |
IUser.getReviewSubscriptions() |
ViewMap<IMapEntry> |
IDepot.getSpecMap()
For spec depots, the optional description of which specs should be saved,
as one or more patterns.
|
ViewMap<IStreamViewMapping> |
IStream.getStreamView()
Return the view map associated with this stream.
|
ViewMap<ILabelMapping> |
ILabel.getViewMapping()
Get the view mapping for this label.
|
Modifier and Type | Method and Description |
---|---|
void |
IBranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
Set the the view map associated with this branch spec.
|
void |
IStream.setClientView(ViewMap<IClientViewMapping> clientView)
Set the automatically generated client view map associated with this
stream spec.
|
void |
IStream.setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView)
Set the ignored view map associated with this stream spec.
|
void |
IStream.setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
Set the remapped view map associated with this stream spec.
|
void |
IUser.setReviewSubscriptions(ViewMap<IReviewSubscription> subs) |
void |
IStream.setStreamView(ViewMap<IStreamViewMapping> streamView)
Set the view map associated with this stream spec.
|
void |
ILabel.setViewMapping(ViewMap<ILabelMapping> viewMapping)
Set the view mapping for this label.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientView
Simple default generic implementation class for the IClientView and
associated IClientViewMapping interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected ViewMap<IBranchMapping> |
BranchSpec.branchView |
protected ViewMap<IClientViewMapping> |
Stream.clientView |
protected ViewMap<IStreamIgnoredMapping> |
Stream.ignoredView |
protected ViewMap<IStreamRemappedMapping> |
Stream.remappedView |
protected ViewMap<IStreamViewMapping> |
Stream.streamView |
protected ViewMap<ILabelMapping> |
Label.viewMapping |
Modifier and Type | Method and Description |
---|---|
ViewMap<IBranchMapping> |
BranchSpec.getBranchView() |
ViewMap<IClientViewMapping> |
Stream.getClientView() |
ViewMap<IStreamIgnoredMapping> |
Stream.getIgnoredView() |
ViewMap<IStreamRemappedMapping> |
Stream.getRemappedView() |
ViewMap<IReviewSubscription> |
User.getReviewSubscriptions() |
ViewMap<IMapEntry> |
Depot.getSpecMap() |
ViewMap<IStreamViewMapping> |
Stream.getStreamView() |
ViewMap<ILabelMapping> |
Label.getViewMapping() |
Modifier and Type | Method and Description |
---|---|
void |
BranchSpec.setBranchView(ViewMap<IBranchMapping> branchView) |
void |
Stream.setClientView(ViewMap<IClientViewMapping> clientView) |
void |
Stream.setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView) |
void |
Stream.setRemappedView(ViewMap<IStreamRemappedMapping> remappedView) |
void |
User.setReviewSubscriptions(ViewMap<IReviewSubscription> reviewSubscriptions) |
void |
Depot.setSpecMap(ViewMap<IMapEntry> specMap) |
void |
Stream.setStreamView(ViewMap<IStreamViewMapping> streamView) |
void |
Label.setViewMapping(ViewMap<ILabelMapping> viewMapping) |
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.
|
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String streamDepth,
String map,
ViewMap<IMapEntry> specMap) |
Label(String name,
String ownerName,
Date lastAccess,
Date lastUpdate,
String description,
String revisionSpec,
boolean locked,
ViewMap<ILabelMapping> viewMapping)
Explicit-value constructor.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView)
Construct a new Stream from explicit field values.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView)
Construct a new Stream from explicit field values.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView)
Construct a new Stream from explicit field values.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView,
ViewMap<IClientViewMapping> clientView)
Construct a new Stream from explicit field values.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView,
ViewMap<IClientViewMapping> clientView)
Construct a new Stream from explicit field values.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView,
ViewMap<IClientViewMapping> clientView)
Construct a new Stream from explicit field values.
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView,
ViewMap<IClientViewMapping> clientView)
Construct a new Stream from explicit field values.
|
User(String loginName,
String email,
String fullName,
Date access,
Date update,
String password,
String jobView,
IUserSummary.UserType type,
ViewMap<IReviewSubscription> reviewSubscriptions)
Explicit-value constructor.
|
User(String loginName,
String email,
String fullName,
Date access,
Date update,
String password,
String jobView,
ViewMap<IReviewSubscription> reviewSubscriptions)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.