public class SameBlockMatcher extends Object implements BlockMatcher
| Constructor and Description |
|---|
SameBlockMatcher(Block block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Block block)
True if the provided block is matched.
|
public SameBlockMatcher(Block block)
block - the block to matchpublic boolean match(Block block)
BlockMatchermatch in interface BlockMatcherblock - the block to matchCopyright © 2004–2021 XWiki. All rights reserved.