Uses of Interface
de.bcxp.challenge.common.documentParsing.IDocumentParser
Packages that use IDocumentParser
Package
Description
The root package for the data challenge containing the entry point
App
and containing the resource files.CSV-specific document parsing functionality.
Provides functionality to parse and analyze country-related data.
Provides functionality to parse and analyze weather-related data.
-
Uses of IDocumentParser in de.bcxp.challenge
Methods in de.bcxp.challenge with parameters of type IDocumentParserModifier and TypeMethodDescriptionprivate static String
App.getBestMatchFromDocument
(String path, IDocumentParser parser, IDocumentAnalyser analyser) Loads a document from the given file path using the provided parser, analyzes its entries to find the best match using the provided analyser, and returns the result. -
Uses of IDocumentParser in de.bcxp.challenge.common.documentParsing.csv
Classes in de.bcxp.challenge.common.documentParsing.csv that implement IDocumentParserModifier and TypeClassDescriptionclass
An abstract base class for parsing CSV documents, implementing theIDocumentParser
interface. -
Uses of IDocumentParser in de.bcxp.challenge.countries
Classes in de.bcxp.challenge.countries that implement IDocumentParserModifier and TypeClassDescriptionclass
A CSV parser specialized for parsing country data entries. -
Uses of IDocumentParser in de.bcxp.challenge.weather
Classes in de.bcxp.challenge.weather that implement IDocumentParserModifier and TypeClassDescriptionclass
A CSV parser specifically for weather data entries.