|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.generic.core.MapEntry
com.perforce.p4java.impl.generic.core.Stream.StreamRemappedMapping
public static class Stream.StreamRemappedMapping
Simple default implementation of the IStreamRemappedMapping interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry |
---|
IMapEntry.EntryType |
Field Summary |
---|
Fields inherited from class com.perforce.p4java.impl.generic.core.MapEntry |
---|
elementPattern, elementPatternStr, left, order, right, type |
Fields inherited from interface com.perforce.p4java.core.IMapEntry |
---|
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX |
Constructor Summary | |
---|---|
Stream.StreamRemappedMapping()
Default constructor -- calls super() only. |
|
Stream.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). |
|
Stream.StreamRemappedMapping(int order,
String leftRemapPath,
String rightRemapPath)
Explicit value constructor -- calls super(order, target, targetSpec). |
Method Summary | |
---|---|
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. |
Methods inherited from class com.perforce.p4java.impl.generic.core.MapEntry |
---|
getLeft, getLeft, getOrder, getRight, getRight, getType, parseViewMappingString, quoteWhitespaceString, setLeft, setOrder, setRight, setType, stripTypePrefix, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.perforce.p4java.core.IMapEntry |
---|
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString |
Constructor Detail |
---|
public Stream.StreamRemappedMapping()
public Stream.StreamRemappedMapping(int order, String leftRemapPath, String rightRemapPath)
public Stream.StreamRemappedMapping(int order, String viewString)
Method Detail |
---|
public String getLeftRemapPath()
IStreamRemappedMapping
getLeftRemapPath
in interface IStreamRemappedMapping
IStreamRemappedMapping.getLeftRemapPath()
public void setLeftRemapPath(String leftRemapPath)
IStreamRemappedMapping
setLeftRemapPath
in interface IStreamRemappedMapping
IStreamRemappedMapping.setLeftRemapPath(java.lang.String)
public String getRightRemapPath()
IStreamRemappedMapping
getRightRemapPath
in interface IStreamRemappedMapping
IStreamRemappedMapping.getRightRemapPath()
public void setRightRemapPath(String rightRemapPath)
IStreamRemappedMapping
setRightRemapPath
in interface IStreamRemappedMapping
IStreamRemappedMapping.setRightRemapPath(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |