view artifacts/src/main/java/de/intevation/artifacts/Hook.java @ 440:b8e19b790b92

Extracted README-ish ChangeLog entry for contrib/run.sh to proper place (contrib/README).
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Oct 2012 22:24:58 +0200
parents b530e83acf2e
children
line wrap: on
line source
package de.intevation.artifacts;

import org.w3c.dom.Document;
import org.w3c.dom.Node;


public interface Hook {

    void setup(Node config);

    void execute(Artifact artifact, CallContext context, Document document);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org