simplespider.simplespider.bot.extractor
Interface LinkExtractor

All Known Implementing Classes:
StreamExtractor

public interface LinkExtractor


Method Summary
 List<String> getUrls(InputStream body, String baseUrl)
           
 

Method Detail

getUrls

List<String> getUrls(InputStream body,
                     String baseUrl)
                     throws IOException
Throws:
IOException


Copyright © 2009. All Rights Reserved.