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(java.lang.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(java.lang.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(java.lang.String stream,
IStreamSummary.Type type,
java.lang.String parent,
java.util.Date accessed,
java.util.Date updated,
java.lang.String name,
java.lang.String description,
java.lang.String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView)
Construct a new Stream from explicit field values.
|
Stream(java.lang.String stream,
IStreamSummary.Type type,
java.lang.String parent,
java.util.Date accessed,
java.util.Date updated,
java.lang.String name,
java.lang.String description,
java.lang.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(java.lang.String stream,
java.lang.String parent,
IStreamSummary.Type type,
IStreamSummary.Type parentType,
boolean firmerThanParent,
boolean changeFlowsToParent,
boolean changeFlowsFromParent,
boolean integToParent,
java.lang.String integToParentHow,
java.lang.String toResult,
boolean integFromParent,
java.lang.String integFromParentHow,
java.lang.String fromResult,
java.util.List<IStreamIntegrationStatus.ICachedState> cachedStates)
Explicit-value all-fields constructor.
|
StreamSummary(boolean summaryOnly,
java.lang.String stream,
java.util.Date accessed,
java.util.Date updated,
java.lang.String name,
java.lang.String ownerName,
java.lang.String description,
java.lang.String parent,
IStreamSummary.Type type,
StreamSummary.Options options)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.