| Package | Description |
|---|---|
| com.vladsch.flexmark.util.builder |
| Modifier and Type | Field and Description |
|---|---|
static Iterable<Extension> |
Extension.EMPTY_LIST |
static Set<Extension> |
Extension.EMPTY_SET |
static DataKey<Iterable<Extension>> |
BuilderBase.EXTENSIONS |
static DataKey<Iterable<Extension>> |
BuilderBase.UNLOAD_EXTENSIONS |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
BuilderBase.loadExtension(Extension extension)
Load extension if it is valid
|
protected abstract void |
BuilderBase.preloadExtension(Extension extension)
Preload operation for extension, perform any data config and other operation needed for loading extension
|
| Modifier and Type | Method and Description |
|---|---|
T |
BuilderBase.extensions(Iterable<? extends Extension> extensions) |
Copyright © 2019. All rights reserved.