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

aQute.bnd.service.EclipseJUnitTester Maven / Gradle / Ivy

The newest version!
package aQute.bnd.service;

public interface EclipseJUnitTester {
	void setPort(int port);

	void setHost(String host);

	default void setControlPort(int port) {
		throw new IllegalStateException("Control port not supported by " + getClass());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy