Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 944:c256061287d7
Simplified the code to read all provided Outputs of an Artifact.
flys-artifacts/trunk@2357 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jul 2011 17:09:00 +0000 |
parents | 5de90b0cff8e |
children | 59ae2a823e73 |
comparison
equal
deleted
inserted
replaced
943:5de90b0cff8e | 944:c256061287d7 |
---|---|
1 2011-07-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added a | |
4 method that returns the Outputs for the Artifact. | |
5 | |
6 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
7 Adapeted the call of OutputParser. | |
8 | |
9 * src/main/java/de/intevation/flys/collections/OutputParser.java: | |
10 Simplified the code to read the Outputs of Artifacts. This parser will | |
11 now longer parse the DESCRIBE documents of the Artifacts, but query the | |
12 Outputs via FLYSArtifact.getOutputs() directly. | |
13 | |
1 2011-07-18 Ingo Weinzierl <ingo@intevation.de> | 14 2011-07-18 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, | 16 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java, |
4 src/main/java/de/intevation/flys/artifacts/StaticFLYSArtifact.java: | 17 src/main/java/de/intevation/flys/artifacts/StaticFLYSArtifact.java: |
5 Adapted the function call of ProtocolUtils.appendOutputModes(). | 18 Adapted the function call of ProtocolUtils.appendOutputModes(). |