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

org.molgenis.data.annotation.utils.JarRunner Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.molgenis.data.annotation.utils;

import java.io.File;
import java.io.IOException;
import java.util.List;

/**
 * Created by charbonb on 24/08/15.
 */
public interface JarRunner
{

	public File runJar(String outputFileName, List params, File input) throws IOException, InterruptedException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy