![JAR search and dependency download from the Maven repository](/logo.png)
de.li2b2.shrine.broker.standalone.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of i2b2-shrine Show documentation
Show all versions of i2b2-shrine Show documentation
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