| Modifier and Type | Method and Description |
|---|---|
Toml |
Toml.getTable(String key) |
Toml |
Toml.read(File file)
Populates the current Toml instance with values from file.
|
Toml |
Toml.read(InputStream inputStream)
Populates the current Toml instance with values from inputStream.
|
Toml |
Toml.read(Reader reader)
Populates the current Toml instance with values from reader.
|
Toml |
Toml.read(String tomlString)
Populates the current Toml instance with values from tomlString.
|
Toml |
Toml.read(Toml otherToml)
Populates the current Toml instance with values from otherToml.
|
| Modifier and Type | Method and Description |
|---|---|
List<Toml> |
Toml.getTables(String key) |
| Modifier and Type | Method and Description |
|---|---|
Toml |
Toml.read(Toml otherToml)
Populates the current Toml instance with values from otherToml.
|
| Constructor and Description |
|---|
Toml(Toml defaults) |
Copyright © 2013–2017. All rights reserved.