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

aQute.bnd.main.Interactive Maven / Gradle / Ivy

The newest version!
package aQute.bnd.main;

import java.io.InputStream;
import java.io.PrintStream;
import java.util.Map;

public class Interactive {

	public Interactive(PrintStream out, InputStream in, Map parameters) {

	}

	public boolean go() {
		// TODO Auto-generated method stub
		return false;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy