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<IClientViewMapping> |
IStream.getClientView()
Return the automatically generated client view map associated with this
stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IStream.setClientView(ViewMap<IClientViewMapping> clientView)
Set the automatically generated client view map associated with this
stream spec.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClientView.ClientViewMapping
Simple extension of the basic MapEntry class to provide convenience
methods based on "depot" and "client" rather than "left" and "right".
|
Constructor and Description |
---|
ClientView(IClient client,
java.util.List<IClientViewMapping> mapping)
Construct a ClientView from the passed-in client and mapping list.
|
Modifier and Type | Field and Description |
---|---|
protected ViewMap<IClientViewMapping> |
Stream.clientView |
Modifier and Type | Method and Description |
---|---|
ViewMap<IClientViewMapping> |
Stream.getClientView() |
Modifier and Type | Method and Description |
---|---|
void |
Stream.setClientView(ViewMap<IClientViewMapping> clientView) |
Constructor and Description |
---|
Stream(java.lang.String stream,
IStreamSummary.Type type,
java.lang.String parent,
java.util.Date accessed,
java.util.Date updated,
java.lang.String name,
java.lang.String description,
java.lang.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.
|
Copyright © 2021 Perforce Software. All Rights Reserved.