Login  Register

Re: Making a list of the availabe plugins and call them (in execution time)

Posted by roger.sama on Jun 02, 2009; 4:20pm
URL: http://imagej.273.s1.nabble.com/Making-a-list-of-the-availabe-plugins-and-call-them-in-execution-time-tp3692323p3692324.html

Thank you guys for your response.

I assume that the "testable" plugins follow an architecture that was defined in the project, so all of them will have that static method that I told about it.

I was able to solve the problem by using Java reflexion with the classes Methods and Class. Thanks again for yout attetion. o/

Roger