Class WebIndex

java.lang.Object
  |
  +--WebIndex

public class WebIndex
extends java.lang.Object

WebIndex class store all the webpages within a website into a file call file list


Constructor Summary
WebIndex(int maxdepth)
           
 
Method Summary
 void CreateWebIndex(java.net.URL myURL, java.io.Writer writer)
          CreateWebIndedex create create the filelist with all the names of the webpage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebIndex

public WebIndex(int maxdepth)
Method Detail

CreateWebIndex

public void CreateWebIndex(java.net.URL myURL,
                           java.io.Writer writer)
CreateWebIndedex create create the filelist with all the names of the webpage