Package | Description |
---|---|
io.tesla.proviso.archive.perms |
Modifier and Type | Field and Description |
---|---|
static FileMode |
FileMode.EXECUTABLE_FILE
Mode indicating an entry is an executable file.
|
static FileMode |
FileMode.GITLINK
Mode indicating an entry is a submodule commit in another repository.
|
static FileMode |
FileMode.MISSING
Mode indicating an entry is missing during parallel walks.
|
static FileMode |
FileMode.REGULAR_FILE
Mode indicating an entry is a non-executable file.
|
static FileMode |
FileMode.SYMLINK
Mode indicating an entry is a symbolic link.
|
static FileMode |
FileMode.TREE
Mode indicating an entry is a tree (aka directory).
|
Modifier and Type | Method and Description |
---|---|
static FileMode |
FileMode.fromBits(int bits)
Convert a set of mode bits into a FileMode enumerated value.
|
Copyright © 2020. All rights reserved.