Class FileInfoCache


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

      Constructors 
      Constructor Description
      FileInfoCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      java.lang.Boolean get​(java.io.File f)  
      void put​(java.io.File f, boolean b)  
      • Methods inherited from class java.lang.Object

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

      • FileInfoCache

        public FileInfoCache()
    • Method Detail

      • put

        public void put​(java.io.File f,
                        boolean b)
      • get

        public java.lang.Boolean get​(java.io.File f)
      • clear

        public void clear()