Class Size
java.lang.Object
org.apache.tools.ant.types.resources.selectors.Size
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Sizepublic Size()
 
- 
- 
Method Details- 
setSizepublic void setSize(long l) Set the size to compare against.- Parameters:
- l- the long resource size.
 
- 
getSizepublic long getSize()Get the size compared to by this Size ResourceSelector.- Returns:
- the long resource size.
 
- 
setWhen
- 
getWhen
- 
isSelectedReturn true if this Resource is selected.- Specified by:
- isSelectedin interface- ResourceSelector
- Parameters:
- r- the Resource to check.
- Returns:
- whether the Resource was selected.
 
 
-