public interface IBranchMapping extends IMapEntry
IMapEntry.EntryType
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
Modifier and Type | Method and Description |
---|---|
String |
getSourceSpec()
Get a branch view entry's "source" spec; this corresponds
to the left entry of the associated mapping.
|
String |
getTargetSpec()
Get a branch view entry's "target" spec; this corresponds
to the right entry of the associated mapping.
|
void |
setSourceSpec(String sourceSpec)
Set a branch view entry's "source" spec; this corresponds
to the left entry of the associated mapping.
|
void |
setTargetSpec(String targeSpec)
Set a branch view entry's "target" spec; this corresponds
to the right entry of the associated mapping.
|
String getSourceSpec()
void setSourceSpec(String sourceSpec)
String getTargetSpec()
void setTargetSpec(String targeSpec)
Copyright © 2017 Perforce Software. All Rights Reserved.