Wildcard Property Names

If a component initializes and attempts to get property values for a property that is defined with a wildcard name, the SuperProperties class returns the value for the wildcard property unless there is a more specific property setting that matches the request.

For example, this matches any adapter and component names:

*.QueueManager=QM_Test

This matches exactly one component in the name:

A.?.QueueManager=QM_Test

A.B.QueueManager matches; however, A.B.C.QueueManager does not.