Package me.damoebe.catalog
Klasse CatalogReader
java.lang.Object
me.damoebe.catalog.CatalogReader
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungreadCSV(CatalogType catalogType) Reads the csv files in the resources folder
-
Felddetails
-
elements
-
colors
-
-
Konstruktordetails
-
CatalogReader
public CatalogReader()
-
-
Methodendetails
-
readCSV
Reads the csv files in the resources folder- Parameter:
catalogType- the file type either COLORS or ELEMENTS- Gibt zurück:
- the List of String arrays needed to analise colors and elements
- Löst aus:
Exception- If the files could not be read.
-