view 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
line wrap: on
line source
package de.intevation.lada.data.exporter;

import java.io.File;
import java.io.InputStream;
import java.util.List;
import java.util.Map;

import de.intevation.lada.auth.AuthenticationResponse;


public interface Exporter
{
    public InputStream export(String probe, AuthenticationResponse auth);
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)