Re: Re: repository access

Peter Wisnovsky <[email protected]> Mon, 4 Aug 2003 10:31:22 -0700
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
 > > org.netbeans.api.java.project.ProjectPath in java/project module.
 > 
 > http://www.netbeans.org/download/prj40_prototype/javadoc/JavaProjectAPI/org/netbeans/api/java/project/ProjectPath.html

Ah, ok. I had inferred from the name that it was a generic Projects
class rather than a Java-specific thing.

Has there any consideration been given to strongly type the "type"
parameters of the "find" methods? I've generally seen either ints or
strong types used to denotate enum values rather than
java.lang.Object. 

Peter