public interface IStreamRemappedMapping extends IMapEntry
where
... x/...
y/* y/z/*
Line ordering in the Remapped field is significant; if more than one line
remaps the same files, the later line has precedence. Remapping is inherited
by child stream client views.
IMapEntry.EntryType
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
Modifier and Type | Method and Description |
---|---|
String |
getLeftRemapPath()
Get a stream remapped entry's left remap path; this corresponds to the
left entry of the associated mapping.
|
String |
getRightRemapPath()
Get a stream remapped entry's right remap path; this corresponds to the
right entry of the associated mapping.
|
void |
setLeftRemapPath(String leftRemapPath)
Set a stream remapped entry's left remap path; this corresponds to the
left entry of the associated mapping.
|
void |
setRightRemapPath(String rightRemapPath)
Set a stream remapped entry's right remap path; this corresponds to the
right entry of the associated mapping.
|
String getLeftRemapPath()
void setLeftRemapPath(String leftRemapPath)
String getRightRemapPath()
void setRightRemapPath(String rightRemapPath)
Copyright © 2017 Perforce Software. All Rights Reserved.