edu.columbia.cs.ref.configuration
Class ConfigurationLoader

java.lang.Object
  extended by edu.columbia.cs.ref.configuration.ConfigurationLoader

public class ConfigurationLoader
extends java.lang.Object

The Class ConfigurationLoader is used to load the configuration files from an XML file.

The constructor of this class receives as input a String that corresponds to the path to the XML file.

Since:
2011-09-27
Version:
0.1
Author:
Pablo Barrio, Goncalo Simoes

Constructor Summary
ConfigurationLoader(java.lang.String xmlFile)
           
 
Method Summary
 SentenceSplitter getSentenceSplitter()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationLoader

public ConfigurationLoader(java.lang.String xmlFile)
Method Detail

getSentenceSplitter

public SentenceSplitter getSentenceSplitter()

main

public static void main(java.lang.String[] args)