Class IfTask.ElseIf

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    IfTask

    public static final class IfTask.ElseIf
    extends org.apache.tools.ant.taskdefs.condition.ConditionBase
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      ElseIf()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addThen​(org.apache.tools.ant.taskdefs.Sequential t)  
      boolean eval()  
      void execute()  
      • Methods inherited from class org.apache.tools.ant.taskdefs.condition.ConditionBase

        add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsFileSelected, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions, getTaskName, setTaskName
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElseIf

        public ElseIf()
    • Method Detail

      • addThen

        public void addThen​(org.apache.tools.ant.taskdefs.Sequential t)
      • eval

        public boolean eval()
                     throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException
      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException