Changes between Version 21 and Version 22 of GROUP_PLUGINS_ENABLE_DISABLE_R0


Ignore:
Timestamp:
06/01/09 15:52:49 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLUGINS_ENABLE_DISABLE_R0

    v21 v22  
    5353  * In the ModuleRegistry class the following methods and properties have to be added(and implemented in the fake/true registries of course): 
    5454   * ListProp<ModuleInfo> knownModules() - Gets the list of the so-called "known" modules. These are the modules, which have constructed, but are not started yet. In True(in Felix) they are called 'installed modules'. 
    55     * The known modules are gathered from the modules directory in the file system. For this FileEntryManager can be used - it has private method findModulesDir - it can be made protected and can be used. 
     55    * The known modules are gathered from the modules directory in the file system. For this FileEntryManager can be used - helper method for finding the pom.xml path has to be created. 
    5656   * ListProp<ModuleInfo> startedModules() - Gets the list of currently started modules. These are the modules which are already running. Under True(in Felix) they are called active modules. 
    5757   * boolean isEnabled(String moduleId) - Checks the module with this given module id is enabled and must return true if the module is enabled.