Package org.xwiki.rendering.block.match
Interface BlockMatcher
-
- All Known Implementing Classes:
AnyBlockMatcher
,ClassBlockMatcher
,CompositeBlockMatcher
,CounterBlockMatcher
,EqualsBlockMatcher
,MacroBlockMatcher
,MacroMarkerBlockMatcher
,MetadataBlockMatcher
,OrBlockMatcher
,SameBlockMatcher
public interface BlockMatcher
- Since:
- 3.0M3
- Version:
- $Id: 18b4fcd9b5d46b73c075cb4567e4311725121b5e $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(Block block)
True if the provided block is matched.
-
-
-
Method Detail
-
match
boolean match(Block block)
True if the provided block is matched.- Parameters:
block
- the block to match- Returns:
- true if the provided block is matched, false otherwise
-
-