org.jtheque.core.managers.module.loaders
Interface IModuleLoader

All Known Implementing Classes:
SystemModuleLoader

public interface IModuleLoader

A Module Loader specification.

Author:
Baptiste Wicht

Method Summary
 java.lang.Object installModule(java.io.File file)
          Install a module.
 java.lang.Object loadModule(java.io.File file)
          Load a module.
 

Method Detail

loadModule

java.lang.Object loadModule(java.io.File file)
Load a module.

Parameters:
file - The file of the module.
Returns:
The loaded module.

installModule

java.lang.Object installModule(java.io.File file)
Install a module.

Parameters:
file - The file of the module.
Returns:
The installed module.


Copyright © 2009 JTheque. All Rights Reserved.