diff flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.java @ 412:046bd86ae41d

Improved the OutGenerator interface to set a master artifact for the out generation. flys-artifacts/trunk@1874 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 10 May 2011 10:26:26 +0000
parents 8830eecad69e
children 45cd58a2a2bb
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.java	Tue May 10 07:40:06 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.java	Tue May 10 10:26:26 2011 +0000
@@ -28,6 +28,14 @@
     void init(Document request, OutputStream out, CallContext context);
 
     /**
+     * This method is used to tell the OutGenerator which artifact is the master
+     * artifact which is used for special operations.
+     *
+     * @param master The master artifact.
+     */
+    void setMasterArtifact(Artifact master);
+
+    /**
      * Creates the output of an Artifact and appends that single output to the
      * total output.
      *

http://dive4elements.wald.intevation.org