Uses of Class
com.perforce.p4java.core.file.DiffType

Packages that use DiffType
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.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file 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 DiffType in com.perforce.p4java.core
 

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

Uses of DiffType in com.perforce.p4java.core.file
 

Methods in com.perforce.p4java.core.file that return DiffType
static DiffType DiffType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffType[] DiffType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.core.file with parameters of type DiffType
 List<IFileAnnotation> IFileSpec.getAnnotations(DiffType wsOptions, boolean allResults, boolean useChangeNumbers, boolean followBranches)
          Get the file annotations associated with this file.
 

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

Methods in com.perforce.p4java.impl.generic.core with parameters of type DiffType
 InputStream Changelist.getDiffs(DiffType diffType)
           
 

Uses of DiffType in com.perforce.p4java.impl.generic.core.file
 

Methods in com.perforce.p4java.impl.generic.core.file with parameters of type DiffType
 List<IFileAnnotation> FileSpec.getAnnotations(DiffType wsOptions, boolean allResults, boolean useChangeNumbers, boolean followBranches)
           
 

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type DiffType
 InputStream Server.getChangelistDiffs(int id, DiffType diffType)
           
 List<IFileAnnotation> Server.getFileAnnotations(List<IFileSpec> fileSpecs, DiffType wsOpts, boolean allResults, boolean useChangeNumbers, boolean followBranches)
           
 List<IFileDiff> Server.getFileDiffs(IFileSpec file1, IFileSpec file2, String branchSpecName, DiffType diffType, boolean quiet, boolean includeNonTextDiffs, boolean gnuDiffs)
           
 InputStream Server.getServerFileDiffs(IFileSpec file1, IFileSpec file2, String branchSpecName, DiffType diffType, boolean quiet, boolean includeNonTextDiffs, boolean gnuDiffs)
           
 

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

Fields in com.perforce.p4java.option.server declared as DiffType
protected  DiffType GetFileAnnotationsOptions.wsOpts
          If non-null, use the DiffType value to determine whitespace options.
 

Methods in com.perforce.p4java.option.server that return DiffType
 DiffType DescribeOptions.getType()
           
 DiffType GetFileAnnotationsOptions.getWsOpts()
           
 

Methods in com.perforce.p4java.option.server with parameters of type DiffType
 DescribeOptions DescribeOptions.setType(DiffType type)
           
 GetFileAnnotationsOptions GetFileAnnotationsOptions.setWsOpts(DiffType wsOpts)
           
 

Constructors in com.perforce.p4java.option.server with parameters of type DiffType
DescribeOptions(DiffType type)
          Create a changelist describe options
DescribeOptions(DiffType type, boolean outputShelvedDiffs)
          Create a changelist describe options
GetFileAnnotationsOptions(boolean allResults, boolean useChangeNumbers, boolean followBranches, DiffType wsOpts)
          Explicit value constructor.
 

Uses of DiffType in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type DiffType
 InputStream IServer.getChangelistDiffs(int id, DiffType diffType)
          Get an InputStream onto the file diffs associated with a specific submitted changelist.
 List<IFileAnnotation> IServer.getFileAnnotations(List<IFileSpec> fileSpecs, DiffType wsOpts, boolean allResults, boolean useChangeNumbers, boolean followBranches)
          Get a list of revision annotations for the specified files.
 List<IFileDiff> IServer.getFileDiffs(IFileSpec file1, IFileSpec file2, String branchSpecName, DiffType diffType, boolean quiet, boolean includeNonTextDiffs, boolean gnuDiffs)
          Run diff on the Perforce server of two files in the depot.
 InputStream IServer.getServerFileDiffs(IFileSpec file1, IFileSpec file2, String branchSpecName, DiffType diffType, boolean quiet, boolean includeNonTextDiffs, boolean gnuDiffs)
          Run diff on the Perforce server of two files in the depot.
 



Copyright © 2015 Perforce Software. All Rights Reserved.