public interface PlexusIoResourceAttributes
Modifier and Type | Method and Description |
---|---|
Integer |
getGroupId()
Gets the unix group id.
|
String |
getGroupName()
The group name.
|
int |
getOctalMode() |
String |
getOctalModeString() |
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()
Indicates if this is a symnbolic link element.
|
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()
Integer getGroupId()
String getUserName()
String getGroupName()
int getOctalMode()
String getOctalModeString()
boolean isSymbolicLink()
Copyright © 2001-2014 Codehaus. All Rights Reserved.