Package | Description |
---|---|
nl.esciencecenter.xenon.files |
This package contains classes and interfaces for manipulating files.
|
Modifier and Type | Method and Description |
---|---|
String |
FileAttributes.group()
Get the group of this file.
|
String |
FileAttributes.owner()
Get the owner of this file.
|
Set<PosixFilePermission> |
FileAttributes.permissions()
Get the permissions of this file.
|