public class StaticResourceLibrary extends Object implements ResourceLibrary
| Constructor and Description |
|---|
StaticResourceLibrary(ResourceKey[] keys) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ResourceKey> |
getResources()
Returns a list of resources contained in this resource library
|
public StaticResourceLibrary(ResourceKey[] keys)
public Iterable<ResourceKey> getResources()
ResourceLibraryReturns a list of resources contained in this resource library
The result does not have to be stable; i.e. the returned list of resources may differ for each execution based on context, configuration, time, etc.
getResources in interface ResourceLibraryCopyright © 2014 JBoss by Red Hat. All Rights Reserved.