Package org.xwiki.rendering.block.match
Class EqualsBlockMatcher
java.lang.Object
org.xwiki.rendering.block.match.EqualsBlockMatcher
- All Implemented Interfaces:
BlockMatcher
- Since:
- 3.0M3
- Version:
- $Id: 0d0174609f873b5a4f39bdc0edea94b196ad8ac3 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EqualsBlockMatcher
- 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
-