owltools.yaml.golrconfig
Class ConfigManager

java.lang.Object
  extended by owltools.yaml.golrconfig.ConfigManager

public class ConfigManager
extends Object


Constructor Summary
ConfigManager()
          Constructor.
 
Method Summary
 void add(String location)
          Work with a flexible document definition from a configuration file.
 ArrayList<String> getFieldComments(String id)
          Return the comments associated with the GOlrCoreField id; empty list if there weren't any.
 ArrayList<GOlrField> getFields()
          Get all the fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigManager

public ConfigManager()
Constructor.

Method Detail

add

public void add(String location)
         throws FileNotFoundException
Work with a flexible document definition from a configuration file.

Parameters:
location -
Throws:
FileNotFoundException

getFields

public ArrayList<GOlrField> getFields()
Get all the fields.

Returns:
fields

getFieldComments

public ArrayList<String> getFieldComments(String id)
Return the comments associated with the GOlrCoreField id; empty list if there weren't any.

Parameters:
id -
Returns:
comments


Copyright © 2010-2013. All Rights Reserved.