public interface FilePermissions
Modifier and Type | Field and Description |
---|---|
static int |
ALL_DOS_FLAGS
All the FLAG_ flags together.
|
static int |
ALL_UNIX_PERMISSIONS
All the OWNER_ and GROUP_ and OTHER_ permissions together.
|
static int |
FLAG_ARCHIVE
A DOS type file flag.
|
static int |
FLAG_HIDDEN
A DOS type file flag.
|
static int |
FLAG_READONLY
A permission/flag for files.
|
static int |
FLAG_ROM
A DOS type file flag - indicates the flag is in ROM.
|
static int |
FLAG_ROMMODULE
A DOS type file flag - indicates the flag is in ROM and is designed to execute in place.
|
static int |
FLAG_SYSTEM
A DOS type file flag.
|
static int |
FLAG_WINDOWS_ALL_USERS_ACCESS
This is a special flag that, on Windows, allows all users full access to a directory or file.
|
static int |
GROUP_EXECUTE
A UNIX type permission.
|
static int |
GROUP_READ
A UNIX type permission.
|
static int |
GROUP_WRITE
A UNIX type permission.
|
static int |
OTHER_EXECUTE
A UNIX type permission.
|
static int |
OTHER_READ
A UNIX type permission.
|
static int |
OTHER_WRITE
A UNIX type permission.
|
static int |
OWNER_EXECUTE
A UNIX type permission.
|
static int |
OWNER_READ
A UNIX type permission.
|
static int |
OWNER_WRITE
A UNIX type permission.
|
static final int FLAG_HIDDEN
static final int FLAG_SYSTEM
static final int FLAG_ARCHIVE
static final int FLAG_READONLY
static final int FLAG_ROM
static final int FLAG_ROMMODULE
static final int FLAG_WINDOWS_ALL_USERS_ACCESS
static final int OWNER_READ
static final int OWNER_WRITE
static final int OWNER_EXECUTE
static final int GROUP_READ
static final int GROUP_WRITE
static final int GROUP_EXECUTE
static final int OTHER_READ
static final int OTHER_WRITE
static final int OTHER_EXECUTE
static final int ALL_UNIX_PERMISSIONS
static final int ALL_DOS_FLAGS