| Package | Description |
|---|---|
| com.codelanx.commons.config | |
| com.codelanx.commons.data | |
| com.codelanx.commons.data.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MemoryConfig<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends FileDataType> |
ConfigFile.anonMutator(String path,
Object def,
T file) |
default ConfigFile |
ConfigFile.retrieve(FileDataType t)
Facade method for
retrieve(FileDataType, ConfigFile) |
static <T extends FileDataType> |
ConfigFile.retrieve(T file,
ConfigFile config)
Retrieves an anonymous value which can utilize a
ConfigFile parameter to retrieve data from any source |
default ConfigFile |
MemoryConfig.set(Object val) |
default ConfigFile |
ConfigFile.set(Object val)
Sets a value in the
FileDataType |
| Modifier and Type | Method and Description |
|---|---|
static <T extends FileDataType> |
ConfigFile.retrieve(T file,
ConfigFile config)
Retrieves an anonymous value which can utilize a
ConfigFile parameter to retrieve data from any source |
| Modifier and Type | Method and Description |
|---|---|
ConfigFile |
FileDataType.getMutable(String path) |
ConfigFile |
FileDataType.getMutable(String path,
Object def) |
| Constructor and Description |
|---|
ConnectionPrefs(ConfigFile host,
ConfigFile user,
ConfigFile pass,
ConfigFile database,
ConfigFile port)
Class constructor.
|
Copyright © 2017. All rights reserved.