org.apache.tools.ant.taskdefs.condition
Class HasFreeSpace
java.lang.Object
org.apache.tools.ant.taskdefs.condition.HasFreeSpace
- Condition
public class HasFreeSpace
extends java.lang.Object
<hasfreespace>
Condition returns true if selected partition
has the requested space, false otherwise.
getNeeded
public String getNeeded()
The amount of free space required
getPartition
public String getPartition()
The partition/device to check
setNeeded
public void setNeeded(String needed)
setPartition
public void setPartition(String partition)