Class WatchedFileState


  • public class WatchedFileState
    extends java.lang.Object
    Author:
    Pavel.Sher Date: 05.05.2006
    • Constructor Summary

      Constructors 
      Constructor Description
      WatchedFileState​(boolean exists, boolean isDirectory, long lastModified, long size)  
      WatchedFileState​(java.io.File file)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WatchedFileState

        public WatchedFileState​(@NotNull
                                java.io.File file)
      • WatchedFileState

        public WatchedFileState​(boolean exists,
                                boolean isDirectory,
                                long lastModified,
                                long size)