Package | Description |
---|---|
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.
|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Interface and Description |
---|---|
interface |
IStream
Defines a full Perforce stream specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Stream
Simple default implementation class for the IStream interface.
|
class |
StreamSummary
Default implementation class for the IStreamSummary interface.
|
Constructor and Description |
---|
Stream(IStreamSummary summary)
Construct a new Stream from the passed-in summary stream spec.
|
Modifier and Type | Method and Description |
---|---|
List<IStreamSummary> |
Server.getStreams(List<String> streamPaths,
GetStreamsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IStreamSummary> |
StreamsDelegator.getStreams(List<String> streamPaths,
GetStreamsOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IStreamSummary> |
IStreamsDelegator.getStreams(List<String> streamPaths,
GetStreamsOptions opts)
Get a list of all summary Perforce streams known to the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.