Interface FileVisitor

All Known Implementing Classes:
ManagedDirView.CompressOldAndDeleteReallyOldFiles, ManagedDirView.FileDeleter

public interface FileVisitor
Simple file visitor interface

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(File file)
    Visitor callback

    Supported API: true
  • Method Details

    • visit

      void visit(File file)
      Visitor callback

      Supported API: true