| Package | Description |
|---|---|
| js.util |
Utility functions for strings, files, dynamic types manipulation, parameters validation and more.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Files.FileNotify,Predicate> |
Files.INOTIFY_PREDICATES
Predefined predicates used by
Files.inotify(File, FileNotify, int). |
| Modifier and Type | Method and Description |
|---|---|
static Files.FileNotify |
Files.FileNotify.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Files.FileNotify[] |
Files.FileNotify.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Files.inotify(File file,
Files.FileNotify notify,
int timeout)
Wait for requested action to happen on given file.
|
Copyright © 2018. All rights reserved.