comparison artifacts/src/main/java/org/dive4elements/river/exports/ReportGenerator.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 41567bf1e131
comparison
equal deleted inserted replaced
7086:42e243c640a0 7087:ada424214b02
41 41
42 public ReportGenerator() { 42 public ReportGenerator() {
43 } 43 }
44 44
45 @Override 45 @Override
46 public void setup(Element config) { 46 public void setup(Object config) {
47 logger.debug("ReportGenerator.setup"); 47 logger.debug("ReportGenerator.setup");
48 } 48 }
49 49
50 @Override 50 @Override
51 public void init(String outName, Document request, OutputStream out, CallContext context) { 51 public void init(String outName, Document request, OutputStream out, CallContext context) {

http://dive4elements.wald.intevation.org