me.grison.jtoml
Interface Parser

All Known Implementing Classes:
Toml

public interface Parser

Toml Parser interface

Author:
$Author: Alexandre Grison$

Method Summary
<T extends Parser & Getter>
T
parseFile(File file)
          Parse the given File as TOML.
<T extends Parser & Getter>
T
parseString(String string)
          Parse the given String as TOML.
 

Method Detail

parseString

<T extends Parser & Getter> T parseString(String string)
Parse the given String as TOML.

Parameters:
string - the string to be parsed.

parseFile

<T extends Parser & Getter> T parseFile(File file)
                                   throws IOException
Parse the given File as TOML.

Parameters:
file - the file to be parsed.
Throws:
IOException


Copyright © 2013. All Rights Reserved.