Gets a map of Artifact (config ID) to ConfigurationData for nested
configurations (as in, a WAR within an EAR, not dependencies between
totally separate configurations).
Given an artifact that's not fully resolved (e.g. some parts are
missing), check whether there are any instances installed into
the server environment.
Gets a set (with entries of type Artifact) of all the available items
matching the specified artifact, which is normally not fully resolved
(so the results all match whatever fields are specified on the argument
Artifact).
Able to retrieve the values of certain "manageable" attributes from a
repository that is more accessible to an end user (compared to the
serialized data in the ConfigStore).
A MultiParentClassLoader is a simple extension of the URLClassLoader that simply changes the single parent class
loader model to support a list of parent class loaders.