org.archive.crawler.util
Interface Transformer<Original,Transformed>

Type Parameters:
Original - the type of the original objects
Transformed - the type of the transformed objects

public interface Transformer<Original,Transformed>

Transforms objects from one thing into another.

Author:
pjack

Method Summary
 Transformed transform(Original o)
          Transforms the given object.
 

Method Detail

transform

Transformed transform(Original o)
Transforms the given object.

Parameters:
o - the object to transform
Returns:
the transformed object


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