|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.util.BasicTableParser
public class BasicTableParser
| Method Summary | |
|---|---|
static BasicTable<String> |
parse(Object source,
String column_delimiter)
|
static BasicTable<String> |
parse(Object source,
String column_delimiter,
boolean use_first_separator_only)
|
static List<BasicTable<String>> |
parse(Object source,
String column_delimiter,
boolean use_first_separator_only,
String start_of_comment_line,
boolean tables_separated_by_single_string_line)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BasicTable<String> parse(Object source,
String column_delimiter)
throws IOException
IOException
public static BasicTable<String> parse(Object source,
String column_delimiter,
boolean use_first_separator_only)
throws IOException
IOException
public static List<BasicTable<String>> parse(Object source,
String column_delimiter,
boolean use_first_separator_only,
String start_of_comment_line,
boolean tables_separated_by_single_string_line)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||