users
[Top] [All Lists]

doclet's file path

To: CinJug <users@xxxxxxxxxx>
Subject: doclet's file path
From: Abdul Habra <ahabra@xxxxxxxxx>
Date: Tue, 18 Jan 2005 10:51:53 -0800 (PST)
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=ZsakWy4jdGhjnHQ5I+oFQ7P22/4dSVT+brCH6e5qGbqkmbZIYr+o/hlcUyMIP9OedhmH1d0rZcAEYA/IkDE/UC/lUb2c8Lic3EaghXOoTuUn0xXFbyTIuesidR9nac2QdjwCLuwL4CI/ourDi9hHqJZnqaHDgqTVZb3I1lp0xPA= ;
Mailing-list: contact users-help@cinjug.org; run by ezmlm
In a doclet's start(RootDoc) method, does anyone know how to get the path of
the file being processed? You can get a reference to the classes javadocs, but
no info about the actual file.

I looked in the JavaDocs of the Doclet API, but could not find any clear way to
do it.

I could use the RootDoc.specifiedClasses() and RootDoc.specifiedPackages() then
do some file search, but that's ugly.

Do you know of a better way?

=====
Thank You,
Abdul Habra


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

<Prev in Thread] Current Thread [Next in Thread>
  • doclet's file path, Abdul Habra <=