public static class JekyllFrontMatterBlockParser.Factory extends Object implements CustomBlockParserFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
BlockParserFactory |
create(DataHolder options) |
Set<Class<? extends CustomBlockParserFactory>> |
getAfterDependents() |
Set<Class<? extends CustomBlockParserFactory>> |
getBeforeDependents() |
public Set<Class<? extends CustomBlockParserFactory>> getAfterDependents()
getAfterDependents in interface Dependent<CustomBlockParserFactory>public Set<Class<? extends CustomBlockParserFactory>> getBeforeDependents()
getBeforeDependents in interface Dependent<CustomBlockParserFactory>public boolean affectsGlobalScope()
affectsGlobalScope in interface Dependent<CustomBlockParserFactory>public BlockParserFactory create(DataHolder options)
create in interface CustomBlockParserFactorycreate in interface ComputableFactory<BlockParserFactory,DataHolder>Copyright © 2018. All rights reserved.