comparison src/main/java/de/intevation/lada/data/exporter/Exporter.java @ 326:86cda4c57092

New interfaces for data exporter and data creator.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 27 Aug 2013 09:44:59 +0200
parents
children 1feba681ffee
comparison
equal deleted inserted replaced
325:30883ab746a5 326:86cda4c57092
1 package de.intevation.lada.data.exporter;
2
3 import java.io.File;
4 import java.io.InputStream;
5 import java.util.List;
6 import java.util.Map;
7
8 import de.intevation.lada.auth.AuthenticationResponse;
9
10
11 public interface Exporter
12 {
13 public InputStream export(String probe, AuthenticationResponse auth);
14 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)