Package | Description |
---|---|
com.vmware.vcenter.vm.guest.filesystem |
The
com.vmware.vcenter.vm.guest.filesystem package provides interfaces
for dealing with the filesystem of the guest operating system. |
Modifier and Type | Field and Description |
---|---|
static ErrorReason |
ErrorReason.DIRECTORY_NOT_EMPTY
Directory not empty.
|
static ErrorReason |
ErrorReason.FILE_NOT_FOUND
The file is not found.
|
static ErrorReason |
ErrorReason.FILE_TOO_LARGE
The file is too large.
|
static ErrorReason |
ErrorReason.NO_DISK_SPACE
There is insufficent disk space.
|
static ErrorReason |
ErrorReason.NOT_A_DIRECTORY
The argument is not a directory.
|
static ErrorReason |
ErrorReason.NOT_A_FILE
An argument is not a file.
|
static ErrorReason |
ErrorReason.PATH_TOO_LONG
The file path is too long.
|
Modifier and Type | Method and Description |
---|---|
ErrorReason |
FileErrorDetails.getReason()
The reason for the error.
|
static ErrorReason |
ErrorReason.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ErrorReason[] |
ErrorReason.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
FileErrorDetails.setReason(ErrorReason reason)
The reason for the error.
|
Constructor and Description |
---|
Builder(ErrorReason reason,
java.lang.String filePath)
Constructor with parameters for the required properties of
FileErrorDetails . |