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

com.github.eirslett.maven.plugins.frontend.lib.NodeTaskRunner Maven / Gradle / Ivy

package com.github.eirslett.maven.plugins.frontend.lib;

import java.util.Map;

interface NodeTaskRunner {
	void execute(String args, Map environment) throws TaskRunnerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy