|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILabelSummary | |
|---|---|
| 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.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of ILabelSummary in com.perforce.p4java.core |
|---|
| Subinterfaces of ILabelSummary in com.perforce.p4java.core | |
|---|---|
interface |
ILabel
Defines and describes a Perforce label. |
| Uses of ILabelSummary in com.perforce.p4java.impl.generic.core |
|---|
| Classes in com.perforce.p4java.impl.generic.core that implement ILabelSummary | |
|---|---|
class |
Label
Default implementation class for the ILabel interface. |
class |
LabelSummary
Default implementation of the ILabelSumamry interface. |
| Constructors in com.perforce.p4java.impl.generic.core with parameters of type ILabelSummary | |
|---|---|
Label(ILabelSummary labelSummary)
Given an ILabelSummary object, construct a new Label object from it. |
|
| Uses of ILabelSummary in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server that return types with arguments of type ILabelSummary | |
|---|---|
java.util.List<ILabelSummary> |
IServer.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||