|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YamlConfig | |
|---|---|
| org.parancoe.yaml | |
| Uses of YamlConfig in org.parancoe.yaml |
|---|
| Methods in org.parancoe.yaml that return YamlConfig | |
|---|---|
static YamlConfig |
YamlConfig.fromFile(java.lang.String filename)
Loads a YamlConfig from a Yaml configuration file |
static YamlConfig |
YamlConfig.fromResource(java.lang.String filename)
Loads a YamlConfig from a resource on the classpath |
YamlConfig |
YamlEncoder.getConfig()
|
YamlConfig |
YamlDecoder.getConfig()
returns the Jyaml configuration for this Decoder |
static YamlConfig |
YamlConfig.getDefaultConfig()
The default Jyaml configuration |
| Methods in org.parancoe.yaml with parameters of type YamlConfig | |
|---|---|
void |
YamlEncoder.setConfig(YamlConfig config)
|
void |
YamlDecoder.setConfig(YamlConfig config)
set the Jyaml configuration for this decoder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||