To achieve that, you'd have to do some classpath scanning. On Fri, Aug 15, 2008 at 10:46 AM, Darren Hartford <[EMAIL PROTECTED]> wrote: > I have an interface called IFindMe. > > > > I have 3 classes that implement this interface. > > > > I want to search for and retrieve all classes that implement IFindMe > (i.e. should be 3 classes). > > > > Can commons-discovery do this? Going through the Best Practices and the > Guidelines and the Javadoc and trying, the present answer is 'no'. > Please provide an example, or if commons-discovery can not solve this > problem maybe a pointer to how one could (either through reflection, or > parsing through the classpath, or however...). > > > > Thanky, > > -D > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
