org.apache.tools.ant.taskdefs.condition
Interface Condition

All Known Implementing Classes:
Available, UpToDate, Os, Equals, Or, And, Not

public interface Condition

Interface for conditions to use inside the <condition> task.

Version:
$Revision: 1.1 $
Author:
Method Summary
 boolean eval()
          Is this condition true?
 

Method Detail

eval

public boolean eval()
             throws BuildException
Is this condition true?


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.