| Interface | Description |
|---|---|
| Loader<T> |
A simple interface for loading objects from a
Source object |
| Source |
Used with
Loader to represent the source of an object. |
| SourceFactory |
A factory interface for getting
Source objects given a String path |
| Class | Description |
|---|---|
| LocalFileSource |
A simple
Source that returns a (buffered) FileInputStream for the specified file path |
| LocalFileSourceFactory |
Copyright © 2018. All rights reserved.