diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 295:53c155bfde07

Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext. flys-artifacts/trunk@1633 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 31 Mar 2011 10:56:08 +0000
parents a228b39494a9
children eca7892bf8ff
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java	Thu Mar 31 10:54:07 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java	Thu Mar 31 10:56:08 2011 +0000
@@ -25,6 +25,11 @@
     public static final String STATE_ENGINE_KEY =
         "artifact.state.engine";
 
+    /** The key that is used to store the Map of OutGenerator classes in the
+     * context.*/
+    public static final String OUTGENERATORS_KEY =
+        "flys.export.outgenerators";
+
 
     /**
      * The default constructor.

http://dive4elements.wald.intevation.org