public class Nfs3SymlinkRequest extends NfsSymlinkRequest
Procedure SYMLINK creates a new symbolic link.
CHARSET| Constructor and Description |
|---|
Nfs3SymlinkRequest(java.lang.String symbolicLinkData,
byte[] fileHandle,
java.lang.String name,
NfsSetAttributes attributes,
Credential credential)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
marshalling, toStringgetErrorMessage, getFileHandle, getIpKey, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic Nfs3SymlinkRequest(java.lang.String symbolicLinkData,
byte[] fileHandle,
java.lang.String name,
NfsSetAttributes attributes,
Credential credential)
throws java.io.FileNotFoundException
Procedure SYMLINK creates a new symbolic link.
symbolicLinkData - The string containing the symbolic link data.fileHandle - The file handle for the directory in which the symbolic link
is to be created.name - The name that is to be associated with the created symbolic
link.attributes - The initial attributes for the symbolic link.credential - The credential used for RPC authentication.java.io.FileNotFoundException