com.raritantechnologies.utils.filter
Interface IMapFilter

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DelimitedFieldMapFilter, GUIDResultFormatter, StringFilterMapFilter

public interface IMapFilter
extends IConfigurable

Base interface for objects that can modify a java.util.Map.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.util.Map filterMap(java.util.Map theMap)
          return a filtered version of a java.util.Map object.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

filterMap

public java.util.Map filterMap(java.util.Map theMap)
return a filtered version of a java.util.Map object.