ro.isdc.wro.util
Interface Transformer<T>

Type Parameters:
T - type of the object to transform.
All Known Implementing Classes:
WildcardExpanderModelTransformer

public interface Transformer<T>

Transform some an object of some type to another object of the same type.


Method Summary
 T transform(T input)
          Apply a transformation on the input object.
 

Method Detail

transform

T transform(T input)
            throws Exception
Apply a transformation on the input object.

Parameters:
input - the object to transform.
Returns:
the transformed object.
Throws:
Exception - if an exception occured during transformation.


Copyright © 2008-2013. All Rights Reserved.