org.d2rq.csv
Class TranslationTableParser
java.lang.Object
org.d2rq.csv.TranslationTableParser
public class TranslationTableParser
- extends Object
Parses the contents of a CSV file into a collection of
Translations. The CVS file must contain exactly
two columns. DB values come from the first, RDF values
from the second.
- Author:
- Richard Cyganiak (richard@cyganiak.de)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranslationTableParser
public TranslationTableParser(Reader reader)
TranslationTableParser
public TranslationTableParser(String url)
parseTranslations
public Collection<TranslationTable.Translation> parseTranslations()