All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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