Interface Resources<T extends Resource>
- Type Parameters:
T- the contained type
- All Superinterfaces:
Resource
- All Known Subinterfaces:
ClassTree, CompilationResources<T>, FileTree<T>, RuntimeResources<T>, RuntimeResources2<T>
- All Known Implementing Classes:
DefaultClassTree, DefaultFileTree, DefaultResources, JavaResourceTree
-
Method Summary
Modifier and TypeMethodDescriptionAdds the given resource.Adds all resources from the given stream.Adds all resources from the given collection.default InstantasOf()As of.clear()Clears the contained resources.booleanisEmpty()Checks if is empty.stream()Retrieves the resources as a stream.Methods inherited from interface Resource
asOfLocalized, type
-
Method Details
-
add
-
addAll
-
addAll
-
asOf
-
isEmpty
-
stream
-
clear
-