public interface ClientBundleWithLookup extends ClientBundle
ClientBundle.Source
Modifier and Type | Method and Description |
---|---|
ResourcePrototype |
getResource(java.lang.String name)
Find a resource by the name of the function in which it is declared.
|
ResourcePrototype[] |
getResources()
A convenience method to iterate over all ResourcePrototypes contained in
the ClientBundle.
|
ResourcePrototype getResource(java.lang.String name)
name
- the name of the desired resourcenull
if no such resource is defined.ResourcePrototype[] getResources()