Package org.xwiki.rendering.block.match
Class SameBlockMatcher
java.lang.Object
org.xwiki.rendering.block.match.SameBlockMatcher
- All Implemented Interfaces:
BlockMatcher
- Since:
- 3.0M3
- Version:
- $Id: 0fced97cd2a054d8e8d4594703409ba63f875943 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SameBlockMatcher
- Parameters:
block- the block to match
-
-
Method Details
-
match
Description copied from interface:BlockMatcherTrue if the provided block is matched.- Specified by:
matchin interfaceBlockMatcher- Parameters:
block- the block to match- Returns:
- true if the provided block is matched, false otherwise
-