Uses of Class
org.scijava.plugin.PluginIndex
-
Packages that use PluginIndex Package Description org.scijava org.scijava.plugin -
-
Uses of PluginIndex in org.scijava
Methods in org.scijava that return PluginIndex Modifier and Type Method Description PluginIndexContext. getPluginIndex()Constructors in org.scijava with parameters of type PluginIndex Constructor Description Context(Collection<Class<? extends Service>> serviceClasses, PluginIndex pluginIndex)Creates a new SciJava application context with the specified services (and any required service dependencies).Context(Collection<Class<? extends Service>> serviceClasses, PluginIndex pluginIndex, boolean strict)Creates a new SciJava application context with the specified services (and any required service dependencies).Context(PluginIndex pluginIndex)Creates a new SciJava application context with all available services from the specified PluginIndex. -
Uses of PluginIndex in org.scijava.plugin
Methods in org.scijava.plugin that return PluginIndex Modifier and Type Method Description PluginIndexDefaultPluginService. getIndex()PluginIndexPluginService. getIndex()Gets the index of available plugins.Methods in org.scijava.plugin with parameters of type PluginIndex Modifier and Type Method Description static <P extends PT,PT extends SciJavaPlugin>
PluginInfo<PT>PluginInfo. get(Class<P> pluginClass, Class<PT> pluginType, PluginIndex pluginIndex)Finds aPluginInfoof the given plugin class and plugin type in the specifiedPluginIndex.static <P extends SciJavaPlugin>
PluginInfo<?>PluginInfo. get(Class<P> pluginClass, PluginIndex pluginIndex)Finds aPluginInfoof the given plugin class in the specifiedPluginIndex.static <P extends PT,PT extends SciJavaPlugin>
PluginInfo<PT>PluginInfo. getOrCreate(Class<P> pluginClass, Class<PT> pluginType, PluginIndex pluginIndex)Obtains aPluginInfofor the given plugin class.static <P extends SciJavaPlugin>
PluginInfo<?>PluginInfo. getOrCreate(Class<P> pluginClass, PluginIndex pluginIndex)Obtains aPluginInfofor the given plugin class.
-