Re: Find plugins which are extending a specifc class
Posted by
jumpfunky on
Feb 21, 2015; 4:32pm
URL: http://imagej.273.s1.nabble.com/Find-plugins-which-are-extending-a-specifc-class-tp5011707p5011717.html
This is exactly what I want. Thank you curtis!
Cheers,
Thorsten
> if you want to have a bunch of different "image transform" plugins you
> could make an interface ImageTransform which extends ImageJPlugin and
> then write "@Plugin(type = ImageTransform.class)" in front of each
> such plugin. Then the SciJava/ImageJ2 PluginService will automatically
> be aware of all such plugins on the classpath, and you can query them
> at runtime.
>
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html