com.perforce.p4java.core
Interface IStreamRemappedMapping

All Superinterfaces:
IMapEntry
All Known Implementing Classes:
Stream.StreamRemappedMapping

public interface IStreamRemappedMapping
extends IMapEntry

Define (optional) an individual stream view path is to be remapped in client view. Each remapped mapping is of the form:

where and are Perforce view paths with no leading slashes and no leading or embedded wildcards. For example:

... 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.


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
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
 
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 interface com.perforce.p4java.core.IMapEntry
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString
 

Method Detail

getLeftRemapPath

String getLeftRemapPath()
Get a stream remapped entry's left remap path; this corresponds to the left entry of the associated mapping.


setLeftRemapPath

void setLeftRemapPath(String leftRemapPath)
Set a stream remapped entry's left remap path; this corresponds to the left entry of the associated mapping.


getRightRemapPath

String getRightRemapPath()
Get a stream remapped entry's right remap path; this corresponds to the right entry of the associated mapping.


setRightRemapPath

void setRightRemapPath(String rightRemapPath)
Set a stream remapped entry's right remap path; this corresponds to the right entry of the associated mapping.



Copyright © 2015 Perforce Software. All Rights Reserved.