Module org.elasticsearch.security
Class FileReloadListener
java.lang.Object
org.elasticsearch.xpack.security.support.FileReloadListener
- All Implemented Interfaces:
FileChangesListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonFileChanged(Path file) voidonFileCreated(Path file) voidonFileDeleted(Path file) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.watcher.FileChangesListener
onDirectoryCreated, onDirectoryDeleted, onDirectoryInit, onFileInit
-
Constructor Details
-
FileReloadListener
-
-
Method Details
-
onFileCreated
- Specified by:
onFileCreatedin interfaceFileChangesListener
-
onFileDeleted
- Specified by:
onFileDeletedin interfaceFileChangesListener
-
onFileChanged
- Specified by:
onFileChangedin interfaceFileChangesListener
-