|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStreamSummary.IOptions | |
---|---|
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 IStreamSummary.IOptions in com.perforce.p4java.core |
---|
Methods in com.perforce.p4java.core that return IStreamSummary.IOptions | |
---|---|
IStreamSummary.IOptions |
IStreamSummary.getOptions()
Get the stream options |
Methods in com.perforce.p4java.core with parameters of type IStreamSummary.IOptions | |
---|---|
void |
IStreamSummary.setOptions(IStreamSummary.IOptions options)
Set the stream options. |
Uses of IStreamSummary.IOptions in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IStreamSummary.IOptions | |
---|---|
static class |
StreamSummary.Options
Simple default generic IOptions implementation class. |
Fields in com.perforce.p4java.impl.generic.core declared as IStreamSummary.IOptions | |
---|---|
protected IStreamSummary.IOptions |
StreamSummary.options
|
Methods in com.perforce.p4java.impl.generic.core that return IStreamSummary.IOptions | |
---|---|
IStreamSummary.IOptions |
StreamSummary.getOptions()
|
Methods in com.perforce.p4java.impl.generic.core with parameters of type IStreamSummary.IOptions | |
---|---|
void |
StreamSummary.setOptions(IStreamSummary.IOptions options)
|
Constructors in com.perforce.p4java.impl.generic.core with parameters of type IStreamSummary.IOptions | |
---|---|
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 |