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.
 String getSearchableExtension()
          Get the extension to be used with the searchable field generation.
 
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:

getFieldComments

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

Returns:

getSearchableExtension

public String getSearchableExtension()
Get the extension to be used with the searchable field generation.



Copyright © 2010-2012. All Rights Reserved.