org.archive.wayback.util
Interface Adapter<S,T>

Type Parameters:
S -
T -
All Known Implementing Classes:
ARCRecordToSearchResultAdapter, BDBRecordToSearchResultAdapter, CDXFormatToSearchResultAdapter, CDXLineToSearchResultAdapter, SearchResultToBDBRecordAdapter, SearchResultToCDXFormatAdapter, SearchResultToCDXLineAdapter, WARCRecordToSearchResultAdapter

public interface Adapter<S,T>

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

Method Summary
 T adapt(S o)
          Transform one object into another
 

Method Detail

adapt

T adapt(S o)
Transform one object into another

Parameters:
o -
Returns:
new object that is adapted from the old


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