Interface LinkExtractor
- public interface LinkExtractor
- extends Enumeration
Netrand Project
Software Engineering - CS536
University of Wisconsin - Milwaukee
Authors:
- Spring 1998 - Francis William Kasper
File: LinkExtractor.java
Note:
This file was originally part of a Web Crawler program written by
Tim Macinta in 1997 that gathered links form the internet and formed
a web search database. The files containing the logic for crawling
across the internet were taken from this program and slightly modified
for the purpose of the NetRand project.
A LinkExtractor should be able to extract the hyperlinks from
a given file. Each call to nextElement() will return an URL.