org.picocontainer.defaults
Class InterfaceFinder
java.lang.Object
org.picocontainer.defaults.InterfaceFinder
- All Implemented Interfaces:
- Serializable
- public class InterfaceFinder
- extends Object
- implements Serializable
Helper class for finding implemented interfaces of classes and objects.
- Version:
- $Revision: 1.5 $
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
equals
public static Method equals
hashCode
public static Method hashCode
InterfaceFinder
public InterfaceFinder()
getInterfaces
public Class[] getInterfaces(List objects)
- Get all the interfaces implemented by a list of objects.
- Returns:
- an array of interfaces.
getInterfaces
public Class[] getInterfaces(Class clazz)
Copyright © 2003-2004 Codehaus. All Rights Reserved.