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.
|
Modifier and Type | Method and Description |
---|---|
ViewMap<ILabelMapping> |
ILabel.getViewMapping()
Get the view mapping for this label.
|
Modifier and Type | Method and Description |
---|---|
void |
ILabel.setViewMapping(ViewMap<ILabelMapping> viewMapping)
Set the view mapping for this label.
|
Modifier and Type | Class and Description |
---|---|
static class |
Label.LabelMapping |
Modifier and Type | Field and Description |
---|---|
protected ViewMap<ILabelMapping> |
Label.viewMapping |
Modifier and Type | Method and Description |
---|---|
ViewMap<ILabelMapping> |
Label.getViewMapping() |
Modifier and Type | Method and Description |
---|---|
void |
Label.setViewMapping(ViewMap<ILabelMapping> viewMapping) |
Constructor and Description |
---|
Label(String name,
String ownerName,
Date lastAccess,
Date lastUpdate,
String description,
String revisionSpec,
boolean locked,
ViewMap<ILabelMapping> viewMapping)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.