comparison artifacts/src/main/java/org/dive4elements/river/exports/OutGenerator.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
30 public interface OutGenerator { 30 public interface OutGenerator {
31 31
32 /** 32 /**
33 * Pre-initialize generator from configuration. 33 * Pre-initialize generator from configuration.
34 */ 34 */
35 void setup(Element config); 35 void setup(Object config);
36 36
37 /** 37 /**
38 * Initializes the OutGenerator with meta information which are necessary 38 * Initializes the OutGenerator with meta information which are necessary
39 * for the output generation. 39 * for the output generation.
40 * 40 *

http://dive4elements.wald.intevation.org