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.
|
Modifier and Type | Method and Description |
---|---|
static IStreamSummary.Type |
IStreamSummary.Type.fromString(String str)
Return a suitable Stream type as inferred from the passed-in
string, which is assumed to be the string form of a Stream type.
|
IStreamSummary.Type |
IStreamIntegrationStatus.getType()
Get the stream's type.
|
IStreamSummary.Type |
IStreamSummary.getType()
Get the stream type
|
static IStreamSummary.Type |
IStreamSummary.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStreamSummary.Type[] |
IStreamSummary.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IStreamSummary.setType(IStreamSummary.Type type)
Set the stream type.
|
Modifier and Type | Field and Description |
---|---|
protected IStreamSummary.Type |
StreamIntegrationStatus.parentType |
protected IStreamSummary.Type |
StreamIntegrationStatus.type |
protected IStreamSummary.Type |
StreamSummary.type |
Modifier and Type | Method and Description |
---|---|
IStreamSummary.Type |
StreamIntegrationStatus.getType() |
IStreamSummary.Type |
StreamSummary.getType() |
Modifier and Type | Method and Description |
---|---|
void |
StreamSummary.setType(IStreamSummary.Type type) |
Constructor and Description |
---|
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.
|
StreamIntegrationStatus(String stream,
String parent,
IStreamSummary.Type type,
IStreamSummary.Type parentType,
boolean firmerThanParent,
boolean changeFlowsToParent,
boolean changeFlowsFromParent,
boolean integToParent,
String integToParentHow,
String toResult,
boolean integFromParent,
String integFromParentHow,
String fromResult,
List<IStreamIntegrationStatus.ICachedState> cachedStates)
Explicit-value all-fields constructor.
|
StreamSummary(boolean summaryOnly,
String stream,
Date accessed,
Date updated,
String name,
String ownerName,
String description,
String parent,
IStreamSummary.Type type,
StreamSummary.Options options)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.