|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSpecOpStatus | |
---|---|
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. |
Uses of FileSpecOpStatus in com.perforce.p4java.core.file |
---|
Methods in com.perforce.p4java.core.file that return FileSpecOpStatus | |
---|---|
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. |
Uses of FileSpecOpStatus in com.perforce.p4java.impl.generic.core.file |
---|
Fields in com.perforce.p4java.impl.generic.core.file declared as FileSpecOpStatus | |
---|---|
protected FileSpecOpStatus |
FileSpec.opStatus
|
Methods in com.perforce.p4java.impl.generic.core.file that return FileSpecOpStatus | |
---|---|
FileSpecOpStatus |
FileSpec.getOpStatus()
|
Methods in com.perforce.p4java.impl.generic.core.file with parameters of type FileSpecOpStatus | |
---|---|
void |
FileSpec.setOpStatus(FileSpecOpStatus opStatus)
|
Constructors in com.perforce.p4java.impl.generic.core.file with parameters of type FileSpecOpStatus | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |