Currently, one can iterate over the named and anonymous bundles by iterating over the Environment. However, this does not give the bundle names, and the bundles themselves do not know under which name they are registered. There should be a way to iterate over the bundle names as well.
Currently, one can iterate over the named and anonymous bundles by iterating over the
Environment
. However, this does not give the bundle names, and the bundles themselves do not know under which name they are registered. There should be a way to iterate over the bundle names as well.