view artifact-database/src/main/java/org/dive4elements/artifactdatabase/state/StaticFacet.java @ 585:0960b825516a 3.2.x tip

Ensure the build does not fail due to non-ASCII characters
author Tom Gottfried <tom@intevation.de>
date Wed, 15 Nov 2023 10:34:52 +0100
parents 7bdc45945e5d
children
line wrap: on
line source
/*
 * Copyright (c) 2014 by Intevation GmbH
 *
 * This program is free software under the LGPL (>=v2.1)
 * Read the file LGPL.txt coming with the software for details
 * or visit http://www.gnu.org/licenses/ if it does not exist.
 */

package org.dive4elements.artifactdatabase.state;

import org.dive4elements.artifacts.Artifact;
import org.dive4elements.artifacts.CallMeta;
import org.w3c.dom.Document;


public interface StaticFacet
extends Facet
{
    /**
     * Setup the static facet by parsing the data document.
     *
     * @param artifact  The artifact
     * @param data      The document
     * @param meat      The call meta
     */
    public void setup(Artifact artifact, Document data, CallMeta meta);
}

http://dive4elements.wald.intevation.org