Package freemarker.ext.ant
Class UnlinkedJythonOperationsImpl
- java.lang.Object
-
- freemarker.ext.ant.UnlinkedJythonOperationsImpl
-
public class UnlinkedJythonOperationsImpl extends java.lang.Object
Used internally, public for technical reasons only.
-
-
Constructor Summary
Constructors Constructor Description UnlinkedJythonOperationsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.io.File file, java.util.Map vars)
void
execute(java.lang.String script, java.util.Map vars)
-
-
-
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
-
-