◆ deregister_extractor()
def plaso.tarzan.app.extractors.manager.Manager.deregister_extractor |
( |
|
cls, |
|
|
|
extractor_class |
|
) |
| |
De-registers an extractor class.
:param extractor_class: extractor class (subclass of Extractor)
:raise KeyError: if extractor class is not set for the corresponding name
◆ get_extractors()
def plaso.tarzan.app.extractors.manager.Manager.get_extractors |
( |
|
cls | ) |
|
Get a list of registered extractor classes.
:return: the list of extractor classes
◆ register_extractor()
def plaso.tarzan.app.extractors.manager.Manager.register_extractor |
( |
|
cls, |
|
|
|
extractor_class |
|
) |
| |
Registers an extractor class.
:param extractor_class: extractor class (subclass of Extractor)
:raise KeyError: if extractor class is already set for the corresponding name
The documentation for this class was generated from the following file:
- /home/rychly/repos/pyspark-plaso/src/plaso/tarzan/app/extractors/manager.py