public interface PlexusIoResourceAttributes
Modifier and Type | Method and Description |
---|---|
Integer |
getGroupId()
Gets the unix group id.
|
String |
getGroupName()
The group name.
|
int |
getOctalMode() |
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() |
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()
@Nonnull boolean isSymbolicLink()
Copyright © 2001-2014 Codehaus. All Rights Reserved.