public interface IStreamViewMapping extends IMapEntry
where
Paths are inherited by child stream views. A child stream's paths can
downgrade the inherited view, but not upgrade it. (For instance, a child
stream can downgrade a shared path to an isolated path, but it can't upgrade
an isolated path to a shared path.) Note that
Modifier and Type | Interface and Description |
---|---|
static class |
IStreamViewMapping.PathType
Defines the possible path types.
|
IMapEntry.EntryType
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
Modifier and Type | Method and Description |
---|---|
String |
getDepotPath()
Get a stream view entry's optional depot path; this corresponds to the
right entry of the associated mapping.
|
IStreamViewMapping.PathType |
getPathType()
Get the stream view path type
|
String |
getViewPath()
Get a stream view entry's view path; this corresponds to the left entry
of the associated mapping.
|
void |
setDepotPath(String depotPath)
Set a stream view entry's optional depot path; this corresponds to the
right entry of the associated mapping.
|
void |
setPathType(IStreamViewMapping.PathType pathType)
Set a stream view path type
|
void |
setViewPath(String viewPath)
Set a stream view entry's view path; this corresponds to the left entry
of the associated mapping.
|
IStreamViewMapping.PathType getPathType()
void setPathType(IStreamViewMapping.PathType pathType)
String getViewPath()
void setViewPath(String viewPath)
String getDepotPath()
void setDepotPath(String depotPath)
Copyright © 2017 Perforce Software. All Rights Reserved.