Class Documenter


  • public class Documenter
    extends Object
    Class using the MetadataReader and TemplateCompiler to read the incoming metadata file and render it to the final file.
    Since:
    0.1.0
    Author:
    nandorholozsnyak
    • Method Detail

      • readMetadataAndGenerateRenderedFile

        public void readMetadataAndGenerateRenderedFile​(CreateDocumentCommand createDocumentCommand)
                                                 throws IOException
        Creates and writes a single document to disk based on the incoming command object.
        Parameters:
        createDocumentCommand - command object that contains the information for the generation process.
        Throws:
        IOException - if any of the I/O operation fails.