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
- Direct Known Subclasses:
DefaultFileTree
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultResources(ResourceType<?> type) Instantiates a new resource set. -
Method Summary
Methods inherited from class ResourceObject
typeMethods inherited from interface Resource
asOfLocalized, type
-
Field Details
-
log
-
-
Constructor Details
-
DefaultResources
Instantiates a new resource set.- Parameters:
type- the type of this instance as resource
-
-
Method Details
-
add
-
isEmpty
-
stream
-
clear
-
hashCode
- Overrides:
hashCodein classResourceObject
-
equals
- Overrides:
equalsin classResourceObject
-
toString
- Overrides:
toStringin classResourceObject
-