Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1779:2fe270661b20
Let Output and Attribute Parsers collect Facets during processing.
flys-artifacts/trunk@3101 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 28 Oct 2011 09:08:48 +0000 |
parents | 5a1d59926a72 |
children | b503d92dd709 |
comparison
equal
deleted
inserted
replaced
1778:5a1d59926a72 | 1779:2fe270661b20 |
---|---|
1 2011-10-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Let OutputParser and AttributeParser collect all facets on the way. | |
4 | |
5 * src/main/java/de/intevation/flys/collections/OutputParser.java, | |
6 src/main/java/de/intevation/flys/collections/AttributeParser.java: | |
7 Collect all facets while iterating over Outputs and Attributes, | |
8 documentation added. | |
9 | |
1 2011-10-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 10 2011-10-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 11 |
3 Extracted getFlysContext from FLYSArtifacts into FLYSUtils. | 12 Extracted getFlysContext from FLYSArtifacts into FLYSUtils. |
4 | 13 |
5 * src/main/java/de/intevation/flys/utils/FLYSUtils.java | 14 * src/main/java/de/intevation/flys/utils/FLYSUtils.java |