public class AsciidoctorCommandsDiscovery
extends java.lang.Object
| Constructor and Description |
|---|
AsciidoctorCommandsDiscovery() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Command> |
extractFromAsciidoctorFile(java.io.File documentFile) |
static java.util.List<Command> |
extractFromAsciidoctorFile(java.io.File documentFile,
java.util.function.Consumer<org.asciidoctor.OptionsBuilder> action) |
public static java.util.List<Command> extractFromAsciidoctorFile(java.io.File documentFile) throws java.io.IOException
java.io.IOExceptionpublic static java.util.List<Command> extractFromAsciidoctorFile(java.io.File documentFile, java.util.function.Consumer<org.asciidoctor.OptionsBuilder> action) throws java.io.IOException
java.io.IOException