org.archive.wayback.accesscontrol.robotstxt
Class RobotExclusionFilterFactory
java.lang.Object
org.archive.wayback.accesscontrol.robotstxt.RobotExclusionFilterFactory
- All Implemented Interfaces:
- ExclusionFilterFactory
public class RobotExclusionFilterFactory
- extends java.lang.Object
- implements ExclusionFilterFactory
- Version:
- $Date$, $Revision$
- Author:
- brad
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RobotExclusionFilterFactory
public RobotExclusionFilterFactory()
get
public ObjectFilter<CaptureSearchResult> 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 java.lang.String getUserAgent()
- Returns:
- the userAgent
setUserAgent
public void setUserAgent(java.lang.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-2009 Internet Archive. All Rights Reserved.