|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStreamRemappedMapping | |
---|---|
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 IStreamRemappedMapping in com.perforce.p4java.core |
---|
Methods in com.perforce.p4java.core that return types with arguments of type IStreamRemappedMapping | |
---|---|
ViewMap<IStreamRemappedMapping> |
IStream.getRemappedView()
Return the remapped view map associated with this stream. |
Method parameters in com.perforce.p4java.core with type arguments of type IStreamRemappedMapping | |
---|---|
void |
IStream.setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
Set the remapped view map associated with this stream spec. |
Uses of IStreamRemappedMapping in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IStreamRemappedMapping | |
---|---|
static class |
Stream.StreamRemappedMapping
Simple default implementation of the IStreamRemappedMapping interface. |
Fields in com.perforce.p4java.impl.generic.core with type parameters of type IStreamRemappedMapping | |
---|---|
protected ViewMap<IStreamRemappedMapping> |
Stream.remappedView
|
Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IStreamRemappedMapping | |
---|---|
ViewMap<IStreamRemappedMapping> |
Stream.getRemappedView()
|
Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IStreamRemappedMapping | |
---|---|
void |
Stream.setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
|
Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type IStreamRemappedMapping | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |