view artifacts/src/main/java/de/intevation/artifacts/Hook.java @ 387:111d4e28c45e

Added method to create a document from string to XMLUtils. artifacts/trunk@4352 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 07 May 2012 13:30:08 +0000
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