Re: Getting all classes in a package
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 18 Oct 2005 07:17:36 GMT
On Tue, 18 Oct 2005 04:54:28 GMT, Andrew Thompson
<seemysites@xxxxxxxxxxx> wrote or quoted :
>The thing that stopped me was that the classes were put there by
>the program *author*, so it makes sense (to me) to give the
>program a list of those classes...
you can automatically get a list with a variant of
dir *.class > listOfImplementators.txt
and just include that as a property.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- References:
- Getting all classes in a package
- From: Matthias Treder
- Re: Getting all classes in a package
- From: Andrew Thompson
- Re: Getting all classes in a package
- From: Matthias Treder
- Re: Getting all classes in a package
- From: Andrew Thompson
- Re: Getting all classes in a package
- From: Monique Y. Mudama
- Re: Getting all classes in a package
- From: Andrew Thompson
- Getting all classes in a package
- Prev by Date: Re: arrays are objects
- Next by Date: Re: Interest in Open Source project?
- Previous by thread: Re: Getting all classes in a package
- Next by thread: Re: Getting all classes in a package
- Index(es):
Relevant Pages
|