Interface ContainerFileFilter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ContainerFileFilter
OFD容器文件过滤
Since:
2021-07-15 18:39:06
Author:
权观宇
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    filter(String containerPath, Path absPath)
    执行过滤
  • Method Details

    • filter

      boolean filter(String containerPath, Path absPath)
      执行过滤
      Parameters:
      containerPath - 文件在容器内的路径
      absPath - 文件绝对路径
      Returns:
      true - 保留; false - 忽略