Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
Modifier and Type | Class and Description |
---|---|
static class |
Entry.PosixEntity
Defines access entities for POSIX systems.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
MemoryBuffer.isPermitted(Entry.Access type,
Entry.Entity entity) |
Boolean |
DecoratingEntry.isPermitted(Entry.Access type,
Entry.Entity entity) |
Boolean |
Entry.isPermitted(Entry.Access type,
Entry.Entity entity)
Returns
true or false if the given access type
to this entry for the given entity is respectively permitted or
denied. |
boolean |
MutableEntry.setPermitted(Entry.Access type,
Entry.Entity entity,
Boolean value)
Sets the permission for the given
entity for the given access
type to this entry. |
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.