|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.loader.ClassModuleLoader
public class ClassModuleLoader
The interface implemented by all module loaders.
Class Responsibilities :
| Constructor Summary | |
|---|---|
ClassModuleLoader()
|
|
| Method Summary | |
|---|---|
CurryModule |
load(java.lang.String moduleName,
java.lang.String moduleFilePath)
Load the module specified by moduleFilePath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassModuleLoader()
| Method Detail |
|---|
public CurryModule load(java.lang.String moduleName,
java.lang.String moduleFilePath)
throws java.lang.Exception
load in interface ModuleLoadermoduleName - module name (without path)moduleFilePath - module name with absolute path
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||