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