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 |
ILabel
Defines and describes a Perforce label.
|
Modifier and Type | Class and Description |
---|---|
class |
Label
Default implementation class for the ILabel interface.
|
class |
LabelSummary
Default implementation of the ILabelSumamry interface.
|
Constructor and Description |
---|
Label(ILabelSummary labelSummary)
Given an ILabelSummary object, construct a new Label object from it.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ILabelSummary> |
Server.getLabels(java.util.List<IFileSpec> fileList,
GetLabelsOptions opts) |
java.util.List<ILabelSummary> |
Server.getLabels(java.lang.String user,
int maxLabels,
java.lang.String nameFilter,
java.util.List<IFileSpec> fileList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ILabelSummary> |
LabelsDelegator.getLabels(java.util.List<IFileSpec> fileList,
GetLabelsOptions opts) |
java.util.List<ILabelSummary> |
LabelsDelegator.getLabels(java.lang.String user,
int maxLabels,
java.lang.String nameFilter,
java.util.List<IFileSpec> fileList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ILabelSummary> |
ILabelsDelegator.getLabels(java.util.List<IFileSpec> fileList,
GetLabelsOptions opts)
Get a list of Perforce labels, optionally tied to a specific set of files.
|
java.util.List<ILabelSummary> |
ILabelsDelegator.getLabels(java.lang.String user,
int maxLabels,
java.lang.String nameFilter,
java.util.List<IFileSpec> fileList)
Get a list of Perforce labels, optionally tied to a specific set of
files.
|
Copyright © 2022 Perforce Software. All Rights Reserved.