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 |
---|---|
List<IStream.IExtraTag> |
IStream.getExtraTags()
Return a list of extra tags associated with this stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IStream.setExtraTags(List<IStream.IExtraTag> extraTags)
Set the extra tags associated with this stream.
|
Modifier and Type | Class and Description |
---|---|
static class |
Stream.ExtraTag
Simple default generic IExtraTag implementation class.
|
Modifier and Type | Field and Description |
---|---|
protected List<IStream.IExtraTag> |
Stream.extraTags |
Modifier and Type | Method and Description |
---|---|
List<IStream.IExtraTag> |
Stream.getExtraTags() |
Modifier and Type | Method and Description |
---|---|
void |
Stream.setExtraTags(List<IStream.IExtraTag> extraTags) |
Copyright © 2017 Perforce Software. All Rights Reserved.