me.grison.jtoml
Interface TomlParser

All Known Implementing Classes:
SimpleTomlParser

public interface TomlParser

Toml Parser interface.

Every parser should implement that interface.

See: The TOML GitHub project for more information about it.

Author:
$Author: Alexandre Grison$

Method Summary
 Map<String,Object> parse(String tomlString)
          Parses the given TOML String.
 

Method Detail

parse

Map<String,Object> parse(String tomlString)
Parses the given TOML String.

Parameters:
tomlString - the TOML String
Returns:
a Map representing the given TOML structure.


Copyright © 2013. All Rights Reserved.