|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectowltools.yaml.golrconfig.ConfigManager
public class ConfigManager
| 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 |
|---|
public ConfigManager()
| Method Detail |
|---|
public void add(String location)
throws FileNotFoundException
location -
FileNotFoundExceptionpublic ArrayList<GOlrField> getFields()
public ArrayList<String> getFieldComments(String id)
public String getSearchableExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||