| Interface | Description |
|---|---|
| ResourceLoader |
Loads resources, from somewhere.
|
| Class | Description |
|---|---|
| BaseResourceLoader |
Implementations of ResourceLoader should extend this class rather than directly implement the
ResourceLoader interface - this allows changes to be made to the ResourceLoader interface whilst
retaining backwards compatibility with existing implementations.
|
| BufferedResourceLoader |
Base class for ResourceLoader implementations that require the Reader to be buffered (i.e.
|
| ClassLoaderResourceLoader |
Loads resources from classpath.
|
| ClassResourceLoader |
Loads resources from classpath, alongside a given class.
|
| CompositeResourceLoader |
ResourceLoader composed of other ResourceLoaders.
|
| FileSystemResourceLoader |
Loads resources from a directory.
|
| InMemoryResourceLoader |
ResourceLoader that pulls all items from memory.
|
Copyright © 2010–2013 Google. All rights reserved.