public TemplateBuilder()

in src/main/java/org/apache/creadur/tentacles/TemplateBuilder.java [42:49]


    public TemplateBuilder(final String template, final IOSystem ioSystem,
            final VelocityEngine engine,
            final TentaclesResources tentaclesResources) {
        this.templateName = template;
        this.ioSystem = ioSystem;
        this.engine = engine;
        this.tentaclesResources = tentaclesResources;
    }