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 |
---|---|
List<ILabelSummary> |
Server.getLabels(List<IFileSpec> fileList,
GetLabelsOptions opts) |
List<ILabelSummary> |
Server.getLabels(String user,
int maxLabels,
String nameFilter,
List<IFileSpec> fileList) |
Modifier and Type | Method and Description |
---|---|
List<ILabelSummary> |
LabelsDelegator.getLabels(List<IFileSpec> fileList,
GetLabelsOptions opts) |
List<ILabelSummary> |
LabelsDelegator.getLabels(String user,
int maxLabels,
String nameFilter,
List<IFileSpec> fileList) |
Modifier and Type | Method and Description |
---|---|
List<ILabelSummary> |
ILabelsDelegator.getLabels(List<IFileSpec> fileList,
GetLabelsOptions opts)
Get a list of Perforce labels, optionally tied to a specific set of files.
|
List<ILabelSummary> |
ILabelsDelegator.getLabels(String user,
int maxLabels,
String nameFilter,
List<IFileSpec> fileList)
Get a list of Perforce labels, optionally tied to a specific set of
files.
|
Copyright © 2017 Perforce Software. All Rights Reserved.