comparison artifacts/src/main/java/org/dive4elements/artifacts/ArtifactFactory.java @ 475:415df0fc4fa1

Fixed maven group ids
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:23:04 +0200
parents 1a87cb24a446
children
comparison
equal deleted inserted replaced
474:0d3512c08989 475:415df0fc4fa1
4 * This program is free software under the LGPL (>=v2.1) 4 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details 5 * Read the file LGPL.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist. 6 * or visit http://www.gnu.org/licenses/ if it does not exist.
7 */ 7 */
8 8
9 package de.intevation.artifacts; 9 package org.dive4elements.artifacts;
10 10
11 import java.io.Serializable; 11 import java.io.Serializable;
12 12
13 import org.w3c.dom.Document; 13 import org.w3c.dom.Document;
14 import org.w3c.dom.Node; 14 import org.w3c.dom.Node;
37 * Create a new artifact of certain type, given a general purpose context and 37 * Create a new artifact of certain type, given a general purpose context and
38 * an identifier. 38 * an identifier.
39 * @param context a context from the ArtifactDatabase. 39 * @param context a context from the ArtifactDatabase.
40 * @param identifier unique identifer for the new artifact 40 * @param identifier unique identifer for the new artifact
41 * @param data the data containing more details for the setup of an Artifact. 41 * @param data the data containing more details for the setup of an Artifact.
42 * @return a new {@linkplain de.intevation.artifacts.Artifact Artifact} 42 * @return a new {@linkplain org.dive4elements.artifacts.Artifact Artifact}
43 */ 43 */
44 Artifact createArtifact( 44 Artifact createArtifact(
45 String identifier, 45 String identifier,
46 GlobalContext context, 46 GlobalContext context,
47 CallMeta callMeta, 47 CallMeta callMeta,

http://dive4elements.wald.intevation.org