Class EqualsBlockMatcher

  • All Implemented Interfaces:
    BlockMatcher

    public class EqualsBlockMatcher
    extends Object
    implements BlockMatcher
    Implementation of BlockMatcher which match Block equals to the registered Block.
    Since:
    3.0M3
    Version:
    $Id: 0d0174609f873b5a4f39bdc0edea94b196ad8ac3 $
    • Constructor Detail

      • EqualsBlockMatcher

        public EqualsBlockMatcher​(Block block)
        Parameters:
        block - the block to match
    • Method Detail

      • match

        public boolean match​(Block block)
        Description copied from interface: BlockMatcher
        True if the provided block is matched.
        Specified by:
        match in interface BlockMatcher
        Parameters:
        block - the block to match
        Returns:
        true if the provided block is matched, false otherwise