Q: reflection in java/project

Svata Dedic <[email protected]> Thu, 19 Jun 2003 20:22:33 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
Hello,

I must admit I did not watch the java module split much closely :( - so 
please forgive me something obvious overlooked.

There's a method in 
org.netbeans.modules.java.project.CompilerOutConvertor, which uses 
reflection to access something in the classpath module; specifically it 
uses a static method that takes a FileObject and yields a PathResource.

Can not it use o.n.a.java.project.JavaProject.getClasesDescriptor( 
Project.find(fileObject)) instead ?

-Svata