comparison artifacts/src/main/java/org/dive4elements/river/exports/sq/SQOverviewGenerator.java @ 7087:ada424214b02 generator-refactoring

Use Object instead of DOM Element as argument for setup of out generators. First step to remove dependency to XML DOM when using configuration.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 22 Sep 2013 21:05:12 +0200
parents 0a337f0005c2
children 69709f490d92
comparison
equal deleted inserted replaced
7086:42e243c640a0 7087:ada424214b02
63 protected List<JFreeChart> charts; 63 protected List<JFreeChart> charts;
64 64
65 protected String outName; 65 protected String outName;
66 66
67 @Override 67 @Override
68 public void setup(Element config) { 68 public void setup(Object config) {
69 logger.debug("SQOverviewGenerator.setup"); 69 logger.debug("SQOverviewGenerator.setup");
70 } 70 }
71 71
72 /** 72 /**
73 * Produce output. 73 * Produce output.

http://dive4elements.wald.intevation.org