T - Object it is able to loadI - The type of input needed to read the sourcepublic interface Loader<T,I>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
This should used the information, generated during
loading and construct an Object.
|
void |
load(String name,
I input)
This performs any type of loading and parsing.
|
void load(String name, I input) throws LoadingException
name - The name of the original fileinput - The input fileLoadingException - when the loading failsCopyright © 2015. All rights reserved.