Package | Description |
---|---|
nl.esciencecenter.octopus.engine.files | |
nl.esciencecenter.octopus.files |
This package contains classes and interfaces which are used to provide advanced input
and output.
|
Modifier and Type | Method and Description |
---|---|
void |
FilesEngine.setAcl(Path path,
List<AclEntry> acl) |
void |
FilesAdaptor.setAcl(Path path,
List<AclEntry> acl)
Updates (replace) the access control list.
|
Modifier and Type | Method and Description |
---|---|
(package private) AclEntry |
AclEntry.Builder.build()
Constructs an AclEntry from the components of this builder.
|
Modifier and Type | Method and Description |
---|---|
List<AclEntry> |
FileAttributes.getAcl()
Reads the access control list.
|
Modifier and Type | Method and Description |
---|---|
static AclEntry.Builder |
AclEntry.newBuilder(AclEntry entry)
Constructs a new builder with the components of an existing ACL entry.
|
Modifier and Type | Method and Description |
---|---|
void |
Files.setAcl(Path path,
List<AclEntry> acl)
Updates (replace) the access control list.
|