com.perforce.p4java.core
Interface ILabelMapping
- All Superinterfaces:
- IMapEntry
- All Known Implementing Classes:
- Label.LabelMapping
public interface ILabelMapping
- extends IMapEntry
Extends IMapEntry to provide a Perforce label-specific
view map entry type.
Perforce label views define only the left side of the mapping as
significant, so we only supply that here, but users are quite
free to use the superclass right side methods to do what they
want with...
Method Summary |
java.lang.String |
getViewMapping()
Get a label view entry's "source" spec; this corresponds
to the left entry of the associated mapping. |
void |
setViewMapping(java.lang.String entry)
Set a branch view entry's "source" spec; this corresponds
to the left entry of the associated mapping. |
Methods inherited from interface com.perforce.p4java.core.IMapEntry |
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString |
getViewMapping
java.lang.String getViewMapping()
- Get a label view entry's "source" spec; this corresponds
to the left entry of the associated mapping.
setViewMapping
void setViewMapping(java.lang.String entry)
- Set a branch view entry's "source" spec; this corresponds
to the left entry of the associated mapping.
Copyright (c) 2008-2010 Perforce Software. All rights reserved.