public class AsciidoctorJExtensionRegistry extends Object implements ExtensionRegistry
ExtensionRegistry| Constructor and Description |
|---|
AsciidoctorJExtensionRegistry(org.asciidoctor.Asciidoctor asciidoctorInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
register(String extensionClassName,
String blockName)
Checks if
extensionClassName belongs to a valid Processor
class and if it can be found in the classpath |
public AsciidoctorJExtensionRegistry(org.asciidoctor.Asciidoctor asciidoctorInstance)
public void register(String extensionClassName, String blockName)
ExtensionRegistryextensionClassName belongs to a valid Processor
class and if it can be found in the classpathregister in interface ExtensionRegistryextensionClassName - fully qualified name of the class implementing the extensionblockName - required when declaringCopyright © 2015. All Rights Reserved.