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

Class Size

public class Size extends Object implements ResourceSelector

Size ResourceSelector.

Since: Ant 1.7

Method Summary
longgetSize()
Get the size compared to by this Size ResourceSelector.
ComparisongetWhen()
Get the comparison mode.
booleanisSelected(Resource r)
Return true if this Resource is selected.
voidsetSize(long l)
Set the size to compare against.
voidsetWhen(Comparison c)
Set the comparison mode.

Method Detail

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.

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.