package org.theonefx.wcframework.utils; import java.io.File; public interface FileVisitor { void visit(File file); }