Class ThumbnailManager.FilePurgeVisitor

  • All Implemented Interfaces:
    java.nio.file.FileVisitor<java.nio.file.Path>
    Enclosing class:
    ThumbnailManager

    protected static class ThumbnailManager.FilePurgeVisitor
    extends java.lang.Object
    implements java.nio.file.FileVisitor<java.nio.file.Path>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void deleteFile​(java.nio.file.Path path)  
      protected void deleteFiles()  
      long getCount()  
      protected java.lang.String getDocId​(java.nio.file.Path file)  
      java.nio.file.FileVisitResult postVisitDirectory​(java.nio.file.Path dir, java.io.IOException e)  
      java.nio.file.FileVisitResult preVisitDirectory​(java.nio.file.Path dir, java.nio.file.attribute.BasicFileAttributes attrs)  
      java.nio.file.FileVisitResult visitFile​(java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attrs)  
      java.nio.file.FileVisitResult visitFileFailed​(java.nio.file.Path file, java.io.IOException e)  
      • Methods inherited from class java.lang.Object

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

      • expiry

        protected final long expiry
      • count

        protected long count
      • maxPurgeSize

        protected final int maxPurgeSize
      • deletedFileList

        protected final java.util.List<java.nio.file.Path> deletedFileList
      • basePath

        protected final java.nio.file.Path basePath
      • imageExtention

        protected final java.lang.String imageExtention
      • fessConfig

        protected final FessConfig fessConfig
    • Method Detail

      • deleteFiles

        protected void deleteFiles()
      • deleteFile

        protected void deleteFile​(java.nio.file.Path path)
      • getDocId

        protected java.lang.String getDocId​(java.nio.file.Path file)
      • getCount

        public long getCount()
      • preVisitDirectory

        public java.nio.file.FileVisitResult preVisitDirectory​(java.nio.file.Path dir,
                                                               java.nio.file.attribute.BasicFileAttributes attrs)
                                                        throws java.io.IOException
        Specified by:
        preVisitDirectory in interface java.nio.file.FileVisitor<java.nio.file.Path>
        Throws:
        java.io.IOException
      • visitFile

        public java.nio.file.FileVisitResult visitFile​(java.nio.file.Path file,
                                                       java.nio.file.attribute.BasicFileAttributes attrs)
                                                throws java.io.IOException
        Specified by:
        visitFile in interface java.nio.file.FileVisitor<java.nio.file.Path>
        Throws:
        java.io.IOException
      • visitFileFailed

        public java.nio.file.FileVisitResult visitFileFailed​(java.nio.file.Path file,
                                                             java.io.IOException e)
                                                      throws java.io.IOException
        Specified by:
        visitFileFailed in interface java.nio.file.FileVisitor<java.nio.file.Path>
        Throws:
        java.io.IOException
      • postVisitDirectory

        public java.nio.file.FileVisitResult postVisitDirectory​(java.nio.file.Path dir,
                                                                java.io.IOException e)
                                                         throws java.io.IOException
        Specified by:
        postVisitDirectory in interface java.nio.file.FileVisitor<java.nio.file.Path>
        Throws:
        java.io.IOException