edu.cmu.cs.readweb
Class GetPageTextFromURL

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

public class GetPageTextFromURL
extends java.lang.Object

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


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

GetPageTextFromURL

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