org.apache.tools.ant.types.resources

Class Intersect

public class Intersect extends BaseResourceCollectionContainer

ResourceCollection representing the intersection of multiple nested ResourceCollections.

Since: Ant 1.7

Method Summary
protected CollectiongetCollection()
Calculate the intersection of the nested ResourceCollections.

Method Detail

getCollection

protected Collection getCollection()
Calculate the intersection of the nested ResourceCollections.

Returns: a Collection of Resources.