Generate Javadoc for interfaces only using Ant script?
Posted
by ipkiss
on Stack Overflow
See other posts from Stack Overflow
or by ipkiss
Published on 2010-05-06T09:51:43Z
Indexed on
2010/05/06
12:48 UTC
Read the original article
Hit count: 258
Hi all,
I am using Apache Ant to generate Javadoc for my program which has many projects(or modules). However, I just want to generate Javadoc for Interfaces ONLY and I do not know how to check if a file is a class or interface in Ant. Someone suggested me that I should use and specify a list of files to exclude or include. However, there are hundreds of files in my program and specifying a list of class files to exclude is impossible.
Does anyone have some ideas, please?
© Stack Overflow or respective owner