public class ConfigLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
load(Class<T> cls) |
static ConfigLoader |
settings() |
ConfigLoader |
withDefault(String def) |
ConfigLoader |
withKey(String configKey) |
public static ConfigLoader settings()
public <T> T load(Class<T> cls)
cls - public ConfigLoader withDefault(String def)
def - public ConfigLoader withKey(String configKey)
configKey - Copyright © 2017 Wasiq Bhamla. All rights reserved.