org.asciidoctor.DirectoryWalker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asciidoctor-java-integration Show documentation
Show all versions of asciidoctor-java-integration Show documentation
asciidoctor-java-integration is a java binding to Asciidoctor gem.
The newest version!
package org.asciidoctor;
import java.io.File;
import java.util.List;
public interface DirectoryWalker {
List scan();
}