public class LoaderFactory extends Object
LoaderType to load the data from.| Constructor and Description |
|---|
LoaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Loader |
getLoader(LoaderType loaderType)
Return an instance of
Loader based on the type of file or return null. |
public static Loader getLoader(LoaderType loaderType)
Loader based on the type of file or return null.loaderType - the type of the loaderLoader or null if no loader is found.Copyright © 2014. All rights reserved.