LinkExtractor.java :  » Search-Engine » BDDBot » bdd » search » spider » Java Open Source

Java Open Source » Search Engine » BDDBot 
BDDBot » bdd » search » spider » LinkExtractor.java
package bdd.search.spider;

/** Written by Tim Macinta 1997                           <br>
 *  Distributed under the GNU Public License
 *       (a copy of which is enclosed with the source).   <br>
 *                                                        <br> 
 * A LinkExtractor should be able to extract the hyperlinks from
 * a given file.  Each call to nextElement() will return an URL.
 */

public interface LinkExtractor extends java.util.Enumeration {
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.