Package jade.util
Interface ObjectManager.Loader
-
- Enclosing class:
- ObjectManager
public static interface ObjectManager.LoaderThe interface to be implemented by classes that can be registered to load objects of a given type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectload(String className, Properties pp)
-
-
-
Method Detail
-
load
Object load(String className, Properties pp) throws ClassNotFoundException, IllegalAccessException, InstantiationException
-
-