SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.crawler.web.configuration
Interface Configurable

All Known Subinterfaces:
Parser, UrlNormalizer
All Known Implementing Classes:
BasicUrlNormalizer, BinaryParser, Configured, Fetcher, FetcherOutput, HtmlParser, JavascriptParserImpl, ParseData, RobotRulesParser, SitemapParser

public interface Configurable

Something that may be configured with a Configuration.


Method Summary
 Configuration getConf()
          Return the configuration used by this object.
 void setConf(Configuration configuration)
          Set the configuration to be used by this object.
 

Method Detail

setConf

void setConf(Configuration configuration)
Set the configuration to be used by this object.

Parameters:
configuration - Configuration

getConf

Configuration getConf()
Return the configuration used by this object.

Returns:
Configuration

SMILA 1.0 API documentation