• Guus der Kinderen's avatar
    OF-1147: Refactoring of Plugin Management · d18b7a86
    Guus der Kinderen authored
    - Plugin Monitor moved to different class
    - Methods that operate on plugin.xml files moved to utilility class
      (and made to work even when plugin is not yet loaded)
    - Plugin monitoring now loads plugins more efficiently by:
    -- Observing parent/child hierarchy (allowing for one-shot load)
    -- allowing for concurrent plugin loading
    - Dev plugins are now processed as if they were ordinary plugins
    - Plugin canoncical naming is now used throughout the code (fixes
      case sensitivity bug)
    d18b7a86
PluginMetadataHelper.java 15.5 KB