org.archive.wayback.resourceindex.bdb
Class SearchResultToBDBRecordAdapter

java.lang.Object
  extended by org.archive.wayback.resourceindex.bdb.SearchResultToBDBRecordAdapter
All Implemented Interfaces:
Adapter<CaptureSearchResult,BDBRecord>

public class SearchResultToBDBRecordAdapter
extends Object
implements Adapter<CaptureSearchResult,BDBRecord>

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

Constructor Summary
SearchResultToBDBRecordAdapter(UrlCanonicalizer canonicalizer)
           
 
Method Summary
 BDBRecord adapt(CaptureSearchResult result)
          Transform one object into another
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultToBDBRecordAdapter

public SearchResultToBDBRecordAdapter(UrlCanonicalizer canonicalizer)
Method Detail

adapt

public BDBRecord adapt(CaptureSearchResult result)
Description copied from interface: Adapter
Transform one object into another

Specified by:
adapt in interface Adapter<CaptureSearchResult,BDBRecord>
Returns:
new object that is adapted from the old


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