org.picocontainer.defaults
Class InterfaceFinder

java.lang.Object
  extended byorg.picocontainer.defaults.InterfaceFinder

public class InterfaceFinder
extends Object

Helper class for finding interfaces of objects.

Version:
$Revision: 1.1 $
Author:
Aslak Hellesøy

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

Constructor Detail

InterfaceFinder

public InterfaceFinder()
Method Detail

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.