edu.cmu.cs.readweb
Class GetPageLinksFromURL

java.lang.Object
  extended byedu.cmu.cs.readweb.GetPageLinksFromURL

public class GetPageLinksFromURL
extends java.lang.Object

GetPageLinksFromURL.java Created on Jan 17, 2005, 4:29 PM Author: Sophie Wang


Constructor Summary
GetPageLinksFromURL()
           
 
Method Summary
static void main(java.lang.String[] args)
          Given a URL string, first check if the according web page is already in cache, fetch the file if yes, otherwise crawl its web page and save the text into file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPageLinksFromURL

public GetPageLinksFromURL()
Method Detail

main

public static void main(java.lang.String[] args)
Given a URL string, first check if the according web page is already in cache, fetch the file if yes, otherwise crawl its web page and save the text into file.