Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
293:3419b1c8ca28 | 294:e5e7af208857 |
---|---|
1 2011-03-31 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/OutGenerator.java: | |
4 New. This interface is used to generator different types of output. | |
5 ArtifactCollections will make use of this interface to create a | |
6 collected output of all its artifacts. | |
7 | |
1 2011-03-30 Ingo Weinzierl <ingo@intevation.de> | 8 2011-03-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 10 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Removed the Backend from FLYSArtifactCollection - used ArtifactDatabase | 11 Removed the Backend from FLYSArtifactCollection - used ArtifactDatabase |
5 operations instead. | 12 operations instead. |