comparison flys-artifacts/src/main/java/de/intevation/flys/utils/Pair.java @ 4656:442fbb290fa8

Introduce river mapfile generation (WARNING: Changes in config xml files required!). On startup the RiverMapfileGeneratorStarter is called by the server app. The starter invokes a call to RiverMapfileGenerator.generate() which reads all available rivers from the database and generates layers for each river (in theory...uncompleted) in a river.map file. The old MapfileGenerator which generates layers that have artifact dependencies is now in ArtifactMapfileGenerator.
author Christian Lins <christian.lins@intevation.de>
date Tue, 11 Dec 2012 15:24:24 +0100
parents 595c404523a6
children cd8b84af2ebc
comparison
equal deleted inserted replaced
4655:cd44d28d0fbc 4656:442fbb290fa8
19 implements Serializable 19 implements Serializable
20 { 20 {
21 private A a; 21 private A a;
22 private B b; 22 private B b;
23 23
24 @SuppressWarnings("unused")
24 private Pair() { 25 private Pair() {
25 } 26 }
26 27
27 public Pair(A a, B b) { 28 public Pair(A a, B b) {
28 this.a = a; 29 this.a = a;

http://dive4elements.wald.intevation.org