freemarker.ext.ant

Class UnlinkedJythonOperationsImpl

Implemented Interfaces:
freemarker.ext.ant.UnlinkedJythonOperations

public class UnlinkedJythonOperationsImpl
extends java.lang.Object
implements freemarker.ext.ant.UnlinkedJythonOperations

Used internally, public for technical reasons only.

Method Summary

void
execute(File file, Map vars)
void
execute(String script, Map vars)

Method Details

execute

public void execute(File file,
                    Map vars)
            throws BuildException
Specified by:
execute in interface freemarker.ext.ant.UnlinkedJythonOperations

execute

public void execute(String script,
                    Map vars)
            throws BuildException
Specified by:
execute in interface freemarker.ext.ant.UnlinkedJythonOperations