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

name.remal.gradle_plugins.merge_resources.CustomTextResourceMergerFunction Maven / Gradle / Ivy

The newest version!
package name.remal.gradle_plugins.merge_resources;

import java.io.File;
import java.util.Collection;
import org.gradle.api.file.RelativePath;

@FunctionalInterface
public interface CustomTextResourceMergerFunction {

    String merge(RelativePath relativePath, Collection files) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy