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

Method Summary
 Object getInstance(String className)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.IModule
connect, getCopyrightNotice, setOptions
 
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable
dispose
 

Method Detail

getInstance

Object getInstance(String className)
                   throws ClassNotFoundException,
                          InstantiationException,
                          IllegalAccessException
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException