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:
Raises:

TypeError: if container is None or not an instance of Container

analyze(config_string=None)[source]

Analyze the given container and return the corresponding job object.

On error, it will return None.

Parameters:config_string (string) – the configuration string generated by wizard
Return type:Job or None