Package pro.gravit.launcher.utils
Class DirWatcher
- java.lang.Object
-
- pro.gravit.launcher.utils.DirWatcher
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.lang.Runnable
public final class DirWatcher extends java.lang.Object implements java.lang.Runnable, java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static booleanFILE_TREE_SUPPORTEDstatic java.lang.StringIGN_OVERFLOW
-
Constructor Summary
Constructors Constructor Description DirWatcher(java.nio.file.Path dir, pro.gravit.launcher.hasher.HashedDir hdir, pro.gravit.launcher.hasher.FileNameMatcher matcher, boolean digest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidrun()
-
-
-
Field Detail
-
FILE_TREE_SUPPORTED
public static final boolean FILE_TREE_SUPPORTED
-
IGN_OVERFLOW
public static final java.lang.String IGN_OVERFLOW
- See Also:
- Constant Field Values
-
-