public abstract class AbstractPgxConfig extends AbstractConfig
Constructor and Description |
---|
AbstractPgxConfig() |
Modifier and Type | Method and Description |
---|---|
static PgxConfig |
get() |
static Map<PgxConfig.Field,Object> |
getConfigValues() |
static void |
init(InputStream is, File parent)
initialize the server config from an input stream specified by parameter.
|
static boolean |
isInitialized() |
static void |
reset()
debugging only!
|
static boolean |
strict() |
setSerializable
public static PgxConfig get()
public static Map<PgxConfig.Field,Object> getConfigValues()
IllegalStateException
- if isInitialized()
is false
public static void init(InputStream is, File parent) throws IOException
PgxConfig.Field
will be usedis
-IOException
public static boolean isInitialized()
public static void reset()
public static boolean strict()
Copyright © 2015. All rights reserved.