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

de.li2b2.shrine.broker.standalone.Configuration Maven / Gradle / Ivy

Go to download

Standalone service to to run the AKTIN broker and aggregator together with an i2b2 query frontend.

The newest version!
package de.li2b2.shrine.broker.standalone;

import java.io.IOException;
import java.io.InputStream;

public interface Configuration {

	public InputStream readOntologyXML()throws IOException;
	public InputStream readAPIKeyProperties()throws IOException;
	public String getDatabasePath();
	public String getAggregatorDataPath();
	public String getBrokerDataPath();
	public int getPort();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy