Class YahooParser

java.lang.Object
org.ojalgo.data.domain.finance.series.YahooParser
All Implemented Interfaces:
BasicParser<YahooParser.Data>, TextLineReader.Parser<YahooParser.Data>

public class YahooParser extends Object implements BasicParser<YahooParser.Data>
  • Field Details

  • Constructor Details

    • YahooParser

      public YahooParser()
  • Method Details

    • testHeader

      public static boolean testHeader(String header)
      Checks if the header matches what this parser can handle.
    • parse

      public YahooParser.Data parse(String line)
      Description copied from interface: TextLineReader.Parser
      Parse one line into some custom object. Returning null indicates that parsing failed!
      Specified by:
      parse in interface TextLineReader.Parser<YahooParser.Data>
      Parameters:
      line - The text line to parse
      Returns:
      An object containing (referencing) the parsed data