|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parser
Toml Parser interface
| Method Summary | ||
|---|---|---|
|
parseFile(File file)
Parse the given File as TOML. |
|
|
parseString(String string)
Parse the given String as TOML. |
|
| Method Detail |
|---|
<T extends Parser & Getter> T parseString(String string)
string - the string to be parsed.
<T extends Parser & Getter> T parseFile(File file)
throws IOException
file - the file to be parsed.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||