org.picocontainer.defaults
Class InterfaceFinder
java.lang.Object
org.picocontainer.defaults.InterfaceFinder
- public class InterfaceFinder
- extends Object
Helper class for finding interfaces of objects.
- Version:
- $Revision: 1.1 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceFinder
public InterfaceFinder()
getInterfaces
public Class[] getInterfaces(Object object)
getInterfaces
public Class[] getInterfaces(List objects)
- Get all the interfaces implemented by a list of objects.
- Returns:
- an array of interfaces.
Copyright © 2003 Codehaus. All Rights Reserved.