comirva.util.external
Class URLRetriever

java.lang.Object
  extended by comirva.util.external.URLRetriever

public class URLRetriever
extends java.lang.Object

This class implements a URL retrieval for queries to a search engine.


Constructor Summary
URLRetriever(int startIndex)
          Creates a new URLRetriever-instance.
 
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
 

Constructor Detail

URLRetriever

public URLRetriever(int startIndex)
Creates a new URLRetriever-instance.

Parameters:
startIndex - the index of the artist list where the crawl should start
Method Detail

main

public static void main(java.lang.String[] args)