comparison src/main/java/org/dive4elements/artifacts/httpclient/ConsoleClient.java @ 72:133281653904 dive4elements-move

Renamed internal references.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 11:15:15 +0200
parents a857866d162f
children 7261c948425c
comparison
equal deleted inserted replaced
71:a857866d162f 72:133281653904
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.httpclient; 9 package org.dive4elements.artifacts.httpclient;
10 10
11 import java.io.IOException; 11 import java.io.IOException;
12 import java.io.File; 12 import java.io.File;
13 import java.io.FileOutputStream; 13 import java.io.FileOutputStream;
14 import java.io.OutputStream; 14 import java.io.OutputStream;
28 import org.w3c.dom.NodeList; 28 import org.w3c.dom.NodeList;
29 29
30 import org.apache.log4j.Logger; 30 import org.apache.log4j.Logger;
31 import org.apache.log4j.PropertyConfigurator; 31 import org.apache.log4j.PropertyConfigurator;
32 32
33 import de.intevation.artifacts.httpclient.http.HttpClient; 33 import org.dive4elements.artifacts.httpclient.http.HttpClient;
34 import de.intevation.artifacts.httpclient.http.HttpClientImpl; 34 import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
35 import de.intevation.artifacts.httpclient.http.response.DocumentResponseHandler; 35 import org.dive4elements.artifacts.httpclient.http.response.DocumentResponseHandler;
36 36
37 import de.intevation.artifacts.httpclient.exceptions.ConnectionException; 37 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
38 import de.intevation.artifacts.httpclient.exceptions.NoSuchOptionException; 38 import org.dive4elements.artifacts.httpclient.exceptions.NoSuchOptionException;
39 import de.intevation.artifacts.httpclient.objects.Artifact; 39 import org.dive4elements.artifacts.httpclient.objects.Artifact;
40 import de.intevation.artifacts.httpclient.utils.ArtifactProtocolUtils; 40 import org.dive4elements.artifacts.httpclient.utils.ArtifactProtocolUtils;
41 import de.intevation.artifacts.httpclient.utils.Configuration; 41 import org.dive4elements.artifacts.httpclient.utils.Configuration;
42 import de.intevation.artifacts.httpclient.utils.XFormNamespaceContext; 42 import org.dive4elements.artifacts.httpclient.utils.XFormNamespaceContext;
43 import de.intevation.artifacts.httpclient.utils.XMLUtils; 43 import org.dive4elements.artifacts.httpclient.utils.XMLUtils;
44 44
45 /** 45 /**
46 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 46 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
47 */ 47 */
48 public class ConsoleClient 48 public class ConsoleClient

http://dive4elements.wald.intevation.org