Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 294:e5e7af208857
Added an OutGenerator interface that might be used to generator collected outputs of a set of artifacts.
flys-artifacts/trunk@1632 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 31 Mar 2011 10:54:07 +0000 |
parents | 3419b1c8ca28 |
children | 53c155bfde07 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Mar 30 16:00:51 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Mar 31 10:54:07 2011 +0000 @@ -1,3 +1,10 @@ +2011-03-31 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/exports/OutGenerator.java: + New. This interface is used to generator different types of output. + ArtifactCollections will make use of this interface to create a + collected output of all its artifacts. + 2011-03-30 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: