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

org.vebqa.vebtal.TestAdaptionPlugin Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.vebqa.vebtal;

import org.apache.commons.configuration2.CombinedConfiguration;

import javafx.scene.control.Tab;

@SuppressWarnings("restriction")
public interface TestAdaptionPlugin {

	TestAdaptionType getType();
	
	String getName();
	
	Tab startup();
	
	CombinedConfiguration loadConfig();
	
	boolean shutdown();
	
	Class getImplementation();
	
	String getAdaptionID();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy