public class NfsPosixAttributes
extends java.lang.Object
| Constructor and Description |
|---|
NfsPosixAttributes() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLinkMaximum() |
long |
getNameMaximum() |
boolean |
isCaseInsensitive() |
boolean |
isCasePreserving() |
boolean |
isChownRestricted() |
boolean |
isLoaded() |
boolean |
isNoTruncation() |
java.lang.String |
toString() |
void |
unmarshalling(Xdr xdr)
Reads the Xdr response, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
public void unmarshalling(Xdr xdr)
xdr - public boolean isLoaded()
true if the properties have been loaded from NFS
server data.false otherwise.public long getLinkMaximum()
public long getNameMaximum()
public boolean isCaseInsensitive()
true if the server file system does not
distinguish case when interpreting filenames.false otherwise.public boolean isCasePreserving()
true if the server file system will preserve the
case of a name during a CREATE, MKDIR, MKNOD, SYMLINK, RENAME, or
LINK operation.false otherwise.public boolean isChownRestricted()
true if the server will reject any request to
change either the owner or the group associated with a file if
the caller is not the privileged user (uid 0).false otherwise.public boolean isNoTruncation()
true if the server will reject any request that
includes a name longer than getNameMaximum() with the error,
NFS3ERR_NAMETOOLONG.false if any length name over getNameMaximum()
bytes will be silently truncated to getNameMaximum() bytes.public java.lang.String toString()
toString in class java.lang.Object