|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TomlParser | |
|---|---|
| me.grison.jtoml.impl | |
| Uses of TomlParser in me.grison.jtoml.impl |
|---|
| Classes in me.grison.jtoml.impl that implement TomlParser | |
|---|---|
class |
SimpleTomlParser
Builtin Toml parser. |
| Fields in me.grison.jtoml.impl declared as TomlParser | |
|---|---|
protected TomlParser |
Toml.tomlParser
Current instance parser: default to `Toml.defaultParser` if none specified |
| Methods in me.grison.jtoml.impl that return TomlParser | |
|---|---|
TomlParser |
Toml.getTomlParser()
Gets the parser currently used to parse TOML. |
| Methods in me.grison.jtoml.impl with parameters of type TomlParser | |
|---|---|
static Toml |
Toml.parse(File file,
TomlParser tomlParser)
Creates a TOML instance loaded with the given file and using the given TOML parser. |
static Toml |
Toml.parse(String tomlString,
TomlParser tomlParser)
Creates a TOML instance loaded with the given file and using the given TOML parser. |
| Constructors in me.grison.jtoml.impl with parameters of type TomlParser | |
|---|---|
Toml(TomlParser tomlParser)
Constructor using a specific TOML parser. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||