Enhance AbstractComponentManager.getMethod to specify whether only the declared methods
of the given class or also the super class methods should be considered. In addition,
the Class.getMethod method is not used anymore to comply with the specification stating
that the declared methods must be considered of a given class over any inherited (public)
methods.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@576355 13f79535-47bb-0310-9956-ffa450edef68
2 files changed