org.xwiki.rendering.block.match
Class SameBlockMatcher

java.lang.Object
  extended by org.xwiki.rendering.block.match.SameBlockMatcher
All Implemented Interfaces:
BlockMatcher

public class SameBlockMatcher
extends Object
implements BlockMatcher

Implementation of BlockMatcher which match Block same as the registered Block.

Since:
3.0M3
Version:
$Id: ff2f15f179f1b81113548950a1fa80ff2abd9c0f $

Constructor Summary
SameBlockMatcher(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

SameBlockMatcher

public SameBlockMatcher(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.