org.forester.util
Class BasicTableParser

java.lang.Object
  extended by org.forester.util.BasicTableParser

public class BasicTableParser
extends Object


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

parse

public static BasicTable<String> parse(Object source,
                                       String column_delimiter)
                                throws IOException
Throws:
IOException

parse

public static BasicTable<String> parse(Object source,
                                       String column_delimiter,
                                       boolean use_first_separator_only)
                                throws IOException
Throws:
IOException

parse

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
Throws:
IOException