comparison src/main/java/de/intevation/lada/data/importer/LAFProducer.java @ 317:b73c16f2b87c

Updated system property keys.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 21 Aug 2013 09:00:11 +0200
parents 821557a17e5e
children 5844d7457dde
comparison
equal deleted inserted replaced
316:2adf28ac7fe0 317:b73c16f2b87c
42 this.pKommentare = new ArrayList<LKommentarP>(); 42 this.pKommentare = new ArrayList<LKommentarP>();
43 this.mKommentare = new ArrayList<LKommentarM>(); 43 this.mKommentare = new ArrayList<LKommentarM>();
44 this.messungen = new ArrayList<LMessung>(); 44 this.messungen = new ArrayList<LMessung>();
45 this.orte = new ArrayList<LOrt>(); 45 this.orte = new ArrayList<LOrt>();
46 this.messwerte = new ArrayList<LMesswert>(); 46 this.messwerte = new ArrayList<LMesswert>();
47 String fileName = System.getProperty("de_intevation_lada_import"); 47 String fileName = System.getProperty("de.intevation.lada.import");
48 LAFFormat format = new LAFFormat(); 48 LAFFormat format = new LAFFormat();
49 format.readConfigFile(fileName); 49 format.readConfigFile(fileName);
50 probenFormat = format.getFormat("probe"); 50 probenFormat = format.getFormat("probe");
51 messungFormat = format.getFormat("messung"); 51 messungFormat = format.getFormat("messung");
52 ortFormat = format.getFormat("ort"); 52 ortFormat = format.getFormat("ort");
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)