|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStream
Defines a full Perforce stream specification. A stream specification ('spec') names a path in a stream depot to be treated as a stream. (See 'p4 help streamintro'.) The spec also defines the stream's lineage, its view, and its expected flow of change.
Full stream specs in the current implementation are always complete.
| Nested Class Summary | |
|---|---|
static interface |
IStream.IExtraTag
Defines an "extraTag*" field |
| Nested classes/interfaces inherited from interface com.perforce.p4java.core.IStreamSummary |
|---|
IStreamSummary.IOptions, IStreamSummary.Type |
| Method Summary | |
|---|---|
ViewMap<IClientViewMapping> |
getClientView()
Return the automatically generated client view map associated with this stream. |
List<IStream.IExtraTag> |
getExtraTags()
Return a list of extra tags associated with this stream. |
ViewMap<IStreamIgnoredMapping> |
getIgnoredView()
Return the ignored view map associated with this stream. |
ViewMap<IStreamRemappedMapping> |
getRemappedView()
Return the remapped view map associated with this stream. |
ViewMap<IStreamViewMapping> |
getStreamView()
Return the view map associated with this stream. |
void |
setClientView(ViewMap<IClientViewMapping> clientView)
Set the automatically generated client view map associated with this stream spec. |
void |
setExtraTags(List<IStream.IExtraTag> extraTags)
Set the extra tags associated with this stream. |
void |
setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView)
Set the ignored view map associated with this stream spec. |
void |
setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
Set the remapped view map associated with this stream spec. |
void |
setServer(IOptionsServer server)
Set the server to type of IOptionsServer, overriding the default IServer. |
void |
setStreamView(ViewMap<IStreamViewMapping> streamView)
Set the view map associated with this stream spec. |
| Methods inherited from interface com.perforce.p4java.core.IStreamSummary |
|---|
getAccessed, getBaseParent, getDescription, getName, getOptions, getOwnerName, getParent, getStream, getType, getUpdated, isChangeFlowsFromParent, isChangeFlowsToParent, isFirmerThanParent, isUnloaded, setAccessed, setBaseParent, setChangeFlowsFromParent, setChangeFlowsToParent, setDescription, setFirmerThanParent, setName, setOptions, setOwnerName, setParent, setStream, setType, setUpdated |
| Methods inherited from interface com.perforce.p4java.core.IServerResource |
|---|
canRefresh, canUpdate, refresh, setServer, update, update, update |
| Method Detail |
|---|
ViewMap<IStreamViewMapping> getStreamView()
void setStreamView(ViewMap<IStreamViewMapping> streamView)
streamView - new view mappings for the stream.ViewMap<IStreamRemappedMapping> getRemappedView()
void setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
remappedView - new remapped view mappings for the stream.ViewMap<IStreamIgnoredMapping> getIgnoredView()
void setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView)
ViewMap<IClientViewMapping> getClientView()
void setClientView(ViewMap<IClientViewMapping> clientView)
List<IStream.IExtraTag> getExtraTags()
void setExtraTags(List<IStream.IExtraTag> extraTags)
void setServer(IOptionsServer server)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||