Class IndexGenerator


  • public class IndexGenerator
    extends Object
    This class allow to generate index file like for Aozan 1.x and 2.x.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • IndexGenerator

        public IndexGenerator()
    • Method Detail

      • createIndexRun

        public static void createIndexRun​(Path outputDir,
                                          String runId,
                                          Collection<String> sections)
                                   throws AozanException
        Create index.html file in legacy mode.
        Parameters:
        outputDir - output directory
        runId - run id
        sections - sections to enable
        Throws:
        AozanException - if an error occurs while creating HTML index file