Class KonceptExtensionRegistry
java.lang.Object
network.ike.docs.koncept.KonceptExtensionRegistry
- All Implemented Interfaces:
org.asciidoctor.jruby.extension.spi.ExtensionRegistry
public class KonceptExtensionRegistry
extends Object
implements org.asciidoctor.jruby.extension.spi.ExtensionRegistry
SPI entry point for automatic registration of Koncept extensions
with AsciidoctorJ.
Registered via META-INF/services/org.asciidoctor.jruby.extension.spi.ExtensionRegistry.
When this JAR is on the classpath of the asciidoctor-maven-plugin,
the extensions are activated automatically — no explicit configuration required.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KonceptExtensionRegistry
public KonceptExtensionRegistry()Creates a new extension registry instance.
-
-
Method Details
-
register
public void register(org.asciidoctor.Asciidoctor asciidoctor) - Specified by:
registerin interfaceorg.asciidoctor.jruby.extension.spi.ExtensionRegistry
-