Class AsciidoctorCommandsDiscovery
java.lang.Object
org.gradle.exemplar.loader.asciidoctor.AsciidoctorCommandsDiscovery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractFromAsciidoctorFile(File documentFile) extractFromAsciidoctorFile(File documentFile, Consumer<org.asciidoctor.OptionsBuilder> action)
-
Constructor Details
-
AsciidoctorCommandsDiscovery
public AsciidoctorCommandsDiscovery()
-
-
Method Details
-
extractFromAsciidoctorFile
- Throws:
IOException
-
extractFromAsciidoctorFile
public static List<Command> extractFromAsciidoctorFile(File documentFile, Consumer<org.asciidoctor.OptionsBuilder> action) throws IOException - Throws:
IOException
-