Enum Class IStreamViewMapping.PathType

java.lang.Object
java.lang.Enum<IStreamViewMapping.PathType>
com.perforce.p4java.core.IStreamViewMapping.PathType
All Implemented Interfaces:
Serializable, Comparable<IStreamViewMapping.PathType>, Constable
Enclosing interface:
IStreamViewMapping

public static enum IStreamViewMapping.PathType extends Enum<IStreamViewMapping.PathType>
Defines the possible path types.

share: <view_path> will be included in client views and in branch views. Files in this path are accessible to workspaces, can be submitted to the stream, and can be integrated with the parent stream.

isolate: <view_path> will be included in client views but not in branch views. Files in this path are accessible to workspaces, can be submitted to the stream, but are not integratable with the parent stream.

import: <view_path> will be included in client views but not in branch views. Files in this path are mapped as in the parent stream's view (the default) or to <depot_path> (optional); they are accessible to workspaces, but can not be submitted or integrated to the stream.

exclude: <view_path> will be excluded from client views and branch views. Files in this path are not accessible to workspaces, and can't be submitted or integrated to the stream.