Class PassThruTagFilter

  • All Implemented Interfaces:
    TagFilter

    public class PassThruTagFilter
    extends Object
    implements TagFilter
    A tag filter that accepts all tags.
    Since:
    1.0.0
    Version:
    $Id: PassThruTagFilter.java 16154 2012-07-14 16:34:05Z colin $
    Author:
    tlerios@marketcetera.com
    • Constructor Detail

      • PassThruTagFilter

        public PassThruTagFilter()
    • Method Detail

      • assertMatch

        public void assertMatch​(Tag tag)
        Description copied from interface: TagFilter
        Asserts that the given tag is acceptable to the receiver.
        Specified by:
        assertMatch in interface TagFilter