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 | Method and Description |
---|---|
static ILabel |
CoreFactory.createLabel(IOptionsServer server,
java.lang.String name,
java.lang.String description,
java.lang.String[] mapping,
boolean createOnServer)
Create a new ILabel object locally and optionally on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
Label
Default implementation class for the ILabel interface.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
InputMapper.map(ILabel label)
Map a P4Java label object to an IServer input map.
|
Modifier and Type | Method and Description |
---|---|
ILabel |
Server.getLabel(java.lang.String labelName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Server.createLabel(ILabel label) |
java.lang.String |
Server.updateLabel(ILabel label) |
Modifier and Type | Method and Description |
---|---|
ILabel |
LabelDelegator.getLabel(java.lang.String labelName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LabelDelegator.createLabel(ILabel label) |
java.lang.String |
LabelDelegator.updateLabel(ILabel label) |
Modifier and Type | Method and Description |
---|---|
ILabel |
ILabelDelegator.getLabel(java.lang.String labelName)
Get a specific named Perforce label.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ILabelDelegator.createLabel(ILabel label)
Create a new Perforce label in the Perforce server.
|
java.lang.String |
ILabelDelegator.updateLabel(ILabel label)
Update an existing Perforce label in the Perforce server.
|
Copyright © 2022 Perforce Software. All Rights Reserved.