diff src/main/java/de/intevation/lada/data/exporter/LAFExporter.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 1feba681ffee
children f3d0894d9bfc
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/data/exporter/LAFExporter.java	Tue Sep 10 10:17:32 2013 +0200
+++ b/src/main/java/de/intevation/lada/data/exporter/LAFExporter.java	Tue Sep 10 15:55:54 2013 +0200
@@ -14,6 +14,11 @@
 import de.intevation.lada.auth.AuthenticationResponse;
 import de.intevation.lada.model.LProbe;
 
+/**
+* The LAF exporter implements {@link Exporter} to produce a LAF file.
+*
+* @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
+*/
 @Named("lafexporter")
 public class LAFExporter
 implements Exporter
@@ -23,6 +28,13 @@
     @Named("lafcreator")
     private Creator creator;
 
+    /**
+     * Export the {@link LProbe} objects.
+     *
+     * @param proben    List of probe ids.
+     * @param auth      The authentication information.
+     * @return InputStream with the LAF data.
+     */
     @Override
     public InputStream export(
         List<String> proben,
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)