Update IHM
This commit is contained in:
parent
844f06f1e0
commit
7abec14389
13 changed files with 717 additions and 170 deletions
|
|
@ -1,25 +0,0 @@
|
|||
package fr.myny.data;
|
||||
|
||||
public class ImportData {
|
||||
String url;
|
||||
|
||||
/**
|
||||
* Le constructeur de ImportData
|
||||
*/
|
||||
public ImportData(){
|
||||
|
||||
}
|
||||
/**
|
||||
* Le constructeur de ImportData
|
||||
* @param url string contenant l URL dou recuperer les fichiers csv
|
||||
*/
|
||||
public ImportData(String url){
|
||||
this.url=url;
|
||||
}
|
||||
|
||||
/**
|
||||
* La methode de recuperation de l URL
|
||||
*/
|
||||
public void getUrl(){
|
||||
}
|
||||
}
|
||||
Reference in a new issue