Daisy Open Source CMS

org.outerj.daisy.linkextraction
Interface LinkExtractor


public interface LinkExtractor

A LinkExtractor can extract links to Daisy-documents from a certain type of document.


Method Summary
 void extractLinks(InputStream is, LinkCollector linkCollector, String defaultBranch, String defaultLanguage)
           
 String getDescription()
          A description for this link extractor.
 String getName()
          A name for this link extractor.
 

Method Detail

getName

String getName()
A name for this link extractor. This method should of course always return the same value.


getDescription

String getDescription()
A description for this link extractor.


extractLinks

void extractLinks(InputStream is,
                  LinkCollector linkCollector,
                  String defaultBranch,
                  String defaultLanguage)
                  throws Exception
Throws:
Exception

Daisy Open Source CMS