Package com.vladsch.flexmark.util.misc
Interface Extension
-
public interface ExtensionBase interface for a parser/renderer extension.Doesn't have any methods itself, but has specific sub interfaces to configure parser/renderer. This base interface is for convenience, so that a list of extensions can be built and then used for configuring both the parser and renderer in the same way.
Bor convenience and by convention, classes that implement this method also have a static create() method that returns an instance of the extension.
-
-
Field Summary
Fields Modifier and Type Field Description static Collection<Extension>EMPTY_LIST
-
-
-
Field Detail
-
EMPTY_LIST
static final Collection<Extension> EMPTY_LIST
-
-