public class SimpleResourceAttributes extends Object implements PlexusIoResourceAttributes
| Constructor and Description |
|---|
SimpleResourceAttributes() |
SimpleResourceAttributes(Integer uid,
String userName,
Integer gid,
String groupName,
int mode) |
public SimpleResourceAttributes(Integer uid, String userName, Integer gid, String groupName, int mode)
public SimpleResourceAttributes()
public int getOctalMode()
getOctalMode in interface PlexusIoResourceAttributespublic Integer getGroupId()
PlexusIoResourceAttributesgetGroupId in interface PlexusIoResourceAttributespublic String getGroupName()
getGroupName in interface PlexusIoResourceAttributespublic Integer getUserId()
PlexusIoResourceAttributesgetUserId in interface PlexusIoResourceAttributespublic String getUserName()
getUserName in interface PlexusIoResourceAttributespublic boolean isGroupExecutable()
isGroupExecutable in interface PlexusIoResourceAttributespublic boolean isGroupReadable()
isGroupReadable in interface PlexusIoResourceAttributespublic boolean isGroupWritable()
isGroupWritable in interface PlexusIoResourceAttributespublic boolean isOwnerExecutable()
isOwnerExecutable in interface PlexusIoResourceAttributespublic boolean isOwnerReadable()
isOwnerReadable in interface PlexusIoResourceAttributespublic boolean isOwnerWritable()
isOwnerWritable in interface PlexusIoResourceAttributespublic boolean isWorldExecutable()
isWorldExecutable in interface PlexusIoResourceAttributespublic boolean isWorldReadable()
isWorldReadable in interface PlexusIoResourceAttributespublic boolean isWorldWritable()
isWorldWritable in interface PlexusIoResourceAttributespublic String getOctalModeString()
getOctalModeString in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setOctalMode(int mode)
setOctalMode in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setGroupExecutable(boolean flag)
setGroupExecutable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setGroupId(Integer gid)
setGroupId in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setGroupName(String name)
setGroupName in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setGroupReadable(boolean flag)
setGroupReadable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setGroupWritable(boolean flag)
setGroupWritable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setOwnerExecutable(boolean flag)
setOwnerExecutable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setOwnerReadable(boolean flag)
setOwnerReadable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setOwnerWritable(boolean flag)
setOwnerWritable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setUserId(Integer uid)
setUserId in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setUserName(String name)
setUserName in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setWorldExecutable(boolean flag)
setWorldExecutable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setWorldReadable(boolean flag)
setWorldReadable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setWorldWritable(boolean flag)
setWorldWritable in interface PlexusIoResourceAttributespublic PlexusIoResourceAttributes setOctalModeString(String mode)
setOctalModeString in interface PlexusIoResourceAttributesCopyright © 2001-2014 Codehaus. All Rights Reserved.