Uses of Class
me.grison.jtoml.impl.Toml

Packages that use Toml
me.grison.jtoml.impl   
 

Uses of Toml in me.grison.jtoml.impl
 

Methods in me.grison.jtoml.impl that return Toml
static Toml Toml.parse(File file)
          Creates a TOML instance loaded with the given file.
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)
          Creates a TOML instance loaded with the given String.
static Toml Toml.parse(String tomlString, TomlParser tomlParser)
          Creates a TOML instance loaded with the given file and using the given TOML parser.
 Toml Toml.parseFile(File file)
           
 Toml Toml.parseString(String string)
           
 



Copyright © 2013. All Rights Reserved.