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

org.bndtools.templating.TemplateEngine Maven / Gradle / Ivy

The newest version!
package org.bndtools.templating;

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

import org.eclipse.core.runtime.IProgressMonitor;

public interface TemplateEngine {

	Map getTemplateParameters(ResourceMap inputs, IProgressMonitor monitor) throws Exception;

	ResourceMap generateOutputs(ResourceMap inputs, Map> parameters, IProgressMonitor monitor)
		throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy