Package | Description |
---|---|
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.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Class and Description |
---|---|
class |
Stream
Simple default implementation class for the IStream interface.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
InputMapper.map(IStream stream)
Map a P4Java stream object to an IServer input map.
|
Modifier and Type | Method and Description |
---|---|
IStream |
Server.getStream(String streamPath) |
IStream |
Server.getStream(String streamPath,
GetStreamOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
Server.createStream(IStream stream) |
String |
Server.updateStream(IStream stream,
StreamOptions opts) |
Modifier and Type | Method and Description |
---|---|
IStream |
StreamDelegator.getStream(String streamPath) |
IStream |
StreamDelegator.getStream(String streamPath,
GetStreamOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
StreamDelegator.createStream(IStream stream) |
String |
StreamDelegator.updateStream(IStream stream,
StreamOptions opts) |
Modifier and Type | Method and Description |
---|---|
IStream |
IStreamDelegator.getStream(String streamPath)
Get an individual stream by stream path.
|
IStream |
IStreamDelegator.getStream(String streamPath,
GetStreamOptions opts)
Get an individual stream by stream path.
|
Modifier and Type | Method and Description |
---|---|
String |
IStreamDelegator.createStream(IStream stream)
Create a new stream in the repository.
|
String |
IStreamDelegator.updateStream(IStream stream,
StreamOptions opts)
Update a Perforce stream spec on the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.