comparison artifact-database/src/main/java/de/intevation/artifactdatabase/Config.java @ 93:e27cf9c84eb8

Unified imports. artifacts/trunk@849 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 28 Mar 2010 15:57:40 +0000
parents 730ff077a58c
children 933bbc9fc11f
comparison
equal deleted inserted replaced
92:73d0ebae81d7 93:e27cf9c84eb8
1 package de.intevation.artifactdatabase; 1 package de.intevation.artifactdatabase;
2 2
3 import java.io.File; 3 import java.io.File;
4 import java.io.IOException; 4 import java.io.IOException;
5 5
6 import org.w3c.dom.Document; 6 import javax.xml.namespace.QName;
7 import org.w3c.dom.NodeList;
8 import org.w3c.dom.Node;
9
10 import org.xml.sax.SAXException;
11 7
12 import javax.xml.parsers.DocumentBuilderFactory; 8 import javax.xml.parsers.DocumentBuilderFactory;
13 import javax.xml.parsers.ParserConfigurationException; 9 import javax.xml.parsers.ParserConfigurationException;
14 10
15 import javax.xml.namespace.QName;
16
17 import javax.xml.xpath.XPathConstants; 11 import javax.xml.xpath.XPathConstants;
18 12
19 import org.apache.log4j.Logger; 13 import org.apache.log4j.Logger;
14
15 import org.w3c.dom.Document;
16 import org.w3c.dom.Node;
17 import org.w3c.dom.NodeList;
18
19 import org.xml.sax.SAXException;
20 20
21 /** 21 /**
22 * The central access to the configuration of the artifact database. 22 * The central access to the configuration of the artifact database.
23 * This class provides some static methods to access the central 23 * This class provides some static methods to access the central
24 * configuration XML file via XPath. 24 * configuration XML file via XPath.

http://dive4elements.wald.intevation.org