Package | Description |
---|---|
com.perforce.p4java.core.file |
Provides interfaces and classes for defining and accessing Perforce depot and workspace files.
|
com.perforce.p4java.impl.generic.core.file |
Provides standard implementation classes for the com.perforce.p4java.core.file interfaces.
|
Modifier and Type | Method and Description |
---|---|
FileSpecOpStatus |
IFileOperationResult.getOpStatus()
Return the particular Perforce operation status associated with the
specific Perforce file spec operation.
|
static FileSpecOpStatus |
FileSpecOpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSpecOpStatus[] |
FileSpecOpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected FileSpecOpStatus |
FileSpec.opStatus |
Modifier and Type | Method and Description |
---|---|
FileSpecOpStatus |
FileSpec.getOpStatus() |
Modifier and Type | Method and Description |
---|---|
void |
FileSpec.setOpStatus(FileSpecOpStatus opStatus) |
Constructor and Description |
---|
ExtendedFileSpec(FileSpecOpStatus status,
String errStr)
Construct an ExtendedFileSpec object from a status, message string pair.
|
ExtendedFileSpec(FileSpecOpStatus status,
String errStr,
int rawCode) |
ExtendedFileSpec(FileSpecOpStatus status,
String errStr,
int genericCode,
int severityCode)
Construct an ExtendedFileSpec object from a status, message string,
generic code, severity code tuple.
|
ExtendedFileSpec(FileSpecOpStatus status,
String errStr,
String errCodeStr) |
FileSpec(FileSpecOpStatus status,
String errStr)
Construct a filespec from an opstatus and error message pair.
|
FileSpec(FileSpecOpStatus status,
String errStr,
int rawCode)
Construct a new FileSpec given the op status, an error string, and a raw
code value returned from a Perforce server.
|
FileSpec(FileSpecOpStatus status,
String errStr,
int genericCode,
int severityCode)
Construct a FileSpec from an opstatus, error message, Perforce generic
code, and Perforce severity code.
|
FileSpec(FileSpecOpStatus status,
String errStr,
String codeStr)
Construct a new FileSpec given the op status, an error string, and a raw
code string returned from a Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.