org.apache.tools.ant.taskdefs.condition

Interface Condition

public interface Condition

Interface for conditions to use inside the <condition> task.
Method Summary
booleaneval()
Is this condition true?

Method Detail

eval

public boolean eval()
Is this condition true?

Returns: true if the condition is true

Throws: BuildException if an error occurs

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.