All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sviperll.maven.plugin.mustache.Context Maven / Gradle / Ivy

There is a newer version: 0.24-beta2
Show newest version
/*
 * Copyright 2015 Victor Nazarov .
 */
package com.github.sviperll.maven.plugin.mustache;

import java.io.File;
import java.util.Collections;
import java.util.List;

/**
 *
 * @author Victor Nazarov <[email protected]>
 */
public class Context {
    /**
     * File used as a context for mustache templates.
     */
    File file;

    /**
     * Type of context file.
     *
     * 
    *
  • json *
  • properties *
*/ String type = "json"; /** * File to read or write properties to. */ List