| Package | Description |
|---|---|
| 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.impl.mapbased.server.cmd | |
| com.perforce.p4java.server.delegator |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDiff |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<IFileDiff> |
Diff2Delegator.getFileDiffs(IFileSpec file1,
IFileSpec file2,
String branchSpecName,
DiffType diffType,
boolean quiet,
boolean includeNonTextDiffs,
boolean gnuDiffs) |
List<IFileDiff> |
Diff2Delegator.getFileDiffs(IFileSpec file1,
IFileSpec file2,
String branchSpecName,
GetFileDiffsOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
List<IFileDiff> |
IDiff2Delegator.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> |
IDiff2Delegator.getFileDiffs(IFileSpec file1,
IFileSpec file2,
String branchSpecName,
GetFileDiffsOptions opts)
Run diff on the Perforce server of two files in the depot.
|
Copyright © 2017 Perforce Software. All Rights Reserved.