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

com.mitchellbosecke.pebble.PebbleEngine Maven / Gradle / Ivy

package com.mitchellbosecke.pebble;

import com.mitchellbosecke.pebble.template.PebbleTemplate;

public class PebbleEngine {
    public PebbleTemplate getLiteralTemplate(String inputFile) {
        return null;
    }

    public static class Builder {
        public PebbleEngine build() {
            return null;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy