|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFileDiff | |
---|---|
com.perforce.p4java.core.file | Provides interfaces and classes for defining and accessing Perforce depot and workspace files. |
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IFileDiff in com.perforce.p4java.core.file |
---|
Classes in com.perforce.p4java.core.file that implement IFileDiff | |
---|---|
class |
FileDiff
|
Uses of IFileDiff in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IFileDiff | |
---|---|
List<IFileDiff> |
Server.getFileDiffs(IFileSpec file1,
IFileSpec file2,
String branchSpecName,
DiffType diffType,
boolean quiet,
boolean includeNonTextDiffs,
boolean gnuDiffs)
|
List<IFileDiff> |
Server.getFileDiffs(IFileSpec file1,
IFileSpec file2,
String branchSpecName,
GetFileDiffsOptions opts)
|
Uses of IFileDiff in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IFileDiff | |
---|---|
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. |
List<IFileDiff> |
IOptionsServer.getFileDiffs(IFileSpec file1,
IFileSpec file2,
String branchSpecName,
GetFileDiffsOptions opts)
Run diff on the Perforce server of two files in the depot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |