| org.archive.crawler.util.Transformer
Transformer | public interface Transformer (Code) | | Transforms objects from one thing into another.
author: pjack< Parameters: Original - > the type of the original objects< Parameters: Transformed - > the type of the transformed objects |
Method Summary | |
Transformed | transform(Original o) Transforms the given object. |
transform | Transformed transform(Original o)(Code) | | Transforms the given object.
Parameters: o - the object to transform the transformed object |
|
|