|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.ConfigParser
public final class ConfigParser
ConfigParser
extracts a Config
from a JSON config file.
Method Summary | |
---|---|
static Config.Builder |
createBuilderFromFile(java.io.File file)
|
static Config |
parseFile(java.io.File file)
|
static Config |
update(Config config,
QueryData queryData)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Config.Builder createBuilderFromFile(java.io.File file) throws java.io.IOException
java.io.IOException
public static Config parseFile(java.io.File file) throws java.io.IOException
java.io.IOException
public static Config update(Config config, QueryData queryData)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |