Data
- The type of data that will be loaded for a given File
.public static class FileLoader.Factory<Data> extends Object implements ModelLoaderFactory<File,Data>
files
.Constructor and Description |
---|
Factory(FileLoader.FileOpener<Data> opener) |
Modifier and Type | Method and Description |
---|---|
ModelLoader<File,Data> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public Factory(FileLoader.FileOpener<Data> opener)
public final ModelLoader<File,Data> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
in interface ModelLoaderFactory<File,Data>
multiFactory
- A map of classes to factories that can be used to construct additional
ModelLoader
s that this factory's ModelLoader
may depend onModelLoader
public final void teardown()
ModelLoaderFactory
teardown
in interface ModelLoaderFactory<File,Data>