org.picocontainer.defaults
Class InterfaceFinder

java.lang.Object
  extended byorg.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

Field Summary
static Method equals
           
static Method hashCode
           
 
Constructor Summary
InterfaceFinder()
           
 
Method Summary
 Class[] getInterfaces(Class clazz)
           
 Class[] getInterfaces(List objects)
          Get all the interfaces implemented by a list of objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

equals

public static Method equals

hashCode

public static Method hashCode
Constructor Detail

InterfaceFinder

public InterfaceFinder()
Method Detail

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.