Interface VFileVisitor


public interface VFileVisitor
Author:
taha.bensalah@gmail.com
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(VFile pathname)
    called when file is visited
  • Method Details

    • visit

      boolean visit(VFile pathname)
      called when file is visited
      Parameters:
      pathname - The abstract pathname to be tested
      Returns:
      true if visitor must continue visiting