comparison artifacts/src/main/java/org/dive4elements/river/exports/ShapeExporter.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
31 private String facet; 31 private String facet;
32 private File dir; 32 private File dir;
33 private String outName; 33 private String outName;
34 34
35 @Override 35 @Override
36 public void setup(Element config) { 36 public void setup(Object config) {
37 logger.debug("ShapeExporter.setup"); 37 logger.debug("ShapeExporter.setup");
38 } 38 }
39 39
40 @Override 40 @Override
41 public void init(String outName, Document request, OutputStream out, CallContext context) { 41 public void init(String outName, Document request, OutputStream out, CallContext context) {

http://dive4elements.wald.intevation.org