Package org.asciidoctor
Class Asciidoctor.Factory
java.lang.Object
org.asciidoctor.Asciidoctor.Factory
- Enclosing interface:
- Asciidoctor
Factory for creating a new instance of Asciidoctor interface.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Asciidoctorcreate()Creates a new instance of Asciidoctor.
-
Method Details
-
create
Creates a new instance of Asciidoctor.- Returns:
- Asciidoctor instance which uses JRuby to wrap Asciidoctor Ruby calls.
-