freemarker.ext.ant
Class UnlinkedJythonOperationsImpl

java.lang.Object
  extended by freemarker.ext.ant.UnlinkedJythonOperationsImpl

public class UnlinkedJythonOperationsImpl
extends java.lang.Object

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
Throws:
org.apache.tools.ant.BuildException

execute

public void execute(java.io.File file,
                    java.util.Map vars)
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException