org.apache.tools.ant.types.resources.selectors

Class Size

Implemented Interfaces:
ResourceSelector

public class Size
extends java.lang.Object
implements ResourceSelector

Size ResourceSelector.
Since:
Ant 1.7

Method Summary

long
getSize()
Get the size compared to by this Size ResourceSelector.
Comparison
getWhen()
Get the comparison mode.
boolean
isSelected(Resource r)
Return true if this Resource is selected.
void
setSize(long l)
Set the size to compare against.
void
setWhen(Comparison c)
Set the comparison mode.

Method Details

getSize

public long getSize()
Get the size compared to by this Size ResourceSelector.
Returns:
the long resource size.

getWhen

public Comparison getWhen()
Get the comparison mode.
Returns:
a Comparison object.

isSelected

public boolean isSelected(Resource r)
Return true if this Resource is selected.
Specified by:
isSelected in interface ResourceSelector
Parameters:
r - the Resource to check.
Returns:
whether the Resource was selected.

setSize

public void setSize(long l)
Set the size to compare against.
Parameters:
l - the long resource size.

setWhen

public void setWhen(Comparison c)
Set the comparison mode.
Parameters:
c - a Comparison object.