public final class HoconParser
extends java.lang.Object
implements me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.CommentedConfig>
| Constructor and Description |
|---|
HoconParser() |
| Modifier and Type | Method and Description |
|---|---|
me.hypherionmc.moonconfig.core.ConfigFormat<me.hypherionmc.moonconfig.core.CommentedConfig> |
getFormat() |
me.hypherionmc.moonconfig.core.CommentedConfig |
parse(java.io.Reader reader) |
void |
parse(java.io.Reader reader,
me.hypherionmc.moonconfig.core.Config destination,
me.hypherionmc.moonconfig.core.io.ParsingMode parsingMode) |
public me.hypherionmc.moonconfig.core.ConfigFormat<me.hypherionmc.moonconfig.core.CommentedConfig> getFormat()
getFormat in interface me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.CommentedConfig>public me.hypherionmc.moonconfig.core.CommentedConfig parse(java.io.Reader reader)
parse in interface me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.CommentedConfig>public void parse(java.io.Reader reader,
me.hypherionmc.moonconfig.core.Config destination,
me.hypherionmc.moonconfig.core.io.ParsingMode parsingMode)
parse in interface me.hypherionmc.moonconfig.core.io.ConfigParser<me.hypherionmc.moonconfig.core.CommentedConfig>