org.codehaus.plexus.components.io.attributes
Interface PlexusIoResourceAttributes

All Known Implementing Classes:
FileAttributes, SimpleResourceAttributes

public interface PlexusIoResourceAttributes


Method Summary
 int getGroupId()
           
 java.lang.String getGroupName()
           
 int getOctalMode()
           
 java.lang.String getOctalModeString()
           
 int getUserId()
           
 java.lang.String getUserName()
           
 boolean isGroupExecutable()
           
 boolean isGroupReadable()
           
 boolean isGroupWritable()
           
 boolean isOwnerExecutable()
           
 boolean isOwnerReadable()
           
 boolean isOwnerWritable()
           
 boolean isWorldExecutable()
           
 boolean isWorldReadable()
           
 boolean isWorldWritable()
           
 PlexusIoResourceAttributes setGroupExecutable(boolean flag)
           
 PlexusIoResourceAttributes setGroupId(int gid)
           
 PlexusIoResourceAttributes setGroupName(java.lang.String name)
           
 PlexusIoResourceAttributes setGroupReadable(boolean flag)
           
 PlexusIoResourceAttributes setGroupWritable(boolean flag)
           
 PlexusIoResourceAttributes setOctalMode(int mode)
           
 PlexusIoResourceAttributes setOctalModeString(java.lang.String mode)
           
 PlexusIoResourceAttributes setOwnerExecutable(boolean flag)
           
 PlexusIoResourceAttributes setOwnerReadable(boolean flag)
           
 PlexusIoResourceAttributes setOwnerWritable(boolean flag)
           
 PlexusIoResourceAttributes setUserId(int uid)
           
 PlexusIoResourceAttributes setUserName(java.lang.String name)
           
 PlexusIoResourceAttributes setWorldExecutable(boolean flag)
           
 PlexusIoResourceAttributes setWorldReadable(boolean flag)
           
 PlexusIoResourceAttributes setWorldWritable(boolean flag)
           
 

Method Detail

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.