class ContainerExtractor(object): (source)
Method | __init__ |
The config parameter is a map containing three lists: allowed, copied and extracted. |
Method | extract |
Extract a group of selected containers from elyxer.a container. |
Method | process |
Add allowed containers, clone cloned containers and add the clone. |
Method | safeclone |
Return a new container with contents only in a safe list, recursively. |
Instance Variable | allowed |
Undocumented |
Instance Variable | cloned |
Undocumented |
Instance Variable | extracted |
Undocumented |