Class ResourceCollector<T extends Resource>

Type Parameters:
T - the resource type
All Implemented Interfaces:
Generator, ResourceProvider
Direct Known Subclasses:
JavaResourceCollector

public class ResourceCollector<T extends Resource> extends AbstractGenerator
A provider of resources to be included in a project. This implementation can be used for all kinds of resources. Usually language specific packages derive specializations that bind this class to a specific type of resource. These specializations often also offer methods that ease the specification of resources to be included.