uk.ac.manchester.gong.bong.settings
Class BONGFileReader

java.lang.Object
  extended by uk.ac.manchester.gong.bong.settings.BONGFileReader

public class BONGFileReader
extends java.lang.Object

Parser for reading and stroing the BONG file info.


Constructor Summary
BONGFileReader()
           
 
Method Summary
static java.lang.String bongOntologyFile()
           
static java.lang.String bongOntologyURI()
           
static java.util.HashMap ontologies()
           
static void readFile(java.lang.String file)
           
static java.lang.String tablename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BONGFileReader

public BONGFileReader()
Method Detail

readFile

public static void readFile(java.lang.String file)
                     throws java.io.IOException
Throws:
java.io.IOException

tablename

public static java.lang.String tablename()

bongOntologyFile

public static java.lang.String bongOntologyFile()

bongOntologyURI

public static java.lang.String bongOntologyURI()

ontologies

public static java.util.HashMap ontologies()