org.xwiki.rendering.block.match
Class EqualsBlockMatcher

java.lang.Object
  extended by org.xwiki.rendering.block.match.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$

Constructor Summary
EqualsBlockMatcher(Block block)
           
 
Method Summary
 boolean match(Block block)
          True if the provided block is matched.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2004–2014 XWiki. All rights reserved.