org.codehaus.plexus.components.io.attributes
Interface PlexusIoResourceAttributes
- All Known Implementing Classes:
- FileAttributes, SimpleResourceAttributes
public interface PlexusIoResourceAttributes
isOwnerReadable
boolean isOwnerReadable()
isOwnerWritable
boolean isOwnerWritable()
isOwnerExecutable
boolean isOwnerExecutable()
isGroupReadable
boolean isGroupReadable()
isGroupWritable
boolean isGroupWritable()
isGroupExecutable
boolean isGroupExecutable()
isWorldReadable
boolean isWorldReadable()
isWorldWritable
boolean isWorldWritable()
isWorldExecutable
boolean isWorldExecutable()
getUserId
int getUserId()
getGroupId
int getGroupId()
getUserName
java.lang.String getUserName()
getGroupName
java.lang.String getGroupName()
getOctalMode
int getOctalMode()
getOctalModeString
java.lang.String getOctalModeString()
setOwnerReadable
PlexusIoResourceAttributes setOwnerReadable(boolean flag)
setOwnerWritable
PlexusIoResourceAttributes setOwnerWritable(boolean flag)
setOwnerExecutable
PlexusIoResourceAttributes setOwnerExecutable(boolean flag)
setGroupReadable
PlexusIoResourceAttributes setGroupReadable(boolean flag)
setGroupWritable
PlexusIoResourceAttributes setGroupWritable(boolean flag)
setGroupExecutable
PlexusIoResourceAttributes setGroupExecutable(boolean flag)
setWorldReadable
PlexusIoResourceAttributes setWorldReadable(boolean flag)
setWorldWritable
PlexusIoResourceAttributes setWorldWritable(boolean flag)
setWorldExecutable
PlexusIoResourceAttributes setWorldExecutable(boolean flag)
setUserId
PlexusIoResourceAttributes setUserId(int uid)
setGroupId
PlexusIoResourceAttributes setGroupId(int gid)
setUserName
PlexusIoResourceAttributes setUserName(java.lang.String name)
setGroupName
PlexusIoResourceAttributes setGroupName(java.lang.String name)
setOctalMode
PlexusIoResourceAttributes setOctalMode(int mode)
setOctalModeString
PlexusIoResourceAttributes setOctalModeString(java.lang.String mode)
Copyright © 2001-2010 Codehaus. All Rights Reserved.