Uses of Class
com.moandjiezana.toml.Toml
-
-
Uses of Toml in com.moandjiezana.toml
Fields in com.moandjiezana.toml declared as Toml Modifier and Type Field Description private TomlToml. defaultsMethods in com.moandjiezana.toml that return Toml Modifier and Type Method Description TomlToml. getTable(java.lang.String key)TomlToml. read(Toml otherToml)Populates the current Toml instance with values from otherToml.TomlToml. read(java.io.File file)Populates the current Toml instance with values from file.TomlToml. read(java.io.InputStream inputStream)Populates the current Toml instance with values from inputStream.TomlToml. read(java.io.Reader reader)Populates the current Toml instance with values from reader.TomlToml. read(java.lang.String tomlString)Populates the current Toml instance with values from tomlString.Methods in com.moandjiezana.toml that return types with arguments of type Toml Modifier and Type Method Description java.util.List<Toml>Toml. getTables(java.lang.String key)Methods in com.moandjiezana.toml with parameters of type Toml Modifier and Type Method Description TomlToml. read(Toml otherToml)Populates the current Toml instance with values from otherToml.Constructors in com.moandjiezana.toml with parameters of type Toml Constructor Description Toml(Toml defaults)Toml(Toml defaults, java.util.Map<java.lang.String,java.lang.Object> values)
-