private OutputGenerator()

in freemarker-generator-maven-plugin/src/main/java/org/apache/freemarker/generator/maven/OutputGenerator.java [49:60]


    private OutputGenerator(
            long pomModifiedTimestamp,
            Path generatorLocation,
            Path templateLocation,
            Path outputLocation,
            Map<String, Object> dataModel) {
        this.pomModifiedTimestamp = pomModifiedTimestamp;
        this.generatorLocation = generatorLocation;
        this.templateLocation = templateLocation;
        this.outputLocation = outputLocation;
        this.dataModel = dataModel;
    }