Class WatchingInfos


  • public class WatchingInfos
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WatchingInfos​(java.nio.file.Path dir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFile​(java.nio.file.Path inputPath)  
      void addIncludedFile​(java.nio.file.Path includedPath, java.nio.file.Path inputPath)  
      java.util.Set<java.nio.file.Path> getReferencingLessPath​(java.nio.file.Path includedLessPath)  
      boolean isWatchLessPath​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

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

      • WatchingInfos

        public WatchingInfos​(java.nio.file.Path dir)
    • Method Detail

      • addFile

        public void addFile​(java.nio.file.Path inputPath)
      • addIncludedFile

        public void addIncludedFile​(java.nio.file.Path includedPath,
                                    java.nio.file.Path inputPath)
      • isWatchLessPath

        public boolean isWatchLessPath​(java.nio.file.Path path)
      • getReferencingLessPath

        public java.util.Set<java.nio.file.Path> getReferencingLessPath​(java.nio.file.Path includedLessPath)