Class DefaultResources<T extends Resource>

java.lang.Object
org.jdrupes.builder.core.ResourceObject
org.jdrupes.builder.core.DefaultResources<T>
Type Parameters:
T - the type of the contained resources
All Implemented Interfaces:
Proxyable, Resource, Resources<T>
Direct Known Subclasses:
DefaultFileTree

public class DefaultResources<T extends Resource> extends ResourceObject implements Resources<T>
Represents a set of resources. Resources are added by add(T). The stream() method returns a stream of the added resources. The stream() method preserves the order in which the resources were added.