comparison artifacts/src/main/java/org/dive4elements/river/exports/process/WDiffProcessor.java @ 7102:13a842224694 generator-refactoring

Add WDiffProcessor
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 23 Sep 2013 15:46:05 +0200
parents
children 5009b151f146
comparison
equal deleted inserted replaced
7101:d07a8a36c4d4 7102:13a842224694
1 /* Copyright (C) 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details.
7 */
8
9 package org.dive4elements.river.exports.process;
10
11 import org.dive4elements.artifactdatabase.state.ArtifactAndFacet;
12 import org.dive4elements.river.artifacts.model.FacetTypes;
13 import org.dive4elements.river.artifacts.model.WKms;
14 import org.dive4elements.river.themes.ThemeDocument;
15
16 public class WDiffProcessor extends WOutProcessor {
17
18 @Override
19 public boolean canHandle(String facetType) {
20 if (facetType == null) {
21 return false;
22 }
23 return facetType.equals(FacetTypes.W_DIFFERENCES);
24 }
25 }
26 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org