Class WatchedFile
java.lang.Object
com.djrapitops.plan.settings.upkeep.WatchedFile
File or Path with a function that is called if the file is modified.
-
Constructor Summary
ConstructorDescriptionWatchedFile
(File file, VoidFunction onChange) WatchedFile
(Path path, VoidFunction onChange) -
Method Summary