org.archive.wayback.accesscontrol.remote
Class RemoteExclusionFilterFactory

java.lang.Object
  extended by org.archive.wayback.accesscontrol.remote.RemoteExclusionFilterFactory
All Implemented Interfaces:
ExclusionFilterFactory

Deprecated. superseded by ExclusionOracle

public class RemoteExclusionFilterFactory
extends Object
implements ExclusionFilterFactory

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

Constructor Summary
RemoteExclusionFilterFactory()
          Deprecated.  
 
Method Summary
 ExclusionFilter get()
          Deprecated.  
 String getExclusionUrlPrefix()
          Deprecated.  
 String getExclusionUserAgent()
          Deprecated.  
 void setExclusionUrlPrefix(String exclusionUrlPrefix)
          Deprecated.  
 void setExclusionUserAgent(String exclusionUserAgent)
          Deprecated.  
 void shutdown()
          Deprecated. 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

RemoteExclusionFilterFactory

public RemoteExclusionFilterFactory()
Deprecated. 
Method Detail

get

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

getExclusionUrlPrefix

public String getExclusionUrlPrefix()
Deprecated. 
Returns:
the exclusionUrlPrefix

setExclusionUrlPrefix

public void setExclusionUrlPrefix(String exclusionUrlPrefix)
Deprecated. 
Parameters:
exclusionUrlPrefix - the exclusionUrlPrefix to set

getExclusionUserAgent

public String getExclusionUserAgent()
Deprecated. 
Returns:
the exclusionUserAgent

setExclusionUserAgent

public void setExclusionUserAgent(String exclusionUserAgent)
Deprecated. 
Parameters:
exclusionUserAgent - the exclusionUserAgent to set

shutdown

public void shutdown()
Deprecated. 
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.