org.asciidoctor
public static class Asciidoctor.Factory extends Object
| Constructor and Description |
|---|
Asciidoctor.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Asciidoctor |
create()
Creates a new instance of Asciidoctor.
|
static Asciidoctor |
create(String gemPath)
Creates a new instance of Asciidoctor and sets GEM_PATH environment
variable to provided gemPath.
|
public static Asciidoctor create()
public static Asciidoctor create(String gemPath)
gemPath - where gems are located.Copyright © 2013. All Rights Reserved.