Class UnlinkedJythonOperationsImpl


  • public class UnlinkedJythonOperationsImpl
    extends java.lang.Object
    Used internally, public for technical reasons only.
    • 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)  
      • 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