org.apache.tools.ant.types.resources
public abstract class SizeLimitCollection extends BaseResourceCollectionWrapper
Since: Ant 1.7.1
Method Summary | |
---|---|
int | getCount()
Get the number of resources to be included. |
protected int | getValidCount()
Get the count, verifying it is >= 0. |
void | setCount(int i)
Set the number of resources to be included. |
int | size()
Efficient size implementation. |
Returns: the count as int.
Returns: int count
Parameters: i the count as int.
Returns: int size