Create a class loader which loads the different classes and fills them in their respective collection. Should take be a method like: ``` public static void<T extends Class> fillCollection(Collection<T> c, String directory, T class) { ... } ```