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

com.github.jasonmfehr.combiner.input.InputSourceReader Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta-05
Show newest version
package com.github.jasonmfehr.combiner.input;

import java.util.List;
import java.util.Map;

import org.apache.maven.project.MavenProject;

public interface InputSourceReader {

	public Map read(final String encoding, final List includes, final List excludes, final Map settings, final MavenProject mavenProject);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy