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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type DescribeOptions
 InputStream Server.getChangelistDiffsStream(int id, DescribeOptions options)
           
 

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

Methods in com.perforce.p4java.option.server that return DescribeOptions
 DescribeOptions DescribeOptions.setOutputShelvedDiffs(boolean showShelvedDiffs)
           
 DescribeOptions DescribeOptions.setType(DiffType type)
           
 

Uses of DescribeOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type DescribeOptions
 InputStream IServer.getChangelistDiffsStream(int id, DescribeOptions options)
          Get an InputStream onto the file diffs associated with a specific submitted changelist.
 



Copyright © 2015 Perforce Software. All Rights Reserved.