public interface PlexusIoResourceAttributes
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_OCTAL_MODE |
Modifier and Type | Method and Description |
---|---|
Integer |
getGroupId()
Gets the unix group id.
|
String |
getGroupName()
The group name.
|
int |
getOctalMode()
Octal mode attributes.
|
Integer |
getUserId()
Gets the unix user id.
|
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()
Integer getUserId()
@Nullable Integer getGroupId()
@Nullable String getUserName()
@Nullable String getGroupName()
int getOctalMode()
UNKNOWN_OCTAL_MODE
if unsupported on current file/file system@Nonnull boolean isSymbolicLink()
Copyright © 2001–2017 Codehaus Plexus. All rights reserved.