biz.junginger.modules.core
Class ModuleInitializer
java.lang.Object
biz.junginger.modules.core.ModuleInitializer
- public class ModuleInitializer
- extends java.lang.Object
Initializes a list of modules. Usually called by ModuleManager.
Subject to the MyModules Software Licence (based on the Apache Software License).
Copyright (c) 2003 Markus Oliver Junginger. All rights reserved.
http://www.junginger.biz
- Version:
- $Id: $
- Author:
- Markus Oliver Junginger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleInitializer
public ModuleInitializer(java.util.List sorted,
java.util.Map modules,
java.util.Properties properties,
ModuleListener listener)
execute
public void execute()
throws java.lang.Exception
- multiThreaded
- Throws:
java.lang.Exception
setMultiThreaded
public void setMultiThreaded(boolean multiThreaded)
throws java.lang.Exception
- Throws:
java.lang.Exception