Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.filter
Interface FilterConverter


public interface FilterConverter

FilterConverter provides support for custom (subclasses) filters and tablefilters.


Method Summary
 Filter convertFilter(Object filter, ClassLoader loader)
          Converts a filter from a previous table version to the current one.
 TableFilter convertTableFilter(Object tableFilter, ClassLoader loader)
          Converts a tablefilter from a previous table version to the current one.
 

Method Detail

convertFilter

Filter convertFilter(Object filter,
                     ClassLoader loader)
                     throws Exception
Converts a filter from a previous table version to the current one.

Parameters:
filter - the filter to convert
loader - the filter's class loader
Returns:
the converted filter
Throws:
Exception

convertTableFilter

TableFilter convertTableFilter(Object tableFilter,
                               ClassLoader loader)
                               throws Exception
Converts a tablefilter from a previous table version to the current one.

Parameters:
tableFilter - the table filter to convert
loader - the table filter's class loader
Returns:
the converted table filter
Throws:
Exception

Copyright © 2011 Citra Technologies. All Rights Reserved.