edu.ksu.cis.projects.bogor.module
Interface IClassLoader
- All Superinterfaces:
- Disposable, IModule
- All Known Implementing Classes:
- DefaultClassLoader
public interface IClassLoader
- extends IModule
A method by which plugins can provide facilities for loading
- Version:
- CVS $Revision: 1.1 $ $Date: 2004/09/03 21:15:05 $
- Author:
- Matt Hoosier
getInstance
Object getInstance(String className)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException