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

Packages that use StreamOptions
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 StreamOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type StreamOptions
 String Server.deleteStream(String streamPath, StreamOptions opts)
           
 String Server.updateStream(IStream stream, StreamOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return StreamOptions
 StreamOptions StreamOptions.setForceUpdate(boolean forceUpdate)
           
 

Uses of StreamOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type StreamOptions
 String IOptionsServer.deleteStream(String streamPath, StreamOptions opts)
          Delete a Perforce stream spec from the Perforce server.
 String IOptionsServer.updateStream(IStream stream, StreamOptions opts)
          Update a Perforce stream spec on the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.