Class: ExtensionPointProvider
Defined in: | src/kermit/Crawler.ExtensionPoints.coffee |
Instance Method Summary
- # (void) initializeExtensionPoints(context)
- # (void) addExtensions(extensions = []) Add list of extensions to the given provider
- # (void) getExtPoint(phase) Retrieve the ExtensionPoint for a given phase from the provider
- # (void) scheduleExecution(phase, item) Schedule execution of an ExtensionPoint for the given item
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
initializeExtensionPoints(context)
#
(void)
addExtensions(extensions = [])
Add list of extensions to the given provider
#
(void)
getExtPoint(phase)
Retrieve the ExtensionPoint for a given phase from the provider
#
(void)
scheduleExecution(phase, item)
Schedule execution of an ExtensionPoint for the given item