FileAttributes, PlexusIoProxyResourceAttributes, SimpleResourceAttributespublic interface PlexusIoResourceAttributes
| Modifier and Type | Field | Description |
|---|---|---|
static int |
UNKNOWN_OCTAL_MODE |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Integer |
getGroupId() |
Gets the unix group id.
|
java.lang.String |
getGroupName() |
The group name.
|
int |
getOctalMode() |
Octal mode attributes.
|
java.lang.Integer |
getUserId() |
Gets the unix user id.
|
java.lang.String |
getUserName() |
Returns the user name of the user owning the file.
|
boolean |
isGroupExecutable() |
|
boolean |
isGroupReadable() |
|
boolean |
isGroupWritable() |
|
boolean |
isOwnerExecutable() |
|
boolean |
isOwnerReadable() |
|
boolean |
isOwnerWritable() |
|
boolean |
isSymbolicLink() |
|
boolean |
isWorldExecutable() |
|
boolean |
isWorldReadable() |
|
boolean |
isWorldWritable() |
static final int UNKNOWN_OCTAL_MODE
boolean isOwnerReadable()
boolean isOwnerWritable()
boolean isOwnerExecutable()
boolean isGroupReadable()
boolean isGroupWritable()
boolean isGroupExecutable()
boolean isWorldReadable()
boolean isWorldWritable()
boolean isWorldExecutable()
java.lang.Integer getUserId()
@Nullable java.lang.Integer getGroupId()
@Nullable java.lang.String getUserName()
@Nullable java.lang.String getGroupName()
int getOctalMode()
UNKNOWN_OCTAL_MODE if unsupported on current file/file system@Nonnull boolean isSymbolicLink()