Re: enumerating all classes in a package

2004-05-21 Thread Steve Loughran
didge wrote: There's nothing that I know of in the JDK to search a path consisting of urls by patterns and certainly there is no help in the ClassLoader and Package APIs for discovering classes. I thought that you might be able to hack on the funny RMI classloader, but since it sounds like it dele

RE: enumerating all classes in a package

2004-05-20 Thread didge
rs List > Subject: Re: enumerating all classes in a package > > > didge wrote: > > What JDK version(s) do you need to support? Can you provide an > example of > > the classpath you have to search? Who's 'funny RMI > classloaders' are they? > > >

Re: enumerating all classes in a package

2004-05-20 Thread Steve Loughran
2004 3:37 AM To: Ant Developers List Subject: enumerating all classes in a package Anyone know how to enum all classes defined in a package? I want to search for *Test.class on a defined classpath, without having access to the JARs as files I can get at (i.e. they are remote stuff co

RE: enumerating all classes in a package

2004-05-20 Thread didge
AM > To: Ant Developers List > Subject: enumerating all classes in a package > > > > Anyone know how to enum all classes defined in a package? I want to > search for *Test.class on a defined classpath, without having access to > the JARs as files I can get at (i.e.

enumerating all classes in a package

2004-05-20 Thread Steve Loughran
Anyone know how to enum all classes defined in a package? I want to search for *Test.class on a defined classpath, without having access to the JARs as files I can get at (i.e. they are remote stuff coming through funny RMI classloaders). -steve -