Uses of Class
com.perforce.p4java.option.server.GetStreamOptions

Packages that use GetStreamOptions
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of GetStreamOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetStreamOptions
 IStream Server.getStream(String streamPath, GetStreamOptions opts)
           
 

Uses of GetStreamOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return GetStreamOptions
 GetStreamOptions GetStreamOptions.setExposeClientView(boolean exposeClientView)
           
 

Uses of GetStreamOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetStreamOptions
 IStream IOptionsServer.getStream(String streamPath, GetStreamOptions opts)
          Get an individual stream by stream path.
 



Copyright © 2015 Perforce Software. All Rights Reserved.