![JAR search and dependency download from the Maven repository](/logo.png)
com.kryshchuk.maven.plugins.filevisitor.FileVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of file-visitor Show documentation
Show all versions of file-visitor Show documentation
Contains utilities for iterating the files by plugins.
/**
*
*/
package com.kryshchuk.maven.plugins.filevisitor;
import java.io.File;
/**
* FileVisitor interface.
*
* @author yura
* @since 1.0
*/
public interface FileVisitor {
void visit(File inputFile, File outputFile) throws VisitorException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy