public class OBDARegistryParser extends Object
This class encapsulates all the parsing of the OBDA registry configuration file.
Constructor and Description |
---|
OBDARegistryParser() |
Modifier and Type | Method and Description |
---|---|
static RegistryConfiguration |
parseRegistry(BufferedReader in,
String locator)
parseRegistry parses an Open Bioinformatics Database
Access (OBDA) configuration file. |
public OBDARegistryParser()
public static RegistryConfiguration parseRegistry(BufferedReader in, String locator) throws IOException, RegistryException
parseRegistry
parses an Open Bioinformatics Database
Access (OBDA) configuration file.in
- a BufferedReader
.locator
- a String
a configuration file
locator.RegistryConfiguration
.IOException
- if an error reading the configuration
file.RegistryException
- if the configuration setup fails.Copyright © 2014 BioJava. All rights reserved.