edu.cmu.cs.readweb
Class GetPageFromURL

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

public class GetPageFromURL
extends java.lang.Object

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


Constructor Summary
GetPageFromURL()
           
 
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

GetPageFromURL

public GetPageFromURL()
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.