|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.abstraction.impl.file.PermissionsImpl
Class to set and get Permissions for Grid File objects
| Constructor Summary | |
PermissionsImpl()
|
|
| Method Summary | |
boolean |
getExecute()
return true if executable |
boolean |
getRead()
return true if readable |
boolean |
getWrite()
return true if writable |
void |
setExecute(boolean canExecute)
set/unset executable |
void |
setRead(boolean canRead)
set/unset readable |
void |
setWrite(boolean canWrite)
set/unset writable |
String |
toString()
return a string representation of the mode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PermissionsImpl()
| Method Detail |
public void setRead(boolean canRead)
setRead in interface Permissionspublic boolean getRead()
getRead in interface Permissionspublic void setWrite(boolean canWrite)
setWrite in interface Permissionspublic boolean getWrite()
getWrite in interface Permissionspublic void setExecute(boolean canExecute)
setExecute in interface Permissionspublic boolean getExecute()
getExecute in interface Permissionspublic String toString()
toString in interface Permissions
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||