Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static IFileDiff.Status |
IFileDiff.Status.fromString(String serverValue) |
IFileDiff.Status |
IFileDiff.getStatus()
Get status of file diff
|
static IFileDiff.Status |
IFileDiff.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFileDiff.Status[] |
IFileDiff.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IFileDiff.Status |
FileDiff.getStatus() |
Copyright © 2017 Perforce Software. All Rights Reserved.