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.ParentView |
IStreamSummary.ParentView.fromString(java.lang.String str) |
IStreamSummary.ParentView |
IStreamSummary.getParentView()
Get the stream parentView
|
static IStreamSummary.ParentView |
IStreamSummary.ParentView.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IStreamSummary.ParentView[] |
IStreamSummary.ParentView.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.setParentView(IStreamSummary.ParentView parentView)
Set the stream parentView.
|
Modifier and Type | Method and Description |
---|---|
IStreamSummary.ParentView |
StreamSummary.getParentView() |
Modifier and Type | Method and Description |
---|---|
void |
StreamSummary.setParentView(IStreamSummary.ParentView parentView) |
Copyright © 2021 Perforce Software. All Rights Reserved.