Class EUnitTask.RunTargetOperationContributor

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    EUnitTask

    public class EUnitTask.RunTargetOperationContributor
    extends OperationContributor
    • Constructor Detail

      • RunTargetOperationContributor

        public RunTargetOperationContributor()
    • Method Detail

      • runTarget

        public void runTarget​(java.lang.String targetName)
                       throws EolRuntimeException
        Operation which can call a series of Ant tasks described inside a "script" nested element of this Ant task.
        Throws:
        EolRuntimeException
      • exportVariable

        public void exportVariable​(java.lang.String varName)
        EUnit-specific operation which is equivalent to the "exports" nested element.
      • useVariable

        public void useVariable​(java.lang.String varName)
        EUnit-specific operation which is equivalent to the "imports" nested element.
      • loadHutn

        public void loadHutn​(java.lang.String modelName,
                             java.lang.String hutnContent)
                      throws EolModelLoadingException
        EUnit-specific operation for loading models inside the .eunit file from HUTN fragments.
        Throws:
        EolModelLoadingException