contentbox.modules.contentbox-deps.modules.cbjavaloader

Class ModuleConfig

lucee.Component
    extended by contentbox.modules.contentbox-deps.modules.cbjavaloader.ModuleConfig

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com ---

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Configure module.
    private array getJars(string dirPath, [string filter='*.jar'])
         Get an array of jar files.
    any onLoad()
         Fired when the module is registered and activated.
    any onUnload()
         Fired when the module is unregistered and unloaded.
    private any parseParentSettings()
         parse parent settings.
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Configure module


    getJars

    private array getJars(string dirPath, [string filter='*.jar'])

    Get an array of jar files

    Parameters:
    dirPath
    filter

    onLoad

    public any onLoad()

    Fired when the module is registered and activated.


    onUnload

    public any onUnload()

    Fired when the module is unregistered and unloaded


    parseParentSettings

    private any parseParentSettings()

    parse parent settings