Interface ChainedFileWriterToMemoryModel

  • All Superinterfaces:
    ChainedFileWriter

    public interface ChainedFileWriterToMemoryModel
    extends ChainedFileWriter
    Contract to define a specialized ChainedFileWriter which generate no files but a memory model.
    Since:
    2.6.3
    Author:
    Tony Chemit - chemit@codelutin.com
    • Method Detail

      • getModel

        Model getModel()
        Reads inputs files and load them in a unique memory model.
        Returns:
        the memory model loaded from input files.
      • getLastModifiedSource

        long getLastModifiedSource()
        Gets the latest last modified time of physicial files used to load the memory model.
        Returns:
        the latest last modified of any files used to load memory model.
      • getOutputDirectory

        File getOutputDirectory()
        Gets the directory where to generate later files froma pplying template to this memory model.
        Returns:
        where to generate files from this model.