Package com.perforce.p4java.core
Interface ILabelMapping
- All Superinterfaces:
IMapEntry
- All Known Implementing Classes:
Label.LabelMapping
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...
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry
IMapEntry.EntryType -
Field Summary
Fields inherited from interface com.perforce.p4java.core.IMapEntry
ORDER_UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionGet a label view entry's "source" spec; this corresponds to the left entry of the associated mapping.voidsetViewMapping(String entry) Set a branch view entry's "source" spec; this corresponds to the left entry of the associated mapping.
-
Method Details
-
getViewMapping
String getViewMapping()Get a label view entry's "source" spec; this corresponds to the left entry of the associated mapping.- Returns:
- LHS mapping
-
setViewMapping
Set a branch view entry's "source" spec; this corresponds to the left entry of the associated mapping.- Parameters:
entry- LHS entry
-