Package org.plyct.plyex.docgen
Class DocGenCompiler
- java.lang.Object
-
- org.plyct.plyex.docgen.DocGenCompiler
-
public class DocGenCompiler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocGenCompiler(java.nio.file.Path root, java.util.List<java.lang.String> sources)DocGenCompiler(java.nio.file.Path root, java.util.List<java.lang.String> sources, boolean debug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PlyMethod>process()
-
-
-
Constructor Detail
-
DocGenCompiler
public DocGenCompiler(java.nio.file.Path root, java.util.List<java.lang.String> sources) throws DocGenException- Throws:
DocGenException
-
DocGenCompiler
public DocGenCompiler(java.nio.file.Path root, java.util.List<java.lang.String> sources, boolean debug) throws DocGenException- Throws:
DocGenException
-
-
Method Detail
-
process
public java.util.List<PlyMethod> process()
-
-