All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asciidoctor.DirectoryWalker Maven / Gradle / Ivy

The newest version!
package org.asciidoctor;

import java.io.File;
import java.util.List;

public interface DirectoryWalker {

    List scan();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy