Class YahooParser
java.lang.Object
org.ojalgo.data.domain.finance.series.YahooParser
- All Implemented Interfaces:
BasicParser<YahooParser.Data>
,TextLineReader.Parser<YahooParser.Data>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParse one line into some custom object.static boolean
testHeader
(String header) Checks if the header matches what this parser can handle.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
YahooParser
public YahooParser()
-
-
Method Details
-
testHeader
Checks if the header matches what this parser can handle. -
parse
Description copied from interface:TextLineReader.Parser
Parse one line into some custom object. Returning null indicates that parsing failed!- Specified by:
parse
in interfaceTextLineReader.Parser<YahooParser.Data>
- Parameters:
line
- The text line to parse- Returns:
- An object containing (referencing) the parsed data
-