| Constructor and Description | 
|---|
| HasFreeSpace() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | eval()Evaluate the condition. | 
| String | getNeeded()The amount of free space required | 
| String | getPartition()The partition/device to check | 
| void | setNeeded(String needed)Set the amount of space required. | 
| void | setPartition(String partition)Set the partition name. | 
public boolean eval()
             throws BuildException
eval in interface ConditionBuildException - if there is a problem.public String getNeeded()
public String getPartition()
public void setNeeded(String needed)
needed - the amount required.public void setPartition(String partition)
partition - the name to use.