Class DirWatcher

java.lang.Object
pro.gravit.launcher.utils.DirWatcher
All Implemented Interfaces:
AutoCloseable, Runnable

public final class DirWatcher extends Object implements Runnable, AutoCloseable
  • Field Details

    • FILE_TREE_SUPPORTED

      public static final boolean FILE_TREE_SUPPORTED
    • IGN_OVERFLOW

      public static final String IGN_OVERFLOW
      See Also:
  • Constructor Details

    • DirWatcher

      public DirWatcher(Path dir, pro.gravit.launcher.hasher.HashedDir hdir, pro.gravit.launcher.hasher.FileNameMatcher matcher, boolean digest) throws IOException
      Throws:
      IOException
  • Method Details