de.aitools.aq.websearch.usage
Class Downloader
java.lang.Object
de.aitools.aq.websearch.usage.Downloader
public class Downloader
- extends java.lang.Object
This class is used to query a user-defined search engine. The results
returned by the search engine are then stored on the file system. The
download directory is set per default to the current directory. It can be
changed by setting the appropriate command line argument.
- Version:
- $Id: Downloader.java,v 1.3 2012/06/29 12:39:46 palakars Exp $
- Author:
- dennis.hoppe(/\t)uni-weimar.de
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONF_BING
public static final java.lang.String CONF_BING
- CONFIGURATION FILES
- See Also:
- Constant Field Values
CONF_CHATNOIR
public static final java.lang.String CONF_CHATNOIR
- See Also:
- Constant Field Values
CONF_ETOOLS
public static final java.lang.String CONF_ETOOLS
- See Also:
- Constant Field Values
CONF_GOOGLE
public static final java.lang.String CONF_GOOGLE
- See Also:
- Constant Field Values
CONF_GOOGLE_V2
public static final java.lang.String CONF_GOOGLE_V2
- See Also:
- Constant Field Values
CONF_YAHOO
public static final java.lang.String CONF_YAHOO
- See Also:
- Constant Field Values
CONF_YACY
public static final java.lang.String CONF_YACY
- See Also:
- Constant Field Values
CONF_WIKIPEDIA
public static final java.lang.String CONF_WIKIPEDIA
- See Also:
- Constant Field Values
Downloader
public Downloader()
main
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException
- Parameters:
args
-
- Throws:
java.io.IOException
java.io.FileNotFoundException