Changes between Version 26 and Version 27 of GROUP_PLUGINS_ENABLE_DISABLE_R0


Ignore:
Timestamp:
06/01/09 18:25:56 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLUGINS_ENABLE_DISABLE_R0

    v26 v27  
    5454  * In the ModuleRegistry class the following methods and properties have to be added(and implemented in the fake/true registries of course): 
    5555   * 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'. 
    56     * 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. 
     56    * 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 and findModulesDir has to be made protected. 
    5757   * 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. 
    5858   * boolean isEnabled(String moduleId) - Checks the module with this given module id is enabled and must return true if the module is enabled.