org.apache.tools.ant.taskdefs.condition

Class IsTrue

  • All Implemented Interfaces:
    java.lang.Cloneable, Condition


    public class IsTrue
    extends ProjectComponent
    implements Condition
    Condition that tests whether a given string evals to true
    Since:
    Ant 1.5
    • Constructor Detail

      • IsTrue

        public IsTrue()
    • Method Detail

      • setValue

        public void setValue(boolean value)
        set the value to be tested; let ant eval it to true/false
        Parameters:
        value - the value to test