|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Permissions
to query and set
permissions on Saga objects, such as files or streams.
See:
Description
Interface Summary | |
---|---|
Permissions<T> | This interface describes methods to query and set permissions. |
Enum Summary | |
---|---|
Permission | Enumerates all permission values. |
The permissions package provides the interface
Permissions
to query and set
permissions on Saga objects, such as files or streams.
Objects that implement this interface maintain a set of permissions
for each object instance, for a set of IDs.
The possible permission flags are defined in the
Permission
enumeration
class, which includes methods to combine them into integers,
and to determine if they are set in an integer.
These methods are not described in the language-independent SAGA
specification, but are added in the Java language bindings because
in Java, enumerations cannot be treated as integers.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |