public class ModelFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static void |
findModels(String dbName) |
protected static List<Class<? extends Model>> |
getModelsForDb(String dbName) |
static void |
modelFound(String modelClassName) |
static void |
registerModelClass(String className) |
protected static void findModels(String dbName) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected static List<Class<? extends Model>> getModelsForDb(String dbName) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static void modelFound(String modelClassName)
public static void registerModelClass(String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2016 JavaLite. All rights reserved.