Class VoidFilter

  • All Implemented Interfaces:
    java.io.Serializable, IFilter

    public class VoidFilter
    extends java.lang.Object
    implements IFilter
    Do nothing.

    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VoidFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object filter​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VoidFilter

        public VoidFilter()
    • Method Detail

      • filter

        public java.lang.Object filter​(java.lang.Object o)
                                throws FilterException
        Specified by:
        filter in interface IFilter
        Parameters:
        o - Argument to filter. A object.
        Returns:
        Argument filtered. Can be a object array.
        Throws:
        FilterException - Any problem.