:py:mod:`dissect.target.loaders.ova` ==================================== .. py:module:: dissect.target.loaders.ova Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.target.loaders.ova.OvaLoader .. py:class:: OvaLoader(path: pathlib.Path, **kwargs) Bases: :py:obj:`dissect.target.loaders.ovf.OvfLoader` Load Open Virtual Appliance (OVA) files. .. rubric:: References - https://en.wikipedia.org/wiki/Open_Virtualization_Format .. py:method:: detect(path: pathlib.Path) -> bool :staticmethod: Detects wether this ``Loader`` class can load this specific ``path``. :param path: The target path to check. :returns: ``True`` if the ``path`` can be loaded by a ``Loader`` instance. ``False`` otherwise.