org.apache.tools.ant.types.resources
public class First extends BaseResourceCollectionWrapper
count
elements of
another ResourceCollection.Since: Ant 1.7
Method Summary | |
---|---|
protected Collection | getCollection()
Take the first count elements. |
int | getCount()
Get the number of resources to be included. |
void | setCount(int i)
Set the number of resources to be included. |
count
elements.Returns: a Collection of Resources.
Returns: the count as int.
Parameters: i the count as int.