Package org.forester.util
Class BasicTableParser
java.lang.Object
org.forester.util.BasicTableParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic BasicTable<String>static BasicTable<String>parse(Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only) static List<BasicTable<String>>parse(Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only, String start_of_comment_line, boolean tables_separated_by_single_string_line)  
- 
Method Details
- 
parse
- Throws:
 IOException
 - 
parse
public static BasicTable<String> parse(Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only) throws IOException - Throws:
 IOException
 - 
parse
public static List<BasicTable<String>> parse(Object source, char column_delimiter, boolean use_first_separator_only, boolean use_last_separator_only, String start_of_comment_line, boolean tables_separated_by_single_string_line) throws IOException - Throws:
 IOException
 
 -