public static class Stream.StreamRemappedMapping extends MapEntry implements IStreamRemappedMapping
IMapEntry.EntryTypeelementPattern, elementPatternStr, left, order, right, typeEXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX| Constructor and Description |
|---|
StreamRemappedMapping()
Default constructor -- calls super() only.
|
StreamRemappedMapping(int order,
String viewString)
Construct a mapping from the passed-in string, which is assumed to be
in the format described in MapEntry.parseViewString(String).
|
StreamRemappedMapping(int order,
String leftRemapPath,
String rightRemapPath)
Explicit value constructor -- calls super(order, target, targetSpec).
|
| 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.
|
getLeft, getLeft, getOrder, getRight, getRight, getType, parseViewMappingString, quoteWhitespaceString, setLeft, setOrder, setRight, setType, stripTypePrefix, toString, toStringpublic StreamRemappedMapping()
public StreamRemappedMapping(int order,
String leftRemapPath,
String rightRemapPath)
public StreamRemappedMapping(int order,
String viewString)
public String getLeftRemapPath()
IStreamRemappedMappinggetLeftRemapPath in interface IStreamRemappedMappingIStreamRemappedMapping.getLeftRemapPath()public void setLeftRemapPath(String leftRemapPath)
IStreamRemappedMappingsetLeftRemapPath in interface IStreamRemappedMappingIStreamRemappedMapping.setLeftRemapPath(java.lang.String)public String getRightRemapPath()
IStreamRemappedMappinggetRightRemapPath in interface IStreamRemappedMappingIStreamRemappedMapping.getRightRemapPath()public void setRightRemapPath(String rightRemapPath)
IStreamRemappedMappingsetRightRemapPath in interface IStreamRemappedMappingIStreamRemappedMapping.setRightRemapPath(java.lang.String)Copyright © 2017 Perforce Software. All Rights Reserved.