@Unstable public class MacroMarkerBlockMatcher extends ClassBlockMatcher
BlockMatcher which matches MacroMarkerBlocks for a list of provided macro names.| Constructor and Description |
|---|
MacroMarkerBlockMatcher(String... macroIds)
Match
MacroMarkerBlocks having the passed ids. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Block block)
True if the provided block is matched.
|
public MacroMarkerBlockMatcher(String... macroIds)
MacroMarkerBlocks having the passed ids.macroIds - the macro ids to matchpublic boolean match(Block block)
BlockMatchermatch in interface BlockMatchermatch in class ClassBlockMatcherblock - the block to matchCopyright © 2004–2020 XWiki. All rights reserved.