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<IStreamIgnoredMapping> |
IStream.getIgnoredView()
Return the ignored view map associated with this stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IStream.setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView)
Set the ignored view map associated with this stream spec.
|
Modifier and Type | Class and Description |
---|---|
static class |
Stream.StreamIgnoredMapping
Simple default implementation of the IStreamIgnoredMapping interface.
|
Modifier and Type | Field and Description |
---|---|
protected ViewMap<IStreamIgnoredMapping> |
Stream.ignoredView |
Modifier and Type | Method and Description |
---|---|
ViewMap<IStreamIgnoredMapping> |
Stream.getIgnoredView() |
Modifier and Type | Method and Description |
---|---|
void |
Stream.setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView) |
Constructor and Description |
---|
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.
|
Copyright © 2017 Perforce Software. All Rights Reserved.