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,
String name,
String description,
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 Map<String,Object> |
InputMapper.map(ILabel label)
Map a P4Java label object to an IServer input map.
|
Modifier and Type | Method and Description |
---|---|
ILabel |
Server.getLabel(String labelName) |
Modifier and Type | Method and Description |
---|---|
String |
Server.createLabel(ILabel label) |
String |
Server.updateLabel(ILabel label) |
Modifier and Type | Method and Description |
---|---|
ILabel |
LabelDelegator.getLabel(String labelName) |
Modifier and Type | Method and Description |
---|---|
String |
LabelDelegator.createLabel(ILabel label) |
String |
LabelDelegator.updateLabel(ILabel label) |
Modifier and Type | Method and Description |
---|---|
ILabel |
ILabelDelegator.getLabel(String labelName)
Get a specific named Perforce label.
|
Modifier and Type | Method and Description |
---|---|
String |
ILabelDelegator.createLabel(ILabel label)
Create a new Perforce label in the Perforce server.
|
String |
ILabelDelegator.updateLabel(ILabel label)
Update an existing Perforce label in the Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.