Class DocumentationReader
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.language.corpus.DocumentationReader
-
public class DocumentationReader extends Object
Reads asciidoc documentation for Gremlin snippets to help build the testing corpus.
-
-
Constructor Summary
Constructors Constructor Description DocumentationReader()
-
-
-
Method Detail
-
parse
public static Set<String> parse(String documentationDir) throws IOException
- Throws:
IOException
-
-