Uses of Class
com.perforce.p4java.core.IStreamViewMapping.PathType

Packages that use IStreamViewMapping.PathType
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
 

Uses of IStreamViewMapping.PathType in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return IStreamViewMapping.PathType
static IStreamViewMapping.PathType IStreamViewMapping.PathType.fromString(String str)
          Return a suitable Path type as inferred from the passed-in string, which is assumed to be the string form of a Path type.
 IStreamViewMapping.PathType IStreamViewMapping.getPathType()
          Get the stream view path type
static IStreamViewMapping.PathType IStreamViewMapping.PathType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IStreamViewMapping.PathType[] IStreamViewMapping.PathType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.core with parameters of type IStreamViewMapping.PathType
 void IStreamViewMapping.setPathType(IStreamViewMapping.PathType pathType)
          Set a stream view path type
 

Uses of IStreamViewMapping.PathType in com.perforce.p4java.impl.generic.core
 

Fields in com.perforce.p4java.impl.generic.core declared as IStreamViewMapping.PathType
protected  IStreamViewMapping.PathType Stream.StreamViewMapping.pathType
           
protected  IStreamViewMapping.PathType Stream.StreamIgnoredMapping.pathType
           
 

Methods in com.perforce.p4java.impl.generic.core that return IStreamViewMapping.PathType
 IStreamViewMapping.PathType Stream.StreamViewMapping.getPathType()
           
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IStreamViewMapping.PathType
 void Stream.StreamViewMapping.setPathType(IStreamViewMapping.PathType pathType)
           
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type IStreamViewMapping.PathType
Stream.StreamViewMapping(int order, IStreamViewMapping.PathType pathType, String viewPath, String depotPath)
          Explicit value constructor -- calls super(order, target, targetSpec).
 



Copyright © 2016 Perforce Software. All Rights Reserved.