camitk.ExtensionManager¶
- class camitk.ExtensionManager¶
This class is used to manage all plugins loaded by the application.
The current version is able to load dynamic library for - ComponentExtension - ActionExtension
This class is a contained for all the loaded extension. It contains only static members.
- __init__(*args, **kwargs)¶
Methods
__init__(*args, **kwargs)getDataDirectoryExtNames()get the list of all the name of the registered Component data directory
getFileExtensions()get the list of all the suffixes managed by registered component extensions (all possible file suffix)
registerNewComponentExtension(arg0, arg1)Register the given ComponentExtension.