analyzecontainer¶
This module contains the following classes:
AnalyzeContainer
implementing functions to analyze a given container and build the corresponding job object.
Warning
This module might be refactored in a future version
-
class
aeneas.analyzecontainer.
AnalyzeContainer
(container, rconf=None, logger=None)[source]¶ Analyze a given container and build the corresponding job.
Parameters: - container (
Container
) – the container to be analyzed - rconf (
RuntimeConfiguration
) – a runtime configuration - logger (
Logger
) – the logger object
Raises: TypeError: if
container
isNone
or not an instance ofContainer
- container (