T - Object it is able to loadI - The type of input needed to read the sourcepublic interface Loader<T,I>
void load(String name, I input) throws LoadingException
name - The name of the original fileinput - The input fileLoadingException - when the loading failsCopyright © 2014. All rights reserved.