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

Packages that use GetChangelistDiffsOptions
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. 
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 GetChangelistDiffsOptions in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core with parameters of type GetChangelistDiffsOptions
 InputStream IChangelist.getDiffsStream(GetChangelistDiffsOptions opts)
          Get an InputStream onto the file diffs associated with this changelist.
 

Uses of GetChangelistDiffsOptions in com.perforce.p4java.impl.generic.core
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type GetChangelistDiffsOptions
 InputStream Changelist.getDiffsStream(GetChangelistDiffsOptions opts)
           
 

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetChangelistDiffsOptions
 InputStream Server.getChangelistDiffs(int id, GetChangelistDiffsOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetChangelistDiffsOptions
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setDiffContext(int diffContext)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setIgnoreLineEndings(boolean ignoreLineEndings)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setIgnoreWhitespace(boolean ignoreWhitespace)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setIgnoreWhitespaceChanges(boolean ignoreWhitespaceChanges)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setOutputShelvedDiffs(boolean outputShelvedDiffs)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setRcsDiffs(boolean rcsDiffs)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setSummaryDiff(boolean summaryDiff)
           
 GetChangelistDiffsOptions GetChangelistDiffsOptions.setUnifiedDiff(int unifiedDiff)
           
 

Uses of GetChangelistDiffsOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetChangelistDiffsOptions
 InputStream IOptionsServer.getChangelistDiffs(int id, GetChangelistDiffsOptions opts)
          Get an InputStream onto the file diffs associated with a specific submitted changelist.
 



Copyright © 2015 Perforce Software. All Rights Reserved.