freemarker.ext.ant
Class UnlinkedJythonOperationsImpl

java.lang.Object
  extended byfreemarker.ext.ant.UnlinkedJythonOperationsImpl
All 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.


Constructor Summary
UnlinkedJythonOperationsImpl()
           
 
Method Summary
 void execute(java.io.File file, java.util.Map vars)
           
 void execute(java.lang.String script, java.util.Map vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlinkedJythonOperationsImpl

public UnlinkedJythonOperationsImpl()
Method Detail

execute

public void execute(java.lang.String script,
                    java.util.Map vars)
             throws org.apache.tools.ant.BuildException
Specified by:
execute in interface freemarker.ext.ant.UnlinkedJythonOperations
Throws:
org.apache.tools.ant.BuildException

execute

public void execute(java.io.File file,
                    java.util.Map vars)
             throws org.apache.tools.ant.BuildException
Specified by:
execute in interface freemarker.ext.ant.UnlinkedJythonOperations
Throws:
org.apache.tools.ant.BuildException