|
||||||||||
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. |
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
-
FileNotFoundException
public ArrayList<GOlrField> getFields()
public ArrayList<String> getFieldComments(String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |