|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStream | |
---|---|
com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IStream in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IStream | |
---|---|
class |
Stream
Simple default implementation class for the IStream interface. |
Methods in com.perforce.p4java.impl.generic.core with parameters of type IStream | |
---|---|
static Map<String,Object> |
InputMapper.map(IStream stream)
Map a P4Java stream object to an IServer input map. |
Uses of IStream in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return IStream | |
---|---|
IStream |
Server.getStream(String streamPath)
|
IStream |
Server.getStream(String streamPath,
GetStreamOptions opts)
|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IStream | |
---|---|
String |
Server.createStream(IStream stream)
|
String |
Server.updateStream(IStream stream,
StreamOptions opts)
|
Uses of IStream in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return IStream | |
---|---|
IStream |
IOptionsServer.getStream(String streamPath)
Get an individual stream by stream path. |
IStream |
IOptionsServer.getStream(String streamPath,
GetStreamOptions opts)
Get an individual stream by stream path. |
Methods in com.perforce.p4java.server with parameters of type IStream | |
---|---|
String |
IOptionsServer.createStream(IStream stream)
Create a new stream in the repository. |
String |
IOptionsServer.updateStream(IStream stream,
StreamOptions opts)
Update a Perforce stream spec on the Perforce server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |