org.archive.wayback.accesscontrol.robotstxt
Class RobotExclusionFilterFactory

java.lang.Object
  extended by org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
All Implemented Interfaces:
ExclusionFilterFactory

public class RobotExclusionFilterFactory
extends Object
implements ExclusionFilterFactory

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Constructor Summary
RobotExclusionFilterFactory()
           
 
Method Summary
 ExclusionFilter get()
           
 long getMaxCacheMS()
           
 String getUserAgent()
           
 LiveWebCache getWebCache()
           
 void setMaxCacheMS(long maxCacheMS)
           
 void setUserAgent(String userAgent)
           
 void setWebCache(LiveWebCache webCache)
           
 void shutdown()
          close any resources used by this ExclusionFilter system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotExclusionFilterFactory

public RobotExclusionFilterFactory()
Method Detail

get

public ExclusionFilter get()
Specified by:
get in interface ExclusionFilterFactory
Returns:
an ObjectFilter object that filters records based on some set of exclusion rules

getWebCache

public LiveWebCache getWebCache()
Returns:
the webCache

setWebCache

public void setWebCache(LiveWebCache webCache)
Parameters:
webCache - the webCache to set

getUserAgent

public String getUserAgent()
Returns:
the userAgent

setUserAgent

public void setUserAgent(String userAgent)
Parameters:
userAgent - the userAgent to set

getMaxCacheMS

public long getMaxCacheMS()
Returns:
the maxCacheMS

setMaxCacheMS

public void setMaxCacheMS(long maxCacheMS)
Parameters:
maxCacheMS - the maxCacheMS to set

shutdown

public void shutdown()
Description copied from interface: ExclusionFilterFactory
close any resources used by this ExclusionFilter system.

Specified by:
shutdown in interface ExclusionFilterFactory


Copyright © 2005-2011 Internet Archive. All Rights Reserved.