![JAR search and dependency download from the Maven repository](/logo.png)
com.kryshchuk.maven.plugins.filevisitor.FileMapper Maven / Gradle / Ivy
/**
*
*/
package com.kryshchuk.maven.plugins.filevisitor;
import java.io.File;
/**
* @author yura
* @since 1.0
*/
public interface FileMapper {
File getMappedFile(File file);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy