Package | Description |
---|---|
be.ac.ulb.infof307.g02.utils |
Modifier and Type | Method and Description |
---|---|
private void |
ArticleImporterFromFile.importData(java.io.File file,
Shop targetShop)
Checks the consistency of a CSV file and import all the records if it is consistent.
|
void |
ArticleImporterFromFile.importFrom(Shop targetShop)
Displays a file chooser to select a CSV file to import and process the importation.
|